Dear Dr. van de Walle,
First of all, thank you so much for sharing this nice codes for free. I am a new user of the code. When I run runstructure_vasp for a test as instructed in the manual, there come several mistakes. I attach the prompts here. Would you please give some advice to address this problem? Thank you very much.
[izha0001@monarch 0]$ runstruct_vasp
/Cu/POTCAR.Z: No such file or directoryl/potpaw_PW91
cp: cannot stat ‘OSZICAR’: No such file or directory
cp: cannot stat ‘OUTCAR’: No such file or directory
cp: cannot stat ‘CONTCAR’: No such file or directory
cp: cannot stat ‘CONTCAR’: No such file or directory
cp: cannot stat ‘OSZICAR’: No such file or directory
cp: cannot stat ‘OUTCAR’: No such file or directory
cp: cannot stat ‘CONTCAR’: No such file or directory
cp: cannot stat ‘DOSCAR’: No such file or directory
unable to open OSZICAR or OSZICAR.static
ezvasp.rc
#!/bin/csh
#enter name of vasp executable here
set VASPCMD = "vasp"
#enter the directories containing the pseudopotentials here
set POTLDA = "/home/izha0001/fj78/vasp/potential/potpaw_LDA.54"
set POTGGA = "/home/izha0001/fj78/vasp/potential/potpaw_PW91"
set POTPAWLDA = "/home/izha0001/fj78/vasp/potential/potpaw_LDA.54"
set POTPAWGGA = "/home/izha0001/fj78/vasp/potential/potpaw_PW91"
set POTPAWPBE = "/home/izha0001/fj78/vasp/potential/potpaw_PBE.54"
vasp.wrap
[INCAR]
PREC = high
ISMEAR = -1
SIGMA = 0.1
NSW=41
IBRION = 2
ISIF = 3
USEPOT = PAWGGA
KPPRA = 1000
DOSTATIC