converge_kpoints
repeat VASP jobs until kpoint convergence
- Provided by: python3-custodian (Version: 2024.10.16-1)
- Source: custodian
- Report a bug
repeat VASP jobs until kpoint convergence
usage: converge_kpoints [-h] [-c [COMMAND]] [-i [{linear,inc}]]
converge_kpoints perform a KPOINTS convergence. What this script will do is to run a particular VASP run with increasing multiples of the initial KPOINT grid until a target convergence in energy per atom is reached. For example, let's say you have vasp input files that has a k-point grid of 1x1x1. This script will perform sequence jobs with k-point grids of 1x1x1, 2x2x2, 3x3x3, 4x4x4, ... until convergence is achieved. The default convergence criteria is 1meV/atom, but this can be set using the --target option.
Author: Shyue Ping Ong