pyGSTi
pyGSTi copied to clipboard
BootstrappedErrorBars.ipynb Failure
Describe the bug Generating analysis of parametric and non-parametric bootstrap model fails.
circuit labels in long sequence GST are not being generated and passed through bootstrap methods.
To Reproduce
Run notebook from fresh installation of pygsti following install instructions
Expected behavior
The notebook to run without error
Environment (please complete the following information):
- pyGSTi v0.9.10.1
- python 3.10, 4
- Windows10 GSTerror.txt
Hi, thanks for bringing this bug to our attention. This has been fixed in a recent PR.
The source of the bug had to do with a change in how the GST designs are created, which is done internally for the bootstrap fitting. I believe passing the ideal model as target_model
will always avoid the issue causing the bug (or more generally, any model whose operations can be decomposed as unitaries for the conversion to a ProcessorSpec).
Closed as this is now in 0.9.11 release