-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transpiler integration refactor and qiskit v1.2 support (#116)
* Minimal changes to support qiskit v1.2 - layout preservation of transpile_to_IQM broke here. * Update version * Native qiskit tranpsiler integration. * change the fidelity number to error * Updated user guide with new transpiler information * Removed Brittish spelling * Changes to reflect supported CZ directions as calibrated in the hardware * Drop qiskit 0.45 support * Added a section of transpiler plugins * Remove DQA sorting, it should be sorted already. * Add deserialization of iqm-client circuits to qiksit circuits * transpiler keeps layout * Move gate unitary now has some arbitrary phase * resonators now inferred from MOVE gate implementations * Added method for restricting transpilation to a subset of qubits * Restructured files to make sense * generate_initial_layout now uses the correct target * Add the delay operation. * Test for delay. * Additional transpile_to_IQM and deserialization tests * New layout generation algorithm. * Bump iqm-client. * Drop Python 3.9 support. * Drop qiskit<1.0 support. * Examples updated. * Update black in tox -e format * Removed qiskit-monitor tests as this will always be skipped --------- Co-authored-by: Arianne Meijer <[email protected]> Co-authored-by: sourav.majumder <[email protected]> Co-authored-by: Ville Bergholm <[email protected]> Co-authored-by: Per Liebermann <[email protected]> Co-authored-by: Janne Kotilahti <[email protected]>
- Loading branch information
1 parent
2565ade
commit 2f578fe
Showing
41 changed files
with
2,971 additions
and
1,918 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.