Skip to content

Commit 5ed96d1

Browse files
committed
collapsible examples
1 parent d07f655 commit 5ed96d1

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/software/sciapps/vasp.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[](){#ref-uenv-vasp}
22
# VASP
33

4-
The [Vienna Ab initio Simulation Package] (VASP) is a computer program for atomic scale materials modelling, e.g. electronic structure calculations and quantum-mechanical molecular dynamics, from first principles.
4+
The Vienna Ab initio Simulation Package ([VASP]) is a computer program for atomic scale materials modelling, e.g. electronic structure calculations and quantum-mechanical molecular dynamics, from first principles.
55

66
VASP computes an approximate solution to the many-body Schrödinger equation, either within density functional theory (DFT), solving the Kohn-Sham equations, or within the Hartree-Fock (HF) approximation, solving the Roothaan equations.
77
Hybrid functionals that mix the Hartree-Fock approach with density functional theory are implemented as well.
@@ -13,7 +13,6 @@ To determine the electronic groundstate, VASP makes use of efficient iterative m
1313
These are coupled to highly efficient Broyden and Pulay density mixing schemes to speed up the self-consistency cycle.
1414

1515

16-
1716
!!! note "Licensing Terms and Conditions"
1817
Users are kindly asked to obtain their own license. CSCS cannot provide free access to the code and needs to inform VASP Software GmbH with an updated list of users.
1918
Therefore, access to precompiled VASP.6 executables and library files will be available only to users who have already purchased a VASP.6 license and upon request will become members of the CSCS unix group vasp6.
@@ -23,9 +22,9 @@ These are coupled to highly efficient Broyden and Pulay density mixing schemes t
2322
## Alps - GH200
2423

2524
### How to run
26-
A precompiled user environment containing VASP with MPI, OpenMP, OpenACC and Wannier90 support is available.
25+
A precompiled user environment containing VASP with MPI, OpenMP, OpenACC, HDF5 and Wannier90 support is available.
2726
Due to license restrictions, the VASP images are not directly accessible in the same way as other applications.
28-
To access VASP uenv images, please follow the following guide: [`Accessing Restricted Software`][ref-uenv-restricted-software].
27+
To access VASP uenv images, please follow this guide: [`Accessing Restricted Software`][ref-uenv-restricted-software].
2928

3029
To load the VASP user environment:
3130
```bash
@@ -107,8 +106,8 @@ Note that shared libraries might not be found when executing vasp, if the makefi
107106

108107
Examples for makefiles set the necessary rpath and link paths on GH200:
109108

110-
=== "v6.5.0"
111109

110+
??? note "Makefile for v6.5.0"
112111
```make
113112
# Default precompiler options
114113
CPP_OPTIONS = -DHOST=\"LinuxNV\" \
@@ -235,8 +234,7 @@ Examples for makefiles set the necessary rpath and link paths on GH200:
235234
```
236235

237236

238-
=== "v6.4.3"
239-
237+
??? note "Makefile for v6.4.3"
240238
```make
241239
# Default precompiler options
242240
CPP_OPTIONS = -DHOST=\"LinuxNV\" \
@@ -364,7 +362,6 @@ Examples for makefiles set the necessary rpath and link paths on GH200:
364362

365363

366364

367-
[Vienna Ab initio Simulation Package]: https://vasp.at/
365+
[VASP]: https://vasp.at/
368366
[NCCL]: https://docs.nvidia.com/deeplearning/nccl/user-guide/docs/overview.html
369367

370-

0 commit comments

Comments
 (0)