quantuminspire
quantuminspire copied to clipboard
Quantum Inspire SDK
* Solves issue https://github.com/QuTech-Delft/quantuminspire/issues/145 * Added allow_fsp as run_config parameter. Default True, when allow_fsp = False then no full_state_projection for running qiskit algorithm. * TODO: unit test * TODO: design...
We want to calculate metrics on different backends, under which the QI backends. We created an implementation based upon qiskit-experiments package to calculate quantum volume. Running this on QI backends...
* Replace travis with github actions for push/pull request and release
# Feature request The Qiskit backend is based on `qiskit.providers.BackendV1`. Update the backend to the newer `BackendV2`.
This is a proposal for a CalibrationViewer helper object to nicely handle and print backend calibration data. It uses rich printing but falls back to the builtin print if not...
The project name from the SDK is hardcoded (with a uuid), see https://github.com/QuTech-Delft/quantuminspire/blob/dev/src/quantuminspire/qiskit/backend_qx.py#L182 Can we make the project name configurable? Either as an attribute of the backend instance, or a...
When submitting qiskit circuits the unit attribute of the delay is ignored. E.g. ``` c=QuantumCircuit() c.x(0) c.delay(10, unit='dt') c.delay(0.001, unit='s') # does not result in a 1 ms delay, but...
**Is your feature request related to a problem? Please describe.** The [SX gate](https://qiskit.org/documentation/stubs/qiskit.circuit.library.SXGate.html) is a common gate used in experiments. It should be supported by all QI backends as it...
# Bug report ## Describe the bug After running `qi login`, the SDK creates `~/.quantuminspire/config.json`. This file contains my API access token, but is also world readable. ## To Reproduce...