Ising Model Class
Spin-1/2 Ising model with nearest-neighbor interactions and a local field.
- class edlgt.models.ising_model.IsingModel(sectors=None, **kwargs)[source]
Bases:
QuantumModelNearest-neighbor Ising model with a transverse field.
Initialize the Ising model and site-local Pauli operators.
- Parameters:
sectors (
listorNone, optional) – Target sector(s) for the global Z2 parity symmetry. Pass[1]for the even-parity sector or[-1]for odd. IfNone, no symmetry reduction is applied.**kwargs – Arguments forwarded to
QuantumModel.