We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7679ef2 commit 9c496aeCopy full SHA for 9c496ae
.gitignore
@@ -81,5 +81,10 @@ dmypy.json
81
# VS Code
82
.vscode
83
84
+# Tex
85
+*.aux
86
+*.log
87
+*.pdf
88
+
89
# Other
90
molecules
papers/ed-afm/figures/run_all.sh
@@ -7,6 +7,7 @@ python water.py
7
python surface_sims_bcb_water.py
8
pdflatex model_schem.tex
9
python stats.py
10
+python stats_spring_constants.py
11
python esmap_sample.py
12
pdflatex esmap_schem.tex
13
python afm_stacks.py
0 commit comments