Skip to content

Commit

Permalink
Add missing aer_simulator options.
Browse files Browse the repository at this point in the history
  • Loading branch information
TerraVenil committed May 30, 2023
1 parent 72efeac commit 22f0d06
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion qiskit_aer/backends/aer_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ class AerSimulator(AerBackend):
qubits which do not affect the simulation outcome from the simulated
circuits (Default: True).
* ``zero_threshold`` (double): Sets the threshold for truncating
small values to zero in the result data (Default: 1e-10).
Expand Down Expand Up @@ -288,6 +287,9 @@ class AerSimulator(AerBackend):
threads per GPU. This parameter is used to optimize Pauli noise
simulation with multiple-GPUs (Default: 1).
* ``accept_distributed_results`` (bool): This option enables storing
results independently in each process (Default: None).
These backend options only apply when using the ``"statevector"``
simulation method:
Expand Down Expand Up @@ -405,6 +407,13 @@ class AerSimulator(AerBackend):
Possible values are "mps_swap_right" and "mps_swap_left".
(Default: "mps_swap_left")
* ``chop_threshold`` (float): This option sets a threshold for
truncating snapshots (Default: 1e-8).
* ``mps_parallel_threshold`` (int): This option sets OMP number threshold (Default: 14).
* ``mps_omp_threads`` (int): This option sets the number of OMP threads (Default: 1).
These backend options only apply when using the ``tensor_network``
simulation method:
Expand Down

0 comments on commit 22f0d06

Please sign in to comment.