From f070f4a73c7aae280c16697113fba1970c949af1 Mon Sep 17 00:00:00 2001 From: Hiroshi Horii Date: Mon, 5 Jun 2023 10:42:30 +0900 Subject: [PATCH] Revert a change in aer_simulator.py --- qiskit_aer/backends/aer_simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit_aer/backends/aer_simulator.py b/qiskit_aer/backends/aer_simulator.py index 0264b53f9d..38eba66b3b 100644 --- a/qiskit_aer/backends/aer_simulator.py +++ b/qiskit_aer/backends/aer_simulator.py @@ -287,7 +287,7 @@ class AerSimulator(AerBackend): threads per device. For GPU simulation, this value sets number of threads per GPU. This parameter is used to optimize Pauli noise simulation with multiple-GPUs (Default: 1). -
+ These backend options only apply when using the ``"statevector"`` simulation method: