Julien Gacon
Julien Gacon
@ikkoham @tsuvihatu do you want to finish this PR for the upcoming release or should we wait for the next? 🙂
> @Cryoris Do you have a rough estimate for me when the qiskit primitives will be available? In other words, is it worth waiting till then? Now 🙂 @cpossel I'll...
I think it would be nice if printing the result would immediately show whether the circuits are equivalent, without having to call `.equivalent` on top. This could e.g. be done...
In the paper they provide an upper bound on the number of row ops (-> number of CX ops) If we plot the optimal section size $m$ and fit it...
Indeed, thanks for checking @abbycross!
Here's an implementation of the Foreman paper you mentioned: https://qiskit-rng.readthedocs.io/en/latest/ (I haven't tested it myself though 🙂)
SPSA is an approximation of gradient descent and generally does not support setting bounds on the objective function. Interpreting bounds is not straightforward, for example bounds could be * periodic:...
> I have seen that some of our code (e.g. in sparse_pauli_ops.rs) packs vectors of booleans into vectors of u64s. Do you think this is something worth considering when working...
Ah! Like a custom bit array. IMO if it's no bottleneck (which it doesn't look like right now) it might be a bit overkill, but good to keep in mind...
The same holds for the calibrations I would expect, as they are also just assigned. Instead of always copying, we could use the existing `copy_operations` arg in to indicate whether...