neuralqx.operators.computational.qr.jax.lorentzian_constraint module

class LorentzianConstraintJax(H, *, immirzi=1.0)

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)