Jim Garrison
Jim Garrison
We'll need to disable `wrong-import-order` and `wrong-import-position` on the notebooks, as we deliberately import things right before we use them in the docs. But that will be easy because they...
This is related to #256.
For most gates we work with (`CRZGate` and `RZZGate` and similar rotations), only the _coefficients_ of the quasiprobability decomposition depend on theta. The subexperiments themselves do not. I will write...
> Directly during reconstruction. Also, when one is reconstructing multiple values of theta from the same subexperiment, it would be _really nice_ if we had error estimates as well (#257)....
To do this, we'll need to store the weights in a bit more complicated way (https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/pull/385#discussion_r1310677757) and be also to map between subexperiment index and (sample, observable) index #387.
A related idea is to add a `setting` kwarg to `cut_gate` (formerly `decompose_gates`), which could be either LO, one-way LOCC, or two-way LOCC. In fact, the most general thing we...
Once cutqc is deprecated (#494), we'll be one step closer to dropping the Aer dependency. We might just want to wait until we remove cutqc to drop it.
The qiskit-ibm-runtime primitives in local mode, which we plan to use in our tutorials starting in #511, actually [seem to take a different code path](https://github.com/Qiskit/qiskit-ibm-runtime/blob/c34ad93a3d6b44baf1b42fc8fb74aff142217542/qiskit_ibm_runtime/fake_provider/fake_backend.py#L119-L132) for simulation based on whether...
Closing all CutQC issues now that it has been removed.
Closing all CutQC issues now that it has been removed.