Skip to content

Commit

Permalink
Fix title hierarchies in VASP documentation (#853)
Browse files Browse the repository at this point in the history
* Update LobsterPy version

* fix hierarchies of titles
  • Loading branch information
JaGeo authored May 15, 2024
1 parent 832fdbe commit dd582ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/codes/vasp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dd582ff

Please sign in to comment.