You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/software/sciapps/vasp.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[](){#ref-uenv-vasp}
2
2
# VASP
3
3
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.
5
5
6
6
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.
7
7
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
13
13
These are coupled to highly efficient Broyden and Pulay density mixing schemes to speed up the self-consistency cycle.
14
14
15
15
16
-
17
16
!!! note "Licensing Terms and Conditions"
18
17
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.
19
18
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
23
22
## Alps - GH200
24
23
25
24
### 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.
27
26
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].
29
28
30
29
To load the VASP user environment:
31
30
```bash
@@ -107,8 +106,8 @@ Note that shared libraries might not be found when executing vasp, if the makefi
107
106
108
107
Examples for makefiles set the necessary rpath and link paths on GH200:
109
108
110
-
=== "v6.5.0"
111
109
110
+
??? note "Makefile for v6.5.0"
112
111
```make
113
112
# Default precompiler options
114
113
CPP_OPTIONS = -DHOST=\"LinuxNV\"\
@@ -235,8 +234,7 @@ Examples for makefiles set the necessary rpath and link paths on GH200:
235
234
```
236
235
237
236
238
-
=== "v6.4.3"
239
-
237
+
??? note "Makefile for v6.4.3"
240
238
```make
241
239
# Default precompiler options
242
240
CPP_OPTIONS = -DHOST=\"LinuxNV\"\
@@ -364,7 +362,6 @@ Examples for makefiles set the necessary rpath and link paths on GH200:
364
362
365
363
366
364
367
-
[Vienna Ab initio Simulation Package]: https://vasp.at/
0 commit comments