pyiron_atomistics.vasp.potential.VaspPotential

pyiron_atomistics.vasp.potential.VaspPotential#

class pyiron_atomistics.vasp.potential.VaspPotential(selected_atoms=None)[source]#

Bases: object

The 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

__init__(selected_atoms=None)[source]#

Methods

__init__([selected_atoms])