From dd582ff9b437c6fedc3785d58288ef290a3d6def Mon Sep 17 00:00:00 2001 From: "J. George" Date: Wed, 15 May 2024 09:53:02 +0200 Subject: [PATCH] Fix title hierarchies in VASP documentation (#853) * Update LobsterPy version * fix hierarchies of titles --- docs/user/codes/vasp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/codes/vasp.md b/docs/user/codes/vasp.md index e836303001..cf24b76b23 100644 --- a/docs/user/codes/vasp.md +++ b/docs/user/codes/vasp.md @@ -367,7 +367,7 @@ for number, (key, cohp) in enumerate( plotter.add_cohp(key, cohp) plotter.save_plot(f"plots_cation_anion_bonds{number}.pdf") ``` -# Running the LOBSTER workflow without database and with one job script only +#### Running the LOBSTER workflow without database and with one job script only It is also possible to run the VASP-LOBSTER workflow with a minimal setup. In this case, you will run the VASP calculations on the same node as the LOBSTER calculations.