atsim.potentials.referencedata

Package Contents

Classes

Reference_Data(extra_data={}) Class providing data about atomic species
class atsim.potentials.referencedata.Reference_Data(extra_data={})[source]

Bases: object

Class providing data about atomic species

get(self, species, property_name)

Get a property value for a given species.

Parameters:
  • species – Species label.
  • property_name – Propety identifier.
Returns:

Property value for given combination of species and property name.

exception atsim.potentials.referencedata.Unknown_Species_Exception[source]

Bases: atsim.potentials.referencedata._reference_data.Reference_Data_Exception

Common base class for all non-exit exceptions.

exception atsim.potentials.referencedata.Unknown_Property_Exception[source]

Bases: atsim.potentials.referencedata._reference_data.Reference_Data_Exception

Common base class for all non-exit exceptions.

exception atsim.potentials.referencedata.Reference_Data_Exception[source]

Bases: Exception

Common base class for all non-exit exceptions.