--- license: mit tags: - chemistry pretty_name: Materials Project size_categories: - 100K index of the structure in data file. * `id` (str) => id of Materials Project. * `formula` (str) => formula. * `natoms` (int) => number of atoms. * `energy_pa` (float) => formation energy per atom. ## Data (`data.hdf5`) fields: * `structures` => a group containing structure information. * `structures/cell` (float32) => lattice of the material. * `structures/natoms` (int32) => number of atoms. * `structures/energy_pa` (float32) => formation energy per atom. * `structures/atoms_ptr` (int64) => position of the first atom of the structures in the `atoms` group. * `atoms` => a group containing information about atoms. * `atoms/positions` (float32) => the positions of the atoms. * `atoms/atomic_number` (uint8) => the atomic number of the atoms.