Stefan Seritan
Stefan Seritan
Closing as this is merged in develop with #443.
Thanks for the review @coreyostrove! I will go back and make these changes, and add a bunch of unit tests. However, testing IBMQExperiment is a bit of a problem -...
FYI, this is being delayed until 0.9.13 so that I can also incorporate the new IBMQ session workflow, which will eventually become the default way to run on IBMQ.
TODO: Enable partial checkpointing to avoid big writes for large edesigns
Hi Lucas, At the time of publication, a fairly involved standalone analysis script was used to do the model fitting of the crosstalk models; however, the code has evolved since...
Closing this as part of issue cleanup for the next minor release as we answered the question. Please reach out again if this example was not a sufficient starting point!
I'm generally for replacing `np.dot` with `@` in places where we mean matrix multiplication. That sort of modernization has been a low priority but would certainly be worthwhile IMO.
FYI Erik has a branch about this called `feature-percircuit-colorboxplot-transition`. We just need to finish out that branch to fix this, but targeting that for the next major release.
Thanks for the additional info! Then this is my reminder to delete that branch once we get this in. Also, FYI: I'm imagining getting a bunch of your bugfixes in...
Closing as this is fixed with #418 merged.