List of commits:
Subject Hash Author Date (UTC)
Copy mechadd.mat (file with info reg. higher mechanical modes) to simulation output folder 595b486a19a22f66bedd754780cb38dac6d523e6 Jason Hoelscher-Obermaier 2017-03-17 15:53:03
Bug fix in method trace_out of entanglement_evaluation 84cd317f423b6b630298a2847b4f2fada16da8d1 Jason Hoelscher-Obermaier 2017-03-10 14:57:19
Check existence of target folder before attempting export in plot-methods 37fd86f5719898bd98c5c43114a54cec714f1bca Jason Hoelscher-Obermaier 2017-03-10 07:37:09
Add method trace_out to entanglement_evaluation 16ae2b0839d365791a3cb453156f28148eac3ff8 Jason Hoelscher-Obermaier 2017-03-08 18:38:07
Add options to plotLogneg.m 58b734d54c58bfb48573aadbd9c803b0eb7fd66a Jason Hoelscher-Obermaier 2017-03-06 12:29:49
Remove dual-rail-homo-correction for shotnoise data 81c3101807e555dfada6eaa1e587678f6e15ea5a Jason Hoelscher-Obermaier 2017-03-01 16:23:20
Adapt extension of log.neg. to negative values in the multimode case 6a0c1da7950c8b42768dac230e4f4c16c716ec07 Jason Hoelscher-Obermaier 2017-03-01 13:47:44
Replace matlab_xunit by newer version and register as submodule 9632e49f347b134641aee897729b05ad6db2cef4 Jason Hoelscher-Obermaier 2017-03-01 08:51:41
Adapt entanglement_evaluation_test to potential change in relative sign of mode fcts 994e925215553d620a8cf6a6c1dcac3d3a0b46bb Jason Hoelscher-Obermaier 2017-02-28 17:06:30
Add test for checking result of mode function calculation 808efd738f0056c2f61a1fb93ca39163ef4a699d Jason Hoelscher-Obermaier 2017-02-28 16:33:16
Insures accurate ON and improve speed f285f3fb89a63b3f01c4a9e54cc97218bf9407eb Jason Hoelscher-Obermaier 2017-02-24 16:51:21
Toggle matrix size mismatch e5dc8b2e1509750d4c2d32bd037d9eab5932da63 Jason Hoelscher-Obermaier 2017-02-24 16:44:00
ON-isation algorithm, much (~100 times) slower than m_gs but yields far (~1e14 times) better orthogonality precision. 8794b11475ada039c000bdc314e7c4ddd4f32b64 Jason Hoelscher-Obermaier 2017-02-21 13:02:13
When m_GS fails to pass ON-ity test, the ON-isation is done with Householder method (which is slower, but not dramatically slower). ON_ity is tested again after Householder. cf29269fae6d698ddb7e4cc8e831db3933325c2d Jason Hoelscher-Obermaier 2017-02-21 11:00:35
Add test for pulse_pairs_coverage to entanglement_evaluation_test.m e3e72443e0acce38cf9de712f32dd57dde7f069a Jason Hoelscher-Obermaier 2017-02-18 17:52:05
Refactor: Improve folder structure of repository ba05dd281e1351d6524058fc395912ea2da25e3a Jason Hoelscher-Obermaier 2017-02-18 15:33:57
Move importCrossCorrelationFunctions to @entanglement_evaluation_obsolete a7eeed4248479b1a6ef4c5f7895cc723f0cd0c0b Jason Hoelscher-Obermaier 2017-02-18 15:32:41
Refactor: Remove obsolete functions export_fields_from_ev and storeEvaluationObject 2f32101be0943a5dc2aeb1c898d243ab7cbf0c74 Jason Hoelscher-Obermaier 2017-02-18 15:30:51
Refactor: Move correlation-fct-based stuff from entanglement_evaluation to entanglement_evaluation_obsolete 731a121618cf46705a49ef5b48c6de64df559312 Jason Hoelscher-Obermaier 2017-02-18 10:30:43
Turn pulse_Q, pulse_P etc into dependent properties 87b52c9451c88a4779ea065b53a11748f6ffa0c6 Jason Hoelscher-Obermaier 2017-02-17 18:59:13
Commit 595b486a19a22f66bedd754780cb38dac6d523e6 - Copy mechadd.mat (file with info reg. higher mechanical modes) to simulation output folder
- in siment and run_entanglement_evaluation_simulation
- this should help when setting up multi-mode evaluations for these simulations
(since then the frequencies of higher modes can be taken directly from the mechadd.mat-files)
Author: Jason Hoelscher-Obermaier
Author date (UTC): 2017-03-17 15:53
Committer name: Jason Hoelscher-Obermaier
Committer date (UTC): 2017-03-17 15:53
Parent(s): 84cd317f423b6b630298a2847b4f2fada16da8d1
Signer:
Signing key:
Signing status: N
Tree: f6824ed58928f361b4ed51132e08eb2fd58f843d
File Lines added Lines deleted
data_analysis/entanglement/run_entanglement_evaluation_simulation.m 3 0
File data_analysis/entanglement/run_entanglement_evaluation_simulation.m changed (mode: 100644) (index 1b48895..7e4e432)
... ... function [ev, model] = run_entanglement_evaluation_simulation(simulation_dir, va
41 41 export_dir = fullfile(simulation_dir, currenttime); export_dir = fullfile(simulation_dir, currenttime);
42 42 copyfile(fullfile(simulation_dir, 'setup_eval.m'), export_dir); copyfile(fullfile(simulation_dir, 'setup_eval.m'), export_dir);
43 43 copyfile(fullfile(simulation_dir, 'setup_meas.m'), export_dir); copyfile(fullfile(simulation_dir, 'setup_meas.m'), export_dir);
44 if isafile(fullfile(simulation_dir, 'mechadd.mat'))
45 copyfile(fullfile(simulation_dir, 'mechadd.mat'), export_dir);
46 end
44 47 diary_file = fullfile(export_dir, 'info.txt'); diary_file = fullfile(export_dir, 'info.txt');
45 48 to_log = @(string) append_string_to_txtfile(string, diary_file); to_log = @(string) append_string_to_txtfile(string, diary_file);
46 49
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/gutc61/Membrane

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/gutc61/Membrane

Clone this repository using git:
git clone git://git.rocketgit.com/user/gutc61/Membrane

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main