httk.task.vasptools module¶
- httk.task.vasptools.VASP_CLEAN_OUTCAR(FILE=None, clean_forces_acting_on_ions=False, clean_avg_electrostatic_pot_at_core=False)[source]¶
- httk.task.vasptools.VASP_NBANDSLINE()[source]¶
Reimplementation of the algorithm of cif2cell. NBANDS is the max of the default in VASP spin-polarized (0.6*nelect + NIONS/2), non-spin: (nelect/2 + NIONS/2), occupied bands + 20, or 0.6*nelect + total initalized magnetic moment In addition, it must be divisible by NPAR, so we round up to that.