List of commits:
Subject Hash Author Date (UTC)
Remove unfinished fct symplectic_fcts_test.m e44f20cd99436fcdfe601c23178bbd5aa94bbe9e Jason Hoelscher-Obermaier 2016-06-16 10:14:16
Move remaining cov.matrix-based functions to subfolder covmats a7434c41951a01fcabd067313b71ab2565d0e958 Jason Hoelscher-Obermaier 2016-06-16 10:03:44
Move boundedline to subfolder gui 95d89409f1bce72549a826e62a778290cb2ced14 Jason Hoelscher-Obermaier 2016-06-16 09:15:15
Move filerelated fcts to subfolder io and add simple tests 74d721b0b33749967e9322021bb7663369ee6168 Jason Hoelscher-Obermaier 2016-06-16 08:22:59
Move williamson_diagonalization and williamson_form and add simple tests c237ef65f3eae46800cd06664de163df9eadf989 Jason Hoelscher-Obermaier 2016-06-15 14:41:59
Move combineCMs and traceOutCM and add simple test d4170659c28da6a0fe0e7723e20b5574d40d105f Jason Hoelscher-Obermaier 2016-06-15 14:31:02
Move ui/gui fcts to subfolders of misc/ 95f71a63ac5e8e1bf88d3f1db7f40759c3d2dd87 Jason Hoelscher-Obermaier 2016-06-15 14:02:34
Move matrix fcts is_orthogonal and is_symplectic and add simple tests b2e67152da7c9e2222e6f2b47679d4e6f111977a Jason Hoelscher-Obermaier 2016-06-15 14:00:33
Move fidelity.m and purity.m and add tests 1d27232478130ca3ab04b87620f26d7ffe3ef030 Jason Hoelscher-Obermaier 2016-06-15 13:42:58
Move smss.m and tmss.m 5bd484893e8e535b13ca20fc62b622433657cd77 Jason Hoelscher-Obermaier 2016-06-15 12:40:25
Simplify checkCMdimensions.m 4e45bd575f356bca400b03fb3c40dbe34125ea5d Jason Hoelscher-Obermaier 2016-06-15 12:33:55
Store software_version together with entanglement_evaluation object and export it d84aee1d422dcc64881a538c02cbaebb0513db51 Jason Hoelscher-Obermaier 2016-06-13 12:29:41
Add explicit comparison to eval. results as of commit 5d8d07 to ent.._eval.._test 7764d769c1b11f0363aeb061c0f6fa3326c5c362 Jason Hoelscher-Obermaier 2016-06-13 12:08:43
Change 'blocksize' argument in blocked_cross_correlation to key-value type syntax 5d8d0735783578340181b70eff55d071ba4d25d7 Jason Hoelscher-Obermaier 2016-06-13 09:36:01
Add quick version of entanglement evalution 63b2dc15c5fc7a7c5c9f870d783ab8f4d1c95396 Jason Hoelscher-Obermaier 2016-06-13 09:35:01
Fix wrong calculation of pulse modes (wrong pulse width; gamma -> 2 pi gamma) f2e86613d70f9f14b6f9b0fa28087c4acae94230 Jason Hoelscher-Obermaier 2016-06-13 09:33:34
Add fcts for obtaining commit hash for given git repo / all git repos on MATLAB path efef21a37871118248627a2889e1c3e3ddfaf0cd Jason Hoelscher-Obermaier 2016-06-10 14:10:53
Export pulse quadratures at end of run_entanglement_evaluation_simulation.m 1cc8f88b244ea1041aa7503b8d8141f8d85c9959 Jason Hoelscher-Obermaier 2016-06-07 13:51:00
Restore correct calculation of mode functions 70ae3d6ae7d2513d506cd400f72048e7c64e0def Jason Hoelscher-Obermaier 2016-06-07 13:37:44
Fix export of pulse quadratures f2d5f225c3f1c2c9a1313a1f63b4e5ef8c6e0ce3 Jason Hoelscher-Obermaier 2016-06-07 12:51:49
Commit e44f20cd99436fcdfe601c23178bbd5aa94bbe9e - Remove unfinished fct symplectic_fcts_test.m
Author: Jason Hoelscher-Obermaier
Author date (UTC): 2016-06-16 10:14
Committer name: Jason Hoelscher-Obermaier
Committer date (UTC): 2016-06-16 10:14
Parent(s): a7434c41951a01fcabd067313b71ab2565d0e958
Signer:
Signing key:
Signing status: N
Tree: 0b05d95f3ee2f5294aa6af3824a40997dace69c2
File Lines added Lines deleted
misc/covmats/symplectic_fcts_test.m 0 4
misc/io/io_test.m 1 1
File misc/covmats/symplectic_fcts_test.m deleted (index baa9ec5..0000000)
1 function test_suite = symplectic_fcts_test %#ok<STOUT>
2 initTestSuite;
3
4 function smss_vac_test
File misc/io/io_test.m changed (mode: 100644) (index be55959..872775e)
... ... function shared = setup
6 6 shared.endstr = '__.datshared.'; shared.endstr = '__.datshared.';
7 7 shared.file1 = [shared.startstr, '1', shared.endstr]; shared.file1 = [shared.startstr, '1', shared.endstr];
8 8 shared.file2 = [shared.startstr, '2', shared.endstr]; shared.file2 = [shared.startstr, '2', shared.endstr];
9 % shared.data1 = [1,2,3];
9 %shared.data1 = [1,2,3];
10 10 shared.data1 = randn(2e6,1); shared.data1 = randn(2e6,1);
11 11 shared.precision1 = 'double'; shared.precision1 = 'double';
12 12 shared.data2 = [1,2,3, 4]; shared.data2 = [1,2,3, 4];
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