Structure#

The pyprocar.core.Structure class stores structure information. Expects a list of atomic symbols, numpy array of fraction coordinates of the atoms, and the atomic lattice matrix. See Structure for further details.

pyprocar.core.Structure([atoms, ...])

Class to define a peridic crystal structure.