Below are the notes from the HackMD page during the workshop.
VASP main page
VASP wiki manual
VASP tutorials and recordings
POTCAR
files in the /software/sse/manual/vasp/POTCARs/PBE/2015-09-21/
directory. You’ll need to copy the relevant one in your running directory.vaspworkshop
” (so usereservation vaspworkshop-2022-02-22
, without dash).usereservation vaspworkshop-2022-02-22
in the terminal to make use of the course reservation. This way your jobs will start faster. Tomorrow you’ll need to: usereservation vaspworkshop-2022-02-23
.module avail vasp
.module load VASP/...
then you can check at any time what is loaded with module list
.listreservations
./software/sse/manual/vasp/training/ws2022/
. You may just copy the directory somewhere else.permission denied
when I try to copy the workshop directory / POTCAR files.
groups
to confirm that you’re member of the group pg_vasp-ws2022
and vasp61
. If it is not shown in the list, but you are member of the SUPR prject for the course, re-login to Tetralith. If you still have issues, write here or in the Zoom chat.cpr -r
should be cp -r
.
Q: I get the following message after loading ASE:
IMPORTANT INFORMATION
=====================
You HAVE to load a suitable Python installation together with ASE 3.19.0! e.g.:
Python/3.6.3-anaconda-5.0.1-nsc1
p4vasp
or py4vasp
to plot.cif2cell
, for example.cif2cell
can be found here, it’s also available as a module on Tetralithinteractive
(missing ‘c’). It is there since yesterday, but one tends to correct, submit and forget shell commands immediately afterwards, because typing in something wrong the first time is extremely common.
KPOINTS
file during the electronic structure step and the second step. Single k-point is ok only for large supercells (ideally the bands are already flat, so sampling at a single point will be enough). For the second step, you can choose to sample only at the gamma point or another k-point, although this does not sound as DOS (Density Of States) anymore but rather like band levels. For larger cells, this will lead to splits which will start to look again like DOS when they get in to a histogram plot. gnuplot
...
set term pdfcairo
set out "filename.pdf"
replot # or plot with the original plot command
# to flush the buffer, not necessary if you close or exit the program
set out ""
# to revert back to screen
set term qt
...
Guides, documentation and FAQ.
Applying for projects and login accounts.