-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
70 lines (55 loc) · 1.06 KB
/
.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
# Random files
qml_data/
# Images
examples/ZZFeatureMap_TwoLocal_ZZFeatureMap_ring_TwoLocal_ring_Circuit1_TwoLocal_final.pdf
examples/complete_comparison_final.pdf
examples/complete_comparison_final2.pdf
examples/complete_comparison_final3.pdf
examples/entanglement_diff_3d_final.pdf
examples/expr_linear_comparison_final.pdf
examples/normalized_entanglement_final.pdf
# Ent_char folder
ent_char/.ipynb_checkpoints/
ent_char/entanglement_characterization/data/
ent_char/
# Examples folder
examples/data/
examples/Ent_visualize_OLD.ipynb
examples/Ent_visualize_Local.ipynb
examples/Expr_visualize_Local.ipynb
# Other files
qcircha/visualize.py
visualizer.ipynb
# docs
docs/_build
# temporary files, e.g., emacs
*~
# Swap files
*.swp
# Backup files
*.bak
# Binary files, compiled files
bin/*
*mod
*.o
executables/*
*.exe
# data folder for communication
data/*
results/*
*/data/*
*/results/*
# documentation folders
latex/*
html/*
public/
# Other files
.DS_Store
.vscode
# python cache etc
*/__pycache__/*
*.pyc
*.dSYM
*.egg-info
python/docs/_build/*
.ipynb_checkpoints/*