Skip to content

Commit

Permalink
add releasenote
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Aug 14, 2024
1 parent 0fbfc30 commit 16de550
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions releasenotes/notes/fix_for_qiskit1.2-4924037bafe82ecc.yaml
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

0 comments on commit 16de550

Please sign in to comment.