forked from QuSpin/QuSpin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
85 lines (57 loc) · 867 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# compliled python code #
*.pyc
*.pyf
*.pyd
*.pdf
*.cpp
*.cxx
*.c
oputils_impl.h
expm_multiply_parallel_impl.h
failed.txt
./examples/scripts/*.pdf
photon_test.py
compile.py
compile_cython.sh
test_photon.py
photon_bug.py
test_photon_old.py
test_observables.py
test.py
photon_test.py
compile.py
compile_cython.py
getvec_check.py
TFIM_imag_time.py
cohereht_state.py
energy_bug.py
photon_only.py
semiclassical.py
semiclassical_ETH.py
spin_only.py
spin_photon.py
exp_op_test.py
~/Sent_test.py
~/diag_ensemble_test.py
submit.sh
spin_only_analysis.py
install.txt
doctrees/
*.so
# pure fortran source files #
*.f90
# cython source file #
#*.pyx
# backup files from gedit #
*~
# invisible files
.*
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
# build directories
build/
_build/
bin/
dist/
# test script
test.py