ConfigFileDefinition

class ase2sprkkr.config.ConfigFileDefinition(name, members=[], **kwargs)[source]

Class hierarchy

Inheritance diagram of ase2sprkkr.config.ConfigFileDefinition

Constructor

__init__(name, members=[], **kwargs)

Definition of container (e.g. section of an input file). For the rest of the parameters see the RealItemDefinition.

Parameters:
  • has_hidden_members (bool) – If true, this section is not intended for a direct editing

  • is_repeated (bool or string) – The section can be repeated. The name of the section appears only once on the beginning (this differs from ValueDefinition.is_repeated #TODO - merge the meaning of the swtich). If a non-empty string is given, the values are divided by the string.

  • force_order (bool) – If True, the items has to retain the order, if False, the items can be in the input file in any order.

dir_common_attributes = False

In dir listing, show the common ‘object’ attributes

result_class

alias of Configuration