aiida_vasp.commands.dryrun_vasp#
Module for dry-running a VASP calculation
Module Contents#
Functions#
A simple tool to dryrun a VASP calculation. The calculation will be run for up to <timeout> seconds. The underlying VASP process will be terminated once it enters the main loop, which is signalled by the appearance of a INWAV keyword in the OUTCAR. |
|
Perform a “dryrun” for a VASP calculation - get the number of kpoints, bands and estimated memory usage. |
|
Parsing the IBZKPT file |
|
Parse the header part of the OUTCAR |
API#
- aiida_vasp.commands.dryrun_vasp.cmd_dryrun_vasp(input_dir, vasp_exe, timeout, work_dir, keep, force)#
A simple tool to dryrun a VASP calculation. The calculation will be run for up to <timeout> seconds. The underlying VASP process will be terminated once it enters the main loop, which is signalled by the appearance of a INWAV keyword in the OUTCAR.