Edge Generators
========================

- :func:`element_element_neighborsByGroupPeriod <matgraphdb.materials.edges.element_element_neighborsByGroupPeriod>` - A function that generates the neighbors of an element by group and period.

- :func:`element_element_bonds <matgraphdb.materials.edges.element_element_bonds>` - A function that generates the bonds of an element.

- :func:`element_oxiState_canOccur <matgraphdb.materials.edges.element_oxiState_canOccur>` - A function that generates the possible oxidation states of an element.

- :func:`material_chemenv_containsSite <matgraphdb.materials.edges.material_chemenv_containsSite>` - A function that generates the sites of a material.

- :func:`material_crystalSystem_has <matgraphdb.materials.edges.material_crystalSystem_has>` - A function that generates the crystal system of a material.

- :func:`material_element_has <matgraphdb.materials.edges.material_element_has>` - A function that generates the elements of a material.

- :func:`material_lattice_has <matgraphdb.materials.edges.material_lattice_has>` - A function that generates the lattice of a material.

- :func:`material_spg_has <matgraphdb.materials.edges.material_spg_has>` - A function that generates the space group of a material.

- :func:`element_chemenv_canOccur <matgraphdb.materials.edges.element_chemenv_canOccur>` - A function that generates the possible oxidation states of an element.

- :func:`spg_crystalSystem_isApart <matgraphdb.materials.edges.spg_crystalSystem_isApart>` - A function that generates the crystal system of a material.



.. autosummary::
   :toctree: _autosummary

   matgraphdb.materials.edges.element_element_neighborsByGroupPeriod
   matgraphdb.materials.edges.element_element_bonds
   matgraphdb.materials.edges.element_oxiState_canOccur
   matgraphdb.materials.edges.material_chemenv_containsSite
   matgraphdb.materials.edges.material_crystalSystem_has
   matgraphdb.materials.edges.material_element_has
   matgraphdb.materials.edges.material_lattice_has
   matgraphdb.materials.edges.material_spg_has
   matgraphdb.materials.edges.element_chemenv_canOccur
   matgraphdb.materials.edges.spg_crystalSystem_isApart