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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file oxionics_qiskit_provider-0.1.1.tar.gz
.
File metadata
- Download URL: oxionics_qiskit_provider-0.1.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95acfe9d566fc30bedca4fe61a32c79f06709369c2a64443f48dd4ae43af6dda |
|
MD5 | 73b9719ac564ca8da0f4ebace417b316 |
|
BLAKE2b-256 | d4baa9383fc303c1517535483eda969fb790612f292ad7fb0ba853de1cb8fbdf |
Provenance
File details
Details for the file oxionics_qiskit_provider-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: oxionics_qiskit_provider-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1321e81ff22d5be8c92d180ce8d2ea45e6dc21310690d4205bef84b23da1ad0e |
|
MD5 | 7fbd4c9bb56c7e82c1b63d46ad66be89 |
|
BLAKE2b-256 | 5f8cacb960def3e53e03e3bbfa8a1143cc66d34f60ee874022f8fffbe78de880 |