custom_potential_section

Full name: ase2sprkkr.potentials.custom_potential_section

Module class hierarchy

Inheritance diagram of ase2sprkkr.potentials.custom_potential_section.CustomPotentialSection, ase2sprkkr.potentials.custom_potential_section.CustomPotentialSectionDefinition, ase2sprkkr.potentials.custom_potential_section.CustomSectionToken, ase2sprkkr.potentials.custom_potential_section.SectionString

Description

Custom potential sections are the parts of Potential, that whose content is not parsed.

I.e. these sections can has any content (they are readed up to the section separator).

Classes

CustomPotentialSection(name[, container])

Unknown sections of the potential file are mapped to a "section" of this type.

CustomPotentialSectionDefinition(name[, ...])

The custom sections are in fact values - their content can be readed or writed as one value (in the most cases string).

CustomSectionToken()

The grammar for a custom section - i.e. for unknown section, whose content is let as is.

SectionString([prefix, postfix, format, ...])

The grammar_type of a custom section - i.e. string, that ends with a section separator.