Chester 2019: Difference between revisions
(Created page with "== Lectures == *[http://www.vasp.at/vasp-workshop/lectures/VASP_lecture_Basics1.pdf DFT, PW, and PAW]: "VASP: The basics(1). DFT, plane waves, PAW, ...". *[http://www.vasp.a...") |
|||
Line 14: | Line 14: | ||
== Environment Setup == | == Environment Setup == | ||
To have access to the vasp binaries, the corresponding module has to be loaded into the environment. | |||
Furthermore, the job scripts found in the tutorial tar files (job.sh, doall.sh, etc) work only if the environment variables "vasp_std, vasp_gam, vasp_ncl" are defined. | |||
Enter following commands in the terminal window after login, to setup up the environment. | |||
module load vasp | module load vasp | ||
export vasp_std="mpirun -np 8 /lustre/home/y07/vasp5/5.4.4-intel17-mpt214/bin/vasp_std" | export vasp_std="mpirun -np 8 /lustre/home/y07/vasp5/5.4.4-intel17-mpt214/bin/vasp_std" |
Revision as of 10:31, 22 October 2019
Lectures
- DFT, PW, and PAW: "VASP: The basics(1). DFT, plane waves, PAW, ...".
- electronic convergence, BZ sampling: "VASP: The basics(2). electronic convergence, BZ sampling ...".
- Hybrid functionals: "VASP: Hybrid functionals".
- Dielectric properties: "VASP: Dielectric response. Perturbation theory, linear response, and finite electric fields".
- Beyond DFT: RPA: "VASP: beyond DFT. The Random-Phase-Approximation".
- Performance: "VASP: running on HPC resources".
Environment Setup
To have access to the vasp binaries, the corresponding module has to be loaded into the environment. Furthermore, the job scripts found in the tutorial tar files (job.sh, doall.sh, etc) work only if the environment variables "vasp_std, vasp_gam, vasp_ncl" are defined. Enter following commands in the terminal window after login, to setup up the environment.
module load vasp export vasp_std="mpirun -np 8 /lustre/home/y07/vasp5/5.4.4-intel17-mpt214/bin/vasp_std" export vasp_gam="mpirun -np 8 /lustre/home/y07/vasp5/5.4.4-intel17-mpt214/bin/vasp_gma" export vasp_ncl="mpirun -np 8 /lustre/home/y07/vasp5/5.4.4-intel17-mpt214/bin/vasp_ncl"
Tutorials
For the beginners: A short introduction to the common Input and Output files.
- Atoms and Molecules
- Simple Bulk Systems
- A bit of Surface Science
- Hybrid Functionals
- Optical Properties and Dielectric Response
- The Random-Phase-Approximation: GW and ACFDT
- The Bethe-Salpeter equation
- Magnetism