-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
releasenotes/notes/fix_for_qiskit1.2-4924037bafe82ecc.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,13 @@ | ||
--- | ||
fixes: | ||
- | | ||
- Clone configuration and properties from Qiskit to Aer #2197 | ||
- Deprecation of V1 backends passed to `AerSimulator.from_backend()` | ||
will be removed in Qiskit 2.0 | ||
- target.qubit_properties is now rust function, so list can not be | ||
updated by [] operator directly | ||
- remove QobjExperimentHeader in AerCompiler this is from #2187 | ||
- remove using qobj in AerBackend.run this will be removed by #2187 | ||
- replace some V1 based fake backends to GenericBackendV2 | ||
- Remove transpile for test using `UnitaryGate` or `DiagonalGate` | ||
maybe issue in QIskit https://github.com/Qiskit/qiskit/issues/12953 |