NEB Job (after relaxation of initial and final images)
Difference compared to a regular VASP calculation
You should use a different VASP binary in script folder
Directory
NEB_ROOT- initial / final: relaxations of initial and final images
00 01 02 … N_images-1 : NEB images to be created by interpola3.py
submission_script for NEB : this should be put in the NEB_ROOT directory
INCAR POTCAR KPOINTS are put in the NEB_ROOT directory while POSCARs are put in image folder
standard outputs for each image can be found in each image folder
Submission Script for NEB Calculation
#!/bin/sh --login#PBS -N NEB #job name#PBS -l walltime=24:00:00 #time request hr:min:sec, for NSCC 24hrs maximum#PBS -P [PROJECT_CODE] # Project code#PBS -l select=[N_image*Resource_each_image]:ncpus=24:mpiprocs=24 #resource to be requested#! DO NOT CHANGE THIS UNLESS YOU KNOW WHAT YOU'RE DOING#export OMP_NUM_THREADS=1VASP=xxxx # the place for VASP binary (NEB version) vasp_stdcd ${PBS_O_WORKDIR} # $ means variable; ${PBS_O_WORKDIR} is your submission directorympirun ${VASP} >& ${PBS_O_WORKDIR}/vasp.out # run VASP-NEB
To do
Use scp command upload initial and final folders to fornax or just use git clone on fornax
Be careful, you should remove CHG CHGCAR WAVECAR before commit and push to git repository