:orphan: :mod:`atsim.potentials.config._configuration` ============================================= .. py:module:: atsim.potentials.config._configuration Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: atsim.potentials.config._configuration.Configuration .. py:class:: Configuration Bases: :class:`object` Factory class that allows Tabulation objects to be built from .ini files .. method:: read(self, fp) Read potential data from the file object `fp` and return a `PairTabulation` or `EAMTabulation` object. :params fp: File like object containing potential information. :returns: Tabulation object .. method:: read_from_parser(self, cp) Read potential data from the `ConfigParser` object `cp` and return a `PairTabulation` or `EAMTabulation` instance. :param cp: atsim.potentials.config.ConfigParser instance. :returns: Tabulation object