neuralqx.operators.computational.Euclidean4d.jax.volume module

class VolumeOperatorJax(H, vertex)

Bases: ComputationalJaxOperator

JAX-compatible (diagonal) volume operator at a single vertex v for U(1)^3.

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)