Gather

class ase2sprkkr.common.configuration_definitions.Gather(*items, name_delimiter=' ', value_delimiter='\t', value_delimiter_grammar='')[source]

Output definition for the element of grammar, that reads besides himself other grammar elements, such that their names goes first and then the values go. See gather.

Class hierarchy

Inheritance diagram of ase2sprkkr.common.configuration_definitions.Gather

Constructor

__init__(*items, name_delimiter=' ', value_delimiter='\t', value_delimiter_grammar='')[source]
_grammar(allow_dangerous=False, **kwargs)[source]
_save_to_file(file, value, always=False, name_in_grammar=None, delimiter='')[source]