Structure

Dynamic Structure

MPDS

FLEUR Utilities

class aiida_reoptimize.structure.fleur_utils.Fleur_setup(ase_obj)[source]

Bases: object

Class to prepare input for inpgen.

ase_to_fleur_xml(ase_obj)[source]

Skipping the textual Fleur input generation in order to simplify our provenance persistence layers

get_input_setup(label)[source]
validate()[source]
aiida_reoptimize.structure.fleur_utils.convert_xml_to_FleurInpData(xml_input)[source]

Takes the content of an inp.xml file as a string, saves it to a temporary folder as ‘inp.xml’, and converts it to a FleurinpData object.

Parameters:

xml_input (str) – Content of inp.xml as a string.

Returns:

The FleurinpData object created from the XML input.

Return type:

FleurinpData

Magnetic Moment Utilities