List of commits:
Subject Hash Author Date (UTC)
Turn software_version into hidden, dependent property 4c6d3523d2abe43b7b17bfba303b16a57f679169 Jason Hoelscher-Obermaier 2016-09-14 13:22:17
Add import_traces-functionality to entanglement_evaluation 35d6b299912f30fb11cdc15d9b9299d9f556b5d0 Jason Hoelscher-Obermaier 2016-09-14 12:01:12
Speed up entanglement_evaluation_test 2a113d1fab8b9473cf2b9c939ea1c474ac43763e Jason Hoelscher-Obermaier 2016-09-14 09:14:56
cleaned up /model directory: moved all files (*model*) to toolbox 'optomechanics' ddf5a93a3e61b5e05714f92c5f21b63538235474 Witlef Wieczorek 2016-09-07 11:55:18
added return of StateNames adb7cc3eacaddf2406efc00f59b97285ad842d15 Witlef Wieczorek 2016-09-07 10:38:01
Additions from Felix (Praktikant) 5a644d3df18ba505a2b9ac58c7e2e4e8fa47810b Felix Roithmayr 2016-08-19 15:11:38
Compute software version only once per object-lifetime a9677a550d395cf4324303f5ea82afbfbe83fcd1 Jason Hoelscher-Obermaier 2016-07-28 15:03:21
Mute output from function calls in blocked_cross_correlation_test.m 155822c1acf888fc4ba3fc3dcb1a7b18456c040f Jason Hoelscher-Obermaier 2016-07-28 15:02:10
Mute output from function calls in entanglement_evaluation_test.m a50a61aab38eede8c03c3735e433c47c1d7df3d3 Jason Hoelscher-Obermaier 2016-07-28 14:52:09
Turn software_version into a dependent quantity to avoid unnecessary computation 1dbf81ad075945d45064f02a037784a76c4e9069 Jason Hoelscher-Obermaier 2016-07-28 14:34:46
Move estimated_time_of_arrival_test into separate folder 'other' dd22b6c4e592ab42957d2f0c1390e16492e766de Jason Hoelscher-Obermaier 2016-07-28 14:23:00
Minor changes to aux. script running_logneg_CM.m a7ab7a8d799911d316748d69ae05169a5b27787a Jason Hoelscher-Obermaier 2016-07-28 10:19:52
Move all classes inheriting from homo_measurement into folder homo_measurements 1b6039c874cbdd37e3a5b061ff67a8b9c1cc8035 Jason Hoelscher-Obermaier 2016-07-26 13:41:47
Move calculation of NI-gain and -offset back to fopen.m d58d3c9f63b7bf78c401cfffb9424c3b769b6476 Jason Hoelscher-Obermaier 2016-07-26 13:38:39
Move homo_measurement-method get_NPS to separate file 597266637fe84b50e616763a02fea8e8f5498f45 Jason Hoelscher-Obermaier 2016-07-26 13:36:52
Move dual_homo_measurement-method add_trace_pair to separate file 9a365b27960cc706cf221f593dc245c8eb3295ed Jason Hoelscher-Obermaier 2016-07-26 13:33:38
Move homo_measurement-method show_plot to separate file 076bd9d4d99b5c497a1b81270912a2aca767a90a Jason Hoelscher-Obermaier 2016-07-26 13:29:02
Move homo_measurement and dual_homo_measurement into separate folders 7be5c41830f5c3b59c7ccbcff0e1f2c5caf8885e Jason Hoelscher-Obermaier 2016-07-26 13:11:40
Improve PXIcalibration.m 059a87f8f48a92f2f1009086201ac580f7bbb616 Jason Hoelscher-Obermaier 2016-07-26 13:05:24
Amend quickcheck_dualhomo_long by high-resolution spectra 3e6d41c6d17c57686634b5dc2cf5fba7e9cf6969 Jason Hoelscher-Obermaier 2016-07-26 13:04:21
Commit 4c6d3523d2abe43b7b17bfba303b16a57f679169 - Turn software_version into hidden, dependent property
- to avoid unnecessary calculation when displaying ev-objects
Author: Jason Hoelscher-Obermaier
Author date (UTC): 2016-09-14 13:22
Committer name: Jason Hoelscher-Obermaier
Committer date (UTC): 2016-09-14 13:22
Parent(s): 35d6b299912f30fb11cdc15d9b9299d9f556b5d0
Signer:
Signing key:
Signing status: N
Tree: 5a0bfc003be502da3069ef2f312efe820d22040d
File Lines added Lines deleted
data_analysis/@entanglement_evaluation/entanglement_evaluation.m 2 3
File data_analysis/@entanglement_evaluation/entanglement_evaluation.m changed (mode: 100644) (index 7294669..33996d5)
... ... classdef entanglement_evaluation < handle
78 78
79 79 %% dependent properties and their getters %% dependent properties and their getters
80 80 properties(Dependent) properties(Dependent)
81 software_version % stores path and id of current commit for every git repository on MATLAB path at query time
82
83 81 tracepairs_no@double scalar tracepairs_no@double scalar
84 82
85 83 samples_per_trace@double scalar samples_per_trace@double scalar
 
... ... classdef entanglement_evaluation < handle
105 103 samples_per_pulse%@double scalar samples_per_pulse%@double scalar
106 104 end end
107 105 properties(Dependent, Hidden) properties(Dependent, Hidden)
106 software_version % stores path and id of current commit for every git repository on MATLAB path at query time
107
108 108 shotnoise_theory@double matrix shotnoise_theory@double matrix
109 %
110 109 end end
111 110 properties(Hidden) properties(Hidden)
112 111 software_version_private software_version_private
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