Fix policy enforcement, audit integrity and quantum result validation - #3
Merged
Merged
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.
Malformed policy values could enable remote or asynchronous execution: the string "false" became True, and fractional or non-finite resource counts escaped validation. Concurrent writers could also fork the audit chain, and concurrent Guards could change the simulator target and seed underneath another workload. The VQE example was labelled as molecular hydrogen despite implementing a finite-basis deuteron Hamiltonian.
This change:
Validation completed locally:
Compatibility and limits:
Scientific reference: Dumitrescu et al., Cloud Quantum Computing of an Atomic Nucleus, Eq. (4). The reported grid minimum is for the rounded N=2 model, not an extrapolated physical binding energy.
GitHub CI passed on the reviewed head e78fd53: Linux Python 3.11–3.14, macOS/Windows Python 3.12, distribution build and installed-wheel checks, and real CUDA-Q CPU numerical/CLI workloads. Both push and pull-request runs completed successfully. Pull-request CI run.