-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Qiskit-Extensions:main' into Setting-type-for-composite…
…-experiment
- Loading branch information
Showing
5 changed files
with
42 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
releasenotes/notes/rb-v2-none-coupling-fda2b22afdef507b.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
fixes: | ||
- | | ||
Changed :class:`.StandardRB` to treat two qubit operations in the | ||
:class:`qiskit.transpiler.Target` as having all-to-all connectivity if | ||
there is no set of specific pairs of coupled qubits. Most importantly, this | ||
change allows :class:`.StandardRB` to work with | ||
:class:`qiskit_aer.AerSimulator` for multi-qubit benchmarking after | ||
``qiskit-aer`` 0.13.0. Version 0.13.0 of ``qiskit-aer`` changed | ||
the default :class:`qiskit_aer.AerSimulator` to have such a | ||
:class:`qiskit.transpiler.Target` without specific coupled pairs. | ||
See `#1292 <https://github.com/Qiskit-Extensions/qiskit-experiments/issues/1292>`__. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
qiskit-ibm-provider>=0.6.1 # for submitting experiments to backends through the IBM provider | ||
cvxpy>=1.3.2 # for tomography | ||
scikit-learn # for discriminators | ||
qiskit-aer>=0.11.0,<=0.12.2 # Temporary version pin because of https://github.com/Qiskit-Extensions/qiskit-experiments/issues/1292 | ||
qiskit-aer>=0.11.0 | ||
qiskit_dynamics>=0.4.0 # for the PulseBackend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters