neuralqx.operators.computational.qr.jax.flux module

class QRFluxJax(H, *, site, power=1.0, inverse=False)

Bases: ComputationalJaxOperator

property max_conn_size: int

The maximum number of non zero ⟨x|O|x’⟩ for every x.

property is_hermitian: bool

Returns true if this operator is hermitian.

property dtype

The dtype of the operator’s matrix elements ⟨σ|Ô|σ’⟩.

tree_flatten()
classmethod tree_unflatten(struct, leaves)