Potential

class py4vasp.raw.Potential(structure: VaspData, hartree_potential: VaspData, ionic_potential: VaspData, xc_potential: VaspData, total_potential: VaspData)

Bases: object

The potential on a real space grid.

Depending on the options set in the INCAR file, this dataclass can store the total potential, the hartree potential, the ionic potential and the exchange-correlation potential.