CustomConfigurationValue

class ase2sprkkr.sprkkr.configuration.CustomConfigurationValue(definition, container=None, value=None)[source]

Custom value (option) in a SPRKKR configuration file.

Class hierarchy

Inheritance diagram of ase2sprkkr.sprkkr.configuration.CustomConfigurationValue

Constructor

__init__(definition, container=None, value=None)

” :param definition: The value type of the option and its format (in potential and/or task file) :type definition: ValueDefinition :param container: The container, that owns the object :param value: The value of the option. :type value: mixed

_set_from_atoms(atoms, io_data)[source]
Parameters