Node Generators ======================== - :func:`element ` - A function that generates the elements of a material. - :func:`chemenv ` - A function that generates the chemical environments of a material. - :func:`crystal_system ` - A function that generates the crystal systems of a material. - :func:`magnetic_state ` - A function that generates the magnetic states of a material. - :func:`oxidation_state ` - A function that generates the oxidation states of a material. - :func:`space_group ` - A function that generates the space groups of a material. - :func:`wyckoff ` - A function that generates the wyckoffs of a material. - :func:`lattice ` - A function that generates the lattices of a material. - :func:`material_site ` - A function that generates the sites of a material. .. autosummary:: :toctree: _autosummary matgraphdb.generators.nodes.element matgraphdb.generators.nodes.chemenv matgraphdb.generators.nodes.crystal_system matgraphdb.generators.nodes.magnetic_state matgraphdb.generators.nodes.oxidation_state matgraphdb.generators.nodes.space_group matgraphdb.generators.nodes.wyckoff matgraphdb.generators.nodes.lattice matgraphdb.generators.nodes.material_site