Steve Wood

Results 137 comments of Steve Wood

I downloaded your state_preparation and put in in my qiskit project (I just put it in `qiskit` folder to do black so it was easy to remove without affecting the...

I see you managed to get black to alter the file so its ok in CI here. The changes look like what I saw locally. I see now its passing...

> Hi Steve, finally all the checks have been successful 😄. Thank you for all the help and support. Let me know what are the next future steps? Should I...

A more minor thing - maybe you'd like to edit the title of the PR to something like `Add Generalized Uniform State Preparation` or something that is more descriptive of...

I had noticed a similar failure in recent qiskit algorithms nightly builds - e.g here https://github.com/qiskit-community/qiskit-algorithms/actions/runs/7242612061/job/19728274840 One difference I had noticed is that when it ran ok it was Python...

Batching here was all about optimal job creation wrt the remote backend which had limit on number of circuits per job. Each job went to the queue for the device,...

As this is being updated, I see that this talks about VQE and QAOA in a couple of places, one at the start and one near to the end. Do...

> We refer to VQE as a general algorithm name. So, I think it's fine to leave it. Ok, since it docs, if it we do get any feedback its...

The docs were moved and it looks like redirect that was in place has been discontinued. It can be seen here now https://qiskit.org/ecosystem/optimization/apidocs/qiskit_optimization.html ![image](https://github.com/qiskit-community/qiskit-optimization/assets/40241007/859fd782-9b57-452d-b27f-6bf93f2b6018)

This is more than 2 years old, was originally raised in Aqua, things have changed a lot since then, the way things are done now are very different and the...