You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This is an alternative to #355 and marks the final transition to the
`mqt-core` Python package. See #355 and #352 for some history on this
topic.
In addition to directly using the MQT Core Python package, this PR makes
Qiskit an optional dependency of MQT QCEC. All core functionality is now
covered MQT-internally.
## Checklist:
<!---
This checklist serves as a reminder of a couple of things that ensure
your pull request will be merged swiftly.
-->
- [x] The pull request only contains commits that are related to it.
- [x] I have added appropriate tests and documentation.
- [x] I have made sure that all CI jobs on GitHub pass.
- [x] The pull request introduces no new warnings and follows the
project's style guidelines.
QCEC provides dedicated compilation flow profiles for IBM Qiskit which can be used to efficiently verify the results of compilation flow results :cite:p:`burgholzer2020verifyingResultsIBM`.
23
23
These profiles are generated from IBM Qiskit using the :func:`.generate_profile` method.
0 commit comments