Skip to main content

Qiskit transpiler plugins for advanced scheduling

Project description

Qiskit Scheduling Extension Plugin

This repository contains an extension library of pass manager plugins that can be used in the scheduling stage of Qiskit transpiler.

Install and Use plugin

To use the scheduling extension plugin first install qiskit-scheduling-extension:

pip install qiskit-scheduling-extension

Once you have the plugin package installed you can use the plugin via the scheduling_method argument on Qiskit's transpile() function. For example, if you wanted to use the compact scheduling method to compile a 15 qubit quantum volume circuit for a backend you would do something like:

from qiskit import transpile
from qiskit.circuit.library import QuantumVolume
from qiskit.providers.fake_provider import FakePrague

qc = QuantumVolume(15)
qc.measure_all()
backend = FakePrague()

transpile(qc, backend, scheduling_method="compact")

Authors and Citation

The qiskit-scheduling-extension is the work of many people who contribute to the project at different levels.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qiskit-scheduling-extension-0.2.0.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

qiskit_scheduling_extension-0.2.0-py3-none-any.whl (10.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page