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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for oxionics_qiskit_provider-0.1.1.tar.gz
Algorithm Hash digest
SHA256 95acfe9d566fc30bedca4fe61a32c79f06709369c2a64443f48dd4ae43af6dda
MD5 73b9719ac564ca8da0f4ebace417b316
BLAKE2b-256 d4baa9383fc303c1517535483eda969fb790612f292ad7fb0ba853de1cb8fbdf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for oxionics_qiskit_provider-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1321e81ff22d5be8c92d180ce8d2ea45e6dc21310690d4205bef84b23da1ad0e
MD5 7fbd4c9bb56c7e82c1b63d46ad66be89
BLAKE2b-256 5f8cacb960def3e53e03e3bbfa8a1143cc66d34f60ee874022f8fffbe78de880

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