quantax.sampler.SamplerStatus#

class quantax.sampler.SamplerStatus#

The status of the sampler. This class is jittable, and there are 4 attributes.

spins:

The current spin configurations stored in the sampler

wave_function:

The wave_function of the current spin configurations

prob:

The probability of the current spin configurations

propose_prob:

The probability of proposing the current spin configuration

__init__(spins: Array | None = None, wave_function: Array | None = None, prob: Array | None = None, propose_prob: Array | None = None)#