or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
SNIC & PRACE VASP Workshop
Workshop webpage:
https://www.nsc.liu.se/support/Events/VASP_workshop_2022/
Quick guide for working on Tetralith:
https://www.nsc.liu.se/support/Events/VASP_workshop_2022/quick_guide/
URL of this document:
https://hackmd.io/4BtPXK7HQDSCwUz1I2JEeQ
Icebreaker: Please write your name, where you work, and optionally what you're working on
Note: Access to VASP will be given during lunch today, Tue, Feb 22.
For account-related questions, please email support@nsc.liu.se or use the SUPR page: https://supr.snic.se/support/. Please mention that you're taking part in the workshop.
General Questions (day 1)
Hands-on Questions (day 1)
Q: POTCAR files are missing in input directory?
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.Q: Logging in to Tetralith for the first time?
Q: Quick guide to Tetralith:
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →vaspworkshop
" (sousereservation 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
.Q: How do we know we're using the latest vasp?
module avail vasp
.module load VASP/...
then you can check at any time what is loaded withmodule list
.Q: How can I see which reservations I am allowed to use?
listreservations
.Q: Where do I find the examples to be used in the course?
/software/sse/manual/vasp/training/ws2022/
. You may just copy the directory somewhere else.Q: I get
permission denied
when I try to copy the workshop directory / POTCAR files.groups
to confirm that you're member of the grouppg_vasp-ws2022
andvasp61
. 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.- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →cpr -r
should becp -r
.Q: How to calculate the effective mass and optical properties?
Q: I get the following message after loading ASE:
Q:Regarding the ENCUT values, it was mentioned that the ideal is around 1 -1.5x of the ENMAX value provided. Should we do convergence testing to get the ideal ENCUT value?
Q: How to plot the band structure with gnuplot or other software?
p4vasp
orpy4vasp
to plot.- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Q: How to relax the structure with VASP?
Q: For convergence testing, what are the parameters that I should test for? Besides ENCUT and Kmesh?
Q: Where do I find good database for POSCAR files?
cif2cell
, for example.cif2cell
can be found here https://sourceforge.net/projects/cif2cell/ it's available as a module on TetralithGeneral Questions (day 2)
Q: How does VASP deal with i-th singlet (and triplet) excited states? What about its efficiency compared to other packages?
Q: How should the inputs look like when performing excited state calculations?
Hands-on Questions (day 2)
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →interactive
(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.Q: Is it good to run with single KPOINTS even when calculating DOS?
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.Q: PDF plot in gnuplot using the command line/script
Q:
Q:
Q:
Q:
Q:
Q:
Q: