From f18b82089a7223a581b10b76acd358213c700a4a Mon Sep 17 00:00:00 2001 From: Madhurima Das <131897153+Madhurima176@users.noreply.github.com> Date: Fri, 2 Jun 2023 23:09:28 +0530 Subject: [PATCH] Update aer_simulator.py Added full stop to the end of the line 305. Fixes #1611 --- qiskit_aer/backends/aer_simulator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qiskit_aer/backends/aer_simulator.py b/qiskit_aer/backends/aer_simulator.py index 6a427bb1ed..d71cc491cd 100644 --- a/qiskit_aer/backends/aer_simulator.py +++ b/qiskit_aer/backends/aer_simulator.py @@ -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"``