-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Description
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
Metadata
Metadata
Assignees
Labels
bugA bug or regressionA bug or regression