Expand description
Semantic-to-QUBO boil-down compiler for zero-context quantum offloading.
Strips DIDs and URIs into ephemeral local indices, emits linear biases and quadratic coupler weights, then re-hydrates binary solutions back to Quins.
Structs§
Enums§
Constants§
Functions§
- compile_
quins_ to_ qubo - Walk constraint Quins and compile a blind QUBO matrix.
- emit_
weight_ from_ quin - VM opcode handler: push a float weight from the object register.
- quantum_
prompt_ gate - Pre-flight gate: reject prompts that signal classified quantum egress.
- rehydrate_
solution - Re-hydrate a binary solution using the ephemeral index map.
- solve_
classical - Classical fallback: greedy energy minimization on small QUBO.