OccupationSectionDefinition

class ase2sprkkr.potentials.definitions.sections.occupation.OccupationSectionDefinition(name='OCCUPATION', **kwargs)[source]

Class hierarchy

Inheritance diagram of ase2sprkkr.potentials.definitions.sections.occupation.OccupationSectionDefinition

Constructor

__init__(name='OCCUPATION', **kwargs)[source]

For the documentation of the other parameters, see ase2sprkkr.common.SectionDefinition()

Parameters

mandatory – Is the section mandatory? I.e. the potential file is required to contain this sections.

depends_on()[source]

The order of processing of sections during reading can be different than the order during a write. So, if the function should not be processed before given named sections, name then.

Returns

prerequisites

Return type

[ str, str, … ]

result_class

alias of OccupationSection