-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitignore
55 lines (52 loc) · 842 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
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
Dice
# Packages #
############
*.7z
*.dmg
#*.gz the .gz file is used to distribute Dice
*.iso
*.jar
*.rar
#*.tar
*.zip
# HTML Build #
##############
#*docs/_build/*
# Other #
#########
*.swp
*.doctree
*.bkp
input*
output*.dat
tests/mn_really_quick
tests/SHCI/*/shci.e
tests/SHCI/*/spatialRDM.*.txt
tests/SHCI/*/spatial1RDM.*.txt
tests/SHCI/*/spatial3RDM.*.txt
tests/SHCI/*/spatial3RDM.*.bin
tests/SHCI/*/spin1RDM.*.txt
tests/ZSHCI/*/shci.e
tests/ZSHCI/*/spatialRDM.*.txt
tests/ZSHCI/*/spatial1RDM.*.txt
tests/ZSHCI/*/spatial3RDM.*.txt
tests/ZSHCI/*/spatial3RDM.*.bin
tests/ZSHCI/*/spin1RDM.*.txt
tests/__pycache__
benchmark/*/shci.e
benchmark/*/output.dat
benchmark/*/benchmark_raw.out
benchmark/*/benchmark.out
.vscode
.vscode/*
*slurm-*.out
run_all.sh
pyscf.out