CustomSectionToken

class ase2sprkkr.potentials.custom_potential_section.CustomSectionToken[source]

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

The grammar just reads all up to the section separator.

Class hierarchy

Inheritance diagram of ase2sprkkr.potentials.custom_potential_section.CustomSectionToken

Constructor

__init__()
pattern = re.compile('\n\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\**[ \r\t]*\n', re.DOTALL)
name = 'CustomSection'
parseImpl(instr, loc, doActions=True)[source]
_abc_impl = <_abc._abc_data object>