qiskit-community / qiskit-dynamics

Tools for building and solving models of quantum systems in Qiskit
https://qiskit-community.github.io/qiskit-dynamics/
Apache License 2.0
103 stars 61 forks source link

Depend on qiskit directly #293

Closed 1ucian0 closed 9 months ago

1ucian0 commented 9 months ago

Summary

Currently, qiskit-dynamics depends on qiskit-terra. Starting in Qiskit 1.0.0 only the qiskit package will be published. This PR changes the requirement to use qiskit instead of qiskit-terra.

Details and comments

https://github.com/Qiskit/qiskit/pull/11230