casm.vasp.continue_job
- casm.vasp.continue_job(jobdir, contdir, settings)[source]
Use the files in vasp job directory ‘jobdir’, to setup a vasp job in directory ‘contdir’.
- Args:
jobdir: path to current job directory contdir: path to new directory to continue the job
- Settings:
- copy: Files copied from ‘jobdir’ to ‘contdir’
It also copies either CONTCAR, or if that does not exist POSCAR.
move: Files moved from ‘jobdir’ to ‘contdir’ keep: Files (along with those in ‘copy’) to keep in ‘jobdir’. The rest are removed.
Do not include “POSCAR” or “CONTCAR” in ‘move’ or ‘copy’. jobdir/CONTCAR is copied to contdir/POSCAR, unless it does not exist, in which case jobdir/POSCAR is copied to contdir/POSCAR. jobdir/POSCAR and jobdir/CONTCAR are always kept.