pyiron_atomistics.vasp.potential.VaspPotential#
- class pyiron_atomistics.vasp.potential.VaspPotential(selected_atoms=None)[source]#
Bases:
objectThe Potential class is derived from the PotentialAbstract class, but instead of loading the potentials from a list, the potentials are loaded from a file.
- Parameters:
path (str) – path to the potential list
Methods
__init__([selected_atoms])