Recent Releases of mirror-gates
mirror-gates - Artifact v2
- fix conflicting qiskit version dependencies by removing mqt.bench
- link release to zenodo
- Jupyter Notebook
Published by evmckinney9 over 2 years ago
mirror-gates - Artifact
This release only contains main branch. Noisy simulation results remain on separate branch due to some package conflicts.
- Jupyter Notebook
Published by evmckinney9 over 2 years ago
mirror-gates - Initial Qiskit-Plugin
- Change so that install can either use extras:
- [core] with monodromy and transpile_benchy as python dependencies
[dev] where they are cloned before install.
Implement plugin using: https://qiskit.org/documentation/apidoc/transpiler_plugins.html.
Let's you use Mirage more directly: ```python from qiskit import transpile
mirageqc = transpile( qc, optimizationlevel=3, couplingmap=couplingmap, basisgates=["u", "xxplusyy", "id"], routingmethod="mirage", layoutmethod="sabrelayout_v2", ) ```
- Jupyter Notebook
Published by evmckinney9 over 2 years ago
mirror-gates - Preprint
Release of arXiv preprint
- Jupyter Notebook
Published by evmckinney9 over 2 years ago