Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BinaryRBDesign Not Fully Propagating Seed #546

Open
coreyostrove opened this issue Feb 24, 2025 · 0 comments
Open

BinaryRBDesign Not Fully Propagating Seed #546

coreyostrove opened this issue Feb 24, 2025 · 0 comments
Assignees
Labels
bug A bug or regression

Comments

@coreyostrove
Copy link
Contributor

Describe the bug
The construction of experiment designs for BinaryRBDesign is currently non-deterministic even when specifying a value for the seed. This looks to be because a seed isn't being propagated to _sample_random_pauli which means that the initial stabilizer state prep is still being randomized in an uncontrolled fashion.

Expected behavior
Design construction with seeding should be deterministically random for reproducibility.

Environment (please complete the following information):

  • pyGSTi version 0.9.13
@coreyostrove coreyostrove added the bug A bug or regression label Feb 24, 2025
@coreyostrove coreyostrove self-assigned this Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug or regression
Projects
None yet
Development

No branches or pull requests

1 participant