atsim.potentials.config._potential_form_registry

Module Contents

Classes

Potential_Form_Registry(cfg, register_standard=False, register_pymath_functions=False) Factory class that takes [Potential-Form] and [Table-Form] definitions
class atsim.potentials.config._potential_form_registry.Potential_Form_Registry(cfg, register_standard=False, register_pymath_functions=False)[source]

Bases: object

Factory class that takes [Potential-Form] and [Table-Form] definitions from ConfigParser and turns them into Potential_Form objects

registered[source]

Returns the labels for the potentials registered here.

__getitem__(self, k)[source]