Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiskit-community/qiskit-toqm
Qiskit Terra transpiler passes for the Time-Optimal Qubit Mapping (TOQM) algorithm.
https://github.com/qiskit-community/qiskit-toqm
python qiskit quantum-algorithms quantum-computing
Last synced: 2 months ago
JSON representation
Qiskit Terra transpiler passes for the Time-Optimal Qubit Mapping (TOQM) algorithm.
- Host: GitHub
- URL: https://github.com/qiskit-community/qiskit-toqm
- Owner: qiskit-community
- License: apache-2.0
- Created: 2022-01-12T18:58:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T20:05:18.000Z (7 months ago)
- Last Synced: 2024-09-22T20:41:41.609Z (4 months ago)
- Topics: python, qiskit, quantum-algorithms, quantum-computing
- Language: Python
- Homepage:
- Size: 114 KB
- Stars: 7
- Watchers: 4
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Qiskit TOQM
===========| CI | status |
|----------------------|--------|
| pip builds | [![Pip Actions Status][actions-pip-badge]][actions-pip-link] |
| wheels | [![Wheels Actions Status][actions-wheels-badge]][actions-wheels-link] |[Qiskit Terra](https://github.com/qiskit/qiskit-terra) transpiler passes for the [Time-Optimal Qubit Mapping](https://doi.org/10.1145/3445814.3446706) (TOQM) algorithm.
[actions-badge]: https://github.com/qiskit-toqm/qiskit-toqm/workflows/Tests/badge.svg
[actions-pip-link]: https://github.com/qiskit-toqm/qiskit-toqm/actions?query=workflow%3APip
[actions-pip-badge]: https://github.com/qiskit-toqm/qiskit-toqm/workflows/Pip/badge.svg
[actions-wheels-link]: https://github.com/qiskit-toqm/qiskit-toqm/actions?query=workflow%3AWheels
[actions-wheels-badge]: https://github.com/qiskit-toqm/qiskit-toqm/workflows/Wheels/badge.svgInstallation
------------This package is available on PyPI as `qiskit-toqm`.
To install it, run:
```sh
pip install qiskit-toqm
```Alternatively,
1. Clone this repository recursively.
2. Install it from source: `pip install .`Licenses
--------qiskit-toqm is provided under the Apache 2.0 license that can be found in
the LICENSE file.pybind11 is provided under a BSD-style license that can be found in the LICENSE_pybind11
file.By using, distributing, or contributing to this project, you agree to the
terms and conditions of both licenses.