Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.46 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.46 KB

Qiskit TOQM

CI status
pip builds Pip Actions Status
wheels Wheels Actions Status

Qiskit Terra transpiler passes for the Time-Optimal Qubit Mapping (TOQM) algorithm.

Installation

This package is available on PyPI as qiskit-toqm.

To install it, run:

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.