Materials API

The Materials API provides the fundamental functionality of MatGraphDB, offering a robust interface for managing a graph database. This module contains the essential classes and methods that enable database-like operations The core components include:

  • MatGraphDB - The main interface class that provides database-like operations over Parquet files. This class handles data storage, retrieval, querying, schema evolution, and complex data type management through an intuitive API that wraps PyArrow’s functionality.

  • MaterialStore - A store for managing materials in a graph database.

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.

Edge Generators