Class model::IsingCompactState
ISING model state for IsingCompact.
Inherited Members
Constructors
IsingCompactState()
Declaration
model::IsingCompactState::IsingCompactState()
IsingCompactState()
Create an Ising state with N spins and M terms.
All spins are initialized to 0 ("up" or "+1"). A true value represents "down" or "-1". As such, the boolean value can be considered as representing the sign.
Declaration
model::IsingCompactState::IsingCompactState(size_t N, size_t)