neuralqx.experimental.utils.errors module¶
- exception InvalidSU2CutoffError(value)¶
Bases:
neuralqxErrorRaised when
two_j_maxis not a valid non-negative integer cutoff.
- exception InvalidSU2StateLayoutError(expected_size, got)¶
Bases:
neuralqxErrorRaised when a state has the wrong shape for a compiled SU(2) layout.
- exception SU2ChannelConstructionFailureError(vertex, edge_spins)¶
Bases:
neuralqxErrorRaised when local channels cannot be completed for supplied edge spins.
- exception SU2ExactEnumerationTooLargeError(max_states)¶
Bases:
neuralqxErrorRaised when exact-mode enumeration exceeds the configured guard.
- exception SU2UnconstrainedNotImplementedError¶
Bases:
neuralqxErrorRaised when users request the magnetic-index SU(2) link space.
- exception UnsupportedRecouplingSchemeError(recoupling)¶
Bases:
neuralqxErrorRaised when a recoupling tree kind is not supported yet.