Add OpenEntropy entropy source and ECDF amplification#4
Open
ereid7 wants to merge 2 commits intoalchemystack:mainfrom
Open
Add OpenEntropy entropy source and ECDF amplification#4ereid7 wants to merge 2 commits intoalchemystack:mainfrom
ereid7 wants to merge 2 commits intoalchemystack:mainfrom
Conversation
Owner
|
Hi, the PR failed some of the CI checks. I've put the error logs in a txt file for you to troubleshoot, CC should be able to handle it. |
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.
Summary
qr_sampler.entropy_sourcesWhy ECDF Amplifier
uuwithout relying on fragile distributional assumptionsConfigurability
QR_SIGNAL_AMPLIFIER_TYPE(ecdforzscore_mean)QR_ECDF_CALIBRATION_SAMPLES(default2000, min100)qr_signal_amplifier_type; calibration sample count is configured at process/env config levelOpenEntropy Configuration Note
QR_ENTROPY_SOURCE_TYPE=openentropyto enable the sourceQR_OE_CONDITIONING(raw,vonneumann,sha256)QR_OE_SOURCES(for example:counter_beat)deployments/openentropy/README.mdWhy Not gRPC for OpenEntropy
QR_OE_SOURCES,QR_OE_CONDITIONING); routing through a gRPC adapter would add extra config/plumbing complexityquantum_grpc), while native integration is simpler and lower-friction for local OpenEntropy research workflowsValidation
python3 -m ruff check src/ tests/python3 -m pytest tests/ -qpython3 -m build --sdist --wheel