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.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

oxionics_qiskit_provider-0.1-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file oxionics_qiskit_provider-0.1.tar.gz.

File metadata

File hashes

Hashes for oxionics_qiskit_provider-0.1.tar.gz
Algorithm Hash digest
SHA256 34a6bcc7318a2ea2793e86c5e202289c1ca40dcd7e6e182336ba47fb32215d6b
MD5 c9928c239ac7ed5e95d18f68c8369a67
BLAKE2b-256 61acecb6e824f50fb0b29da19aaa998e83ac3503384dcf6f624e67e44a6339ff

See more details on using hashes here.

Provenance

File details

Details for the file oxionics_qiskit_provider-0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for oxionics_qiskit_provider-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f6040f11ff312ad2d5dfdbbbe3b337fbcd479d7515ea00d0652d7e3ecb60818e
MD5 b95bf1b4abe8ecdee481881584c58322
BLAKE2b-256 682766e7cd441ae7c8bb39f140c85e51497e5179f805d9d43d316124a2af7235

See more details on using hashes here.

Provenance

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