John Gamble

Results 5 issues of John Gamble

This feature request is a nomination to run all the code in pyGSTi through [black](https://github.com/psf/black), an extremely popular auto-formatter for python. From their home page: >Black is the uncompromising Python...

enhancement

I am trying to run two-qubit direct RB with a gate set comprising X(pi/2), Y(pi/2), and X(pi/2) x X(pi/2). I can form the processor spec without any issues like so:...

enhancement

**Describe the bug** The fifth code cell on the ModelTesting-functions fails when run. **To Reproduce** Launch the ModelTesting-functions and execute the cells in the notebook. Cell 5 gives: ``` results.add_estimates(results2)...

bug

**Describe the bug** Gate decompositions (called manually and from reports) have rotation angles that are incorrect by a factor of sqrt(2). **To Reproduce** 1. Make a simple model, e.g.: ```...

bug
fixed-but-not-in-release-yet

**Describe the bug** When attempting to generate fiducials based on a target model generated from a processor specification, I get a matrix size error. **To Reproduce** ``` import pygsti import...

bug