Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
faq:chimie:vasp [2022/03/01 09:12] – [Submission script] tjiangfaq:chimie:vasp [2022/03/01 12:36] (Version actuelle) – [Submission script] tjiang
Ligne 63: Ligne 63:
  
 cd "${HOMEDIR}" || { echo "cannot cd to ${HOMEDIR}"; exit 1; } cd "${HOMEDIR}" || { echo "cannot cd to ${HOMEDIR}"; exit 1; }
 +#Creating POTCAR, contribution of Stephan
 +rm POTCAR ; for i in `awk '{if(NR==6){print $0}}' POSCAR`  ; do cat ~tjiang/vasp/PSEUDOS_DATABASIS/2013/gw/potpaw/pbe/$i/POTCAR >> POTCAR ; done:w
 +
 +
 #for normal calculation #for normal calculation
 /bin/cp -f INCAR KPOINTS POTCAR POSCAR WAVECAR "${SCRATCHDIR}/" /bin/cp -f INCAR KPOINTS POTCAR POSCAR WAVECAR "${SCRATCHDIR}/"
faq/chimie/vasp.1646125978.txt.gz · Dernière modification : 2022/03/01 09:12 de tjiang