Expand description

Module containing the simulation State.

The trait LatticeState is the most basic state with just the link matrices. The default implementation is LatticeStateDefault. More over a more advance state with the color electrical field is given by the trait LatticeStateWithEField with the default implementation LatticeStateEFSyncDefault. Thw word “Sync” appears. It means that the simulation for the equation of movement are done at the same time for both the link matrices and the electric field. It is given by te trait SimulationStateSynchronous. It can also be done using the leapfrog method with the trait SimulationStateLeapFrog and the wrapper SimulationStateLeap.

See item documentation for more details.

Structs

Traits

Type Definitions