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: