Skip to content

Commit

Permalink
Update reference to SaveProbabilities according comment to PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
TerraVenil committed Jun 1, 2023
1 parent 8cab6a9 commit 7ac231b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qiskit_aer/backends/aer_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class AerSimulator(AerBackend):
simulation method:
* ``stabilizer_max_snapshot_probabilities`` (int): set the maximum
qubit number for the state stabilizer (Default: 32).
qubit number for the :class:`~qiskit_aer.library.SaveProbabilities` instruction (Default: 32).
These backend options only apply when using the ``"extended_stabilizer"``
simulation method:
Expand Down
2 changes: 1 addition & 1 deletion qiskit_aer/backends/qasm_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class QasmSimulator(AerBackend):
simulation method:
* ``stabilizer_max_snapshot_probabilities`` (int): set the maximum
qubit number for the state stabilizer (Default: 32).
qubit number for the :class:`~qiskit_aer.library.SaveProbabilities` instruction (Default: 32).
These backend options only apply when using the ``"extended_stabilizer"``
simulation method:
Expand Down

0 comments on commit 7ac231b

Please sign in to comment.