qiskit-ibm-runtime
qiskit-ibm-runtime copied to clipboard
IBM Client for Qiskit Runtime
**Describe the bug** When drawing the scheduled circuit with `PadDynamicalDecoupling` pass from` qiskit_ibm_runtime.transpiler.passes.scheduling` , an error is returned that says ``` TypeError Traceback (most recent call last) Cell In[2], [line...
**Describe the bug** The total job time increases superlinearly, even if the actual runtime usage does not increase as much. For example, here is a plot of the reported total...
**What is the expected feature or enhancement?** It is possible to grab the two independent readout error rates from the `backend.properties`: ```python props = backend.properties() P01 = props.qubit_property(0, 'prob_meas0_prep1')[0] P10...
### Summary ### Details and comments Fixes #
Addresses part of the technical debt introduced with the visualization PR. Question: Could/should `_get_qubit_coordinates` be made public, or perhaps be part of the `Backend` class?
Phase I Debugger is required to: - Provide a convenience function to Cliffordize circuits - Provide a way to compare the results of ideal vs noisy simulations It is not...
### Summary It'd be nice to have an easier way to run integration tests from a PR. Currently they are only run on `push` and in a nightly cron job....
### Summary Adds an EstimatorPubResult class with a method for plotting ZNE data. ### Details and comments Closes #1820. The plotter supports two separate views of the data with the...
`rzz` in IBM devices was not calibrated to angle values outside the range of `[0, pi/2]`, such values should raise an exception.