Node Generators

  • element - A function that generates the elements of a material.

  • chemenv - A function that generates the chemical environments of a material.

  • crystal_system - A function that generates the crystal systems of a material.

  • magnetic_state - A function that generates the magnetic states of a material.

  • oxidation_state - A function that generates the oxidation states of a material.

  • space_group - A function that generates the space groups of a material.

  • wyckoff - A function that generates the wyckoffs of a material.

matgraphdb.materials.nodes.generators.element([...])

Creates Element nodes if no file exists, otherwise loads them from a file.

matgraphdb.materials.nodes.generators.chemenv([...])

Creates ChemEnv nodes if no file exists, otherwise loads them from a file.

matgraphdb.materials.nodes.generators.crystal_system()

Creates Crystal System nodes if no file exists, otherwise loads them from a file.

matgraphdb.materials.nodes.generators.magnetic_state()

Creates Magnetic State nodes if no file exists, otherwise loads them from a file.

matgraphdb.materials.nodes.generators.oxidation_state()

Creates Oxidation State nodes if no file exists, otherwise loads them from a file.

matgraphdb.materials.nodes.generators.space_group()

Creates Space Group nodes if no file exists, otherwise loads them from a file.

matgraphdb.materials.nodes.generators.wyckoff()

Creates Wyckoff Position nodes if no file exists, otherwise loads them from a file.