neuralqx.experimental.operators.symbolic.compiler.core.signature module

Compilation-signature helpers for deterministic artifact caching.

class SymbolicCacheKey(token, namespace)

Bases: object

Immutable cache key for compiled symbolic operator artifacts.

class SymbolicCompilationSignature(operator_ir_fingerprint, backend_target, hilbert_size, dtype_str, options_signature=<factory>)

Bases: object

Deterministic compilation signature for cache-key generation.

operator_ir_fingerprint

Stable digest of the operator IR.

backend_target

Resolved backend name.

hilbert_size

Hilbert space size.

dtype_str

Matrix-element dtype string.

options_signature

Static compiler-options signature.