QSA factorized phase coherence and bounded Pauli readout - #85
Draft
Inserian wants to merge 4 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the first QSA-native coherent readout primitive intended for Brain Cortex VNext without moving semantic authority into QSA.
The branch is a sibling of accepted PR83, not a child of the active polynomial lane. It extends
PhaseGraphStateso compact uniform quadratic phase states can expose physically meaningful interference/correlation observables without materializing the 2^n statevector:QRegister+PauliObservablecontrols;Exact-head acceptance evidence
Accepted research head:
f0eba309f2519019e8ac524239fc7b5dd69dccdd31905522965: success31905522963: success31905523013: success31905523089: successThe 320 randomized 2-9-qubit phase-graph sequences retain full-state comparison to
QRegister; new equatorial X/Y values and randomized X/Y/Z products up to four factors are independently compared with densePauliObservable. The 100,000-logical-qubit test remains below the existing 20 MiB structural gate, and a local Tripair XXX query uses eight flipped-support assignments rather than global state enumeration.This closes a specific gap in the existing phase graph: it already retained coherent phase structure compactly, but the readout surface was primarily computational-basis probability/amplitude/materialization. Brain cannot exploit route interference if coherent route state is discarded before recombination. This branch exposes that recombination information directly while keeping Brain in charge of semantic meaning and final use.
No raw language enters QSA. No Brain source, training, protected state, production routing, or semantic authority is changed. The frozen Main Brain integration contract requires a separate pinned install and disabled -> shadow -> exact-zero trainable adapter; the current V10 QSA bundle is not overwritten.
Research-accepted on this exact head, still draft/unmerged. This is a validated structured quantum-state primitive on classical hardware, not a claim of universal quantum advantage or Brain benchmark improvement before the Main Brain integration decision.