radtools.SpinHamiltonian.lattice#

property

property SpinHamiltonian.lattice#

Lattice of the crystal.

It returns an independent instance of the Lattice class. You can use it to play with the crystal`s lattice independently, but it will not affect the crystal itself.

See Lattice for details.

Returns:
latticeLattice

Lattice of the crystal.

Notes

New Lattice object is created each time you call this property. It is created with standardize=False parameter.