Skip to content

Commit

Permalink
Update aer_simulator.py
Browse files Browse the repository at this point in the history
Added full stop to the end of the line 305.
Fixes Qiskit#1611
  • Loading branch information
Madhurima176 authored Jun 2, 2023
1 parent 309c009 commit f18b820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit_aer/backends/aer_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,14 +302,14 @@ class AerSimulator(AerBackend):
* ``statevector_sample_measure_opt`` (int): Sets the threshold that
the number of qubits must be greater than to enable a large
qubit optimized implementation of measurement sampling. Note
that setting this two low can reduce performance (Default: 10)
that setting this two low can reduce performance (Default: 10).
These backend options only apply when using the ``"stabilizer"``
simulation method:
* ``stabilizer_max_snapshot_probabilities`` (int): set the maximum
qubit number for the
`~qiskit_aer.extensions.SnapshotProbabilities`
`qiskit_aer.extensions.SnapshotProbabilities`
instruction (Default: 32).
These backend options only apply when using the ``"extended_stabilizer"``
Expand Down

0 comments on commit f18b820

Please sign in to comment.