Skip to main content

RunningMan

Project description

runningman

runningman is a Qiskit Runtime interface that aids in building vertically and maintaining a platform agnostic interface.

About

Executing on IBM Quantum systems is now done through the Qiskit Runtime, and the ubiqitous backend.run() will be removed from their service. For those looking to build on top of Qiskit this has several consequences. First, supporting multiple hardware providers is now more complicated, and boilerplate code must be written to handle differing interfaces. Second, for packages that require backend knowledge, e.g. for things like error suppression and mitigation techniques, one must either carry two pieces of information around (backend instance and Runtime executor for IBM systems) or use the executor in place of a backend and extract the details from there. This would again require a bit of machinery to do this; code that would have to be reproduced for each package / repo that needs it.

runningman is a package that takes care of a lot of this machinery in a single location. Its primary goal is to enable backend.run() to work on IBM Quantum systems via a wrapper; once again allowing for the backend to be the sole variable needed for getting device characteristics as well as performing the execution, and making it easier to work across providers that leverage Qiskit.

Usage

[!IMPORTANT]
This package is for supporting my own projects, and nothing is guarenteed, save for the guarentee that nothing is guarenteed

See the tutorials folder.

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

runningman-2.2.0.tar.gz (12.2 kB view hashes)

Uploaded Source

Built Distribution

runningman-2.2.0-py3-none-any.whl (16.1 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