atlytle / dense-ev

Expectation value measurements in Qiskit using optimal dense grouping. Dense-ev provides an improvement of ~2^m over naive grouping and (3/2)^m over qubit-wise commuting groups. https://arxiv.org/abs/2305.11847
Apache License 2.0
10 stars 2 forks source link

Migrate to Qiskit 1.0 #2

Open frankharkins opened 7 months ago

frankharkins commented 7 months ago

I'm making this issue because this project is part of the Qiskit ecosystem.

As of June 2024, we're introducing a requirement that all projects are compatible with Qiskit 1.0. New users will be using Qiskit 1.0 and we want to make sure any projects we guide them to work straight away.

See our migration guide and let me know if you need any support (such as answering questions about Qiskit or code review). With Qiskit's new stability policy, this should be the last change needed for a while.

In June, we will test out your project and remove it if it doesn't work with Qiskit 1.0. This includes cases in which we can't get the project working because the documentation is lacking. We do value your project so let me know if you need any help migrating or have any other concerns.

atlytle commented 6 months ago

Thanks for the heads up, @frankharkins. The main functionality should be 1.0 compliant, but I may need to make some changes to pass CI tests. Is it ok if I reach out on Slack or email about this in the coming month? Thanks a lot for your help!

frankharkins commented 6 months ago

Is it ok if I reach out on Slack or email about this in the coming month?

Absolutely!

atlytle commented 5 months ago

I've updated the repo, removing references to Opflow and updating requirements. I updated the README to reflect the changes and document current usage. Could you let me know if there's anything else that jumps out as needing changed for the ecosystem? Thanks for your help with this, @frankharkins.