Skip to content

Commit

Permalink
Move away from qiskit.providers.aer in 0.38 release notes (Qiskit/q…
Browse files Browse the repository at this point in the history
…iskit-metapackage#1602)

Follow up to
Qiskit/qiskit-aer#1604 (review)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
garrison and mergify[bot] authored Sep 16, 2022
1 parent 742d7c7 commit 0117489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ New Features
.. code-block:: python

import qiskit
from qiskit.providers.aer import AerSimulator
from qiskit_aer import AerSimulator

qc = qiskit.QuantumCircuit(4)
qc.initialize('+-rl')
Expand Down Expand Up @@ -249,7 +249,7 @@ Bug Fixes
.. code-block:: python

import qiskit
from qiskit.providers.aer import AerSimulator
from qiskit_aer import AerSimulator

qc = qiskit.QuantumCircuit(2)
with qc.for_loop(range(4)) as i:
Expand Down

0 comments on commit 0117489

Please sign in to comment.