ASEArraySectionDefinition

class ase2sprkkr.potentials.potential_definitions.ASEArraySectionDefinition(*args, mandatory=True, array_name, **kwargs)[source]

A definition of a section, that contains an ASE datas (Atoms.setArray)

Class hierarchy

Inheritance diagram of ase2sprkkr.potentials.potential_definitions.ASEArraySectionDefinition

Constructor

Parameters

mandatory (bool) –

__init__(*args, mandatory=True, array_name, **kwargs)[source]

For the documentation of the other parameters, see ase2sprkkr.potential_definitions.PotSectionDefinition() and its predecessor ase2sprkkr.common.SectionDefinition()

Parameters
  • array_name (str) – The name of the ASE array that contains the section’s data

  • mandatory (bool) –

depends_on()[source]

Array size is required

result_class

alias of ASEArraySection