Juan G Mendoza

Results 5 issues of Juan G Mendoza

After many months utilizing pyGSTi reports, I just noticed that all table names can be clicked to display information about said table! There is nothing indicating that these titles can...

enhancement

**Is your feature request related to a problem? Please describe.** While going through a HTML report I noticed that there is no way to tell which values correspond to active...

enhancement

While playing around with FOGI models, I noticed that the method print_parameters_by_op(self, max_depth=0) in model.py has not been updated to work with FOGI models. To be more specific, it seems...

bug

calling set_all_parameterizations on a full TP model to a GLND model is changing some outcome probabilities non-trivially. **To reproduce:** `from pygsti.modelpacks import smq1Q_XY as std datagen_model = std.target_model("GLND") #Arbitrary error...

bug

Addressing issue #425. convert() function has been changed for POVM elements and state preparation. They now support proper conversion from full TP to GLND parameterization. The optimization is now done...