import pygsti
import pickle
results1, results2 = pickle.load(open("rigetti1QGST.pkl","rb"))
pygsti.report.create_general_report({"qubit1": results1, "qubit2": results2}, "rigetti1Qx2test_online.html",
verbosity=3, auto_open=True, connected=True)
*** Generating tables *** *** Generating plots *** *** Merging into template file *** Output written to rigetti1Qx2test_online.html Opening rigetti1Qx2test_online.html...
results2Q_TPonly = pickle.load(open("rigetti2QGSTb.pkl","rb"))
pygsti.report.create_general_report(results2Q_TPonly, "rigetti2Qb_online.html",
verbosity=3, auto_open=True, connected=True)
*** Generating tables *** *** Generating plots *** *** Merging into template file *** Output written to rigetti2Qb_online.html Opening rigetti2Qb_online.html...