:orphan: :mod:`atsim.potentials.config._common` ====================================== .. py:module:: atsim.potentials.config._common Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: atsim.potentials.config._common.make_potential_form_tuple_from_function .. data:: SpeciesTuple .. data:: EAMFSDensitySpeciesTuple .. data:: EAMEmbedTuple .. data:: EAMDensityTuple .. data:: PairPotentialTuple .. data:: PotentialFormInstanceTuple .. data:: PotentialFormSignatureTuple .. data:: PotentialFormTuple .. data:: MultiRangeDefinitionTuple .. data:: PotentialModifierTuple .. data:: TableFormTuple .. py:exception:: ConfigurationException Bases: :class:`Exception` Common base class for all non-exit exceptions. .. py:exception:: ConfigParserException Bases: :class:`atsim.potentials.config._common.ConfigurationException` Common base class for all non-exit exceptions. .. py:exception:: ConfigParserMissingSectionException Bases: :class:`atsim.potentials.config._common.ConfigParserException` Common base class for all non-exit exceptions. .. py:exception:: ConfigParserDuplicateEntryException Bases: :class:`atsim.potentials.config._common.ConfigParserException` Common base class for all non-exit exceptions. .. py:exception:: Potential_Form_Registry_Exception Bases: :class:`atsim.potentials.config._common.ConfigurationException` Common base class for all non-exit exceptions. .. py:exception:: Potential_Form_Exception Bases: :class:`atsim.potentials.config._common.ConfigurationException` Common base class for all non-exit exceptions. .. py:exception:: Table_Form_Exception Bases: :class:`atsim.potentials.config._common.ConfigurationException` Common base class for all non-exit exceptions. .. py:exception:: Modifier_Exception Bases: :class:`atsim.potentials.config._common.ConfigurationException` Common base class for all non-exit exceptions. .. py:exception:: Unknown_Modifier_Exception Bases: :class:`atsim.potentials.config._common.Modifier_Exception` Common base class for all non-exit exceptions. .. function:: make_potential_form_tuple_from_function(name, pyfunc)