From 9c496aea19770fe7eb41d22089a10c44fda17614 Mon Sep 17 00:00:00 2001 From: NikoOinonen Date: Fri, 2 Feb 2024 16:52:30 +0200 Subject: [PATCH] Missing script and gitignore --- .gitignore | 5 +++++ papers/ed-afm/figures/run_all.sh | 1 + 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 40483d5..3c0e4df 100644 --- a/.gitignore +++ b/.gitignore @@ -81,5 +81,10 @@ dmypy.json # VS Code .vscode +# Tex +*.aux +*.log +*.pdf + # Other molecules diff --git a/papers/ed-afm/figures/run_all.sh b/papers/ed-afm/figures/run_all.sh index e62b11a..a12b182 100755 --- a/papers/ed-afm/figures/run_all.sh +++ b/papers/ed-afm/figures/run_all.sh @@ -7,6 +7,7 @@ python water.py python surface_sims_bcb_water.py pdflatex model_schem.tex python stats.py +python stats_spring_constants.py python esmap_sample.py pdflatex esmap_schem.tex python afm_stacks.py