Skip to content

Commit f89c86f

Browse files
authored
Merge pull request #6 from CQuIC/develop
Develop
2 parents 843a95f + f3d8b57 commit f89c86f

38 files changed

+650291
-317
lines changed

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,16 @@ src/pysme.egg-info/*
55
.eggs/*
66
*.swp
77
*.pyc
8+
*.png
89
doc/_build/*
910
__pycache__/*
11+
.ipynb_checkpoints
12+
*.pickle
13+
*.npy
14+
*.pdf
15+
!notebooks/mollow-triplets/fluorsecence-spectra.pickle
16+
!notebooks/short_time_markov_WP_cmp_data.pickle
17+
!notebooks/long_time_markov_WP_cmp_data.pickle
18+
!notebooks/vacuum-collected-plot-data.pickle
19+
!notebooks/negativity-data.pickle
20+

notebooks/eps_focks.npy

224 Bytes
Binary file not shown.

notebooks/eps_sqs.npy

224 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)