qiskit-research icon indicating copy to clipboard operation
qiskit-research copied to clipboard

Research using Qiskit.

Results 11 qiskit-research issues
Sort by recently updated
recently updated
newest added

The mapomatic commit that broke the code was introduced between mapomatic versions 0.9 and 0.10: https://github.com/qiskit-community/mapomatic/commit/208989ecc783d3ae07bbd3b5c9e22287eebb20ac This prevents us from upgrading mapomatic past 0.9, which in turn blocks us from...

mapomatic broke our code in this commit: https://github.com/qiskit-community/mapomatic/commit/208989ecc783d3ae07bbd3b5c9e22287eebb20ac See #114

Error mitigation tutorial based on dual state verification. Outcome of Autumn 22 QAMP project #3. (i tried to run the automatic tests using tox, and it seems some original code...

Adding a note to the `cost_func_scaled_cr` function in the `cost_funcs` module to help clarify the best usage of the fiunction. In particular, if matching layouts are searched for a transpiled...

After https://github.com/Qiskit/qiskit-nature/issues/828 is fixed.

Related: https://github.com/Qiskit/qiskit-ibm-runtime/issues/571 ```python from qiskit import QuantumCircuit, pulse from qiskit_ibm_runtime import QiskitRuntimeService, Sampler from qiskit.transpiler import PassManager from qiskit.providers.fake_provider import FakeBelemV2 from qiskit_research.utils.pulse_scaling import SECRCalibrationBuilder from qiskit_research.utils.gates import SECRGate service...

When trying to get the error for qubits used by the CX gate the code below assumes that the layout is virtual and it will raise errors with certain layouts...

in utils/gates.py. Perhaps it can inherit from CalibrationBuilder.

Moving the `linear_solvers` [package](https://github.com/Qiskit/qiskit-terra/tree/main/qiskit/algorithms/linear_solvers) from `qiskit-terra` since it will be deprecated because it is not likely to be used with real hardware in the near future.