:orphan: :mod:`atsim.potentials.config._potential_form_registry` ======================================================= .. py:module:: atsim.potentials.config._potential_form_registry Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: atsim.potentials.config._potential_form_registry.Potential_Form_Registry .. py:class:: Potential_Form_Registry(cfg, register_standard=False, register_pymath_functions=False) Bases: :class:`object` Factory class that takes [Potential-Form] and [Table-Form] definitions from ConfigParser and turns them into Potential_Form objects .. attribute:: registered Returns the labels for the potentials registered here. .. method:: __getitem__(self, k)