Skip to main content

No project description provided

Project description

OxIonics Qiskit Provider

A provider and backend for Qiskit, which executes quantum circuits on the Oxford Ionics ion traps.

Usage

Unlike with most Qiskit backends, the Oxford Ionics backend doesn't require that the circuit has been transpiled before being passed to OxIonicsBackend.run. This is because the OxIonics API accepts arbitrary QASM.

Create a backend

An authentication token is required:

from oxionics_qiskit_provider import OxIonicsProvider

provider = OxIonicsProvider("my_token")
backend = provider.get_backend()

Run circuits on the backend

from qiskit.circuit.random import random_circuit

qx = random_circuit(1, 3)

job = backend.run(qx)
results = job.results()

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

oxionics_qiskit_provider-0.1.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

oxionics_qiskit_provider-0.1.1-py3-none-any.whl (4.6 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