Module lattice_qcd_rs::lattice

source ·
Expand description

Defines lattices and lattice component.

LatticeCyclic is the structure that encode the lattice information like the lattice spacing, the number of point and the dimension. It is used to do operation on LatticePoint, LatticeLink and LatticeLinkCanonical. Or to get an iterator over these elements.

LatticePoint, LatticeLink and LatticeLinkCanonical are elements on the lattice. They encode where a field element is situated.

Structs

Enums

Traits