RawCell

class py4vasp.raw.RawCell(lattice_vectors: numpy.ndarray, scale: float = 1.0)

Bases: object

Unit cell of the crystal or simulation cell for molecules.

Attributes Summary

scale

Global scaling factor applied to all lattice vectors.

Attributes Documentation

scale: float = 1.0

Global scaling factor applied to all lattice vectors.