Skip to content

Commit

Permalink
minor fix of aer_simulator.py (#2203)
Browse files Browse the repository at this point in the history
Co-authored-by: Jun Doi <[email protected]>
  • Loading branch information
ElHirad and doichanj authored Aug 15, 2024
1 parent 44bd7eb commit f1cf4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_aer/backends/aer_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ class AerSimulator(AerBackend):
shots, and a large number of qubits, with complexity around
O(n * D^2) per shot.
* ``mps_log_data`` (str): if True, output logging data of the MPS
* ``mps_log_data`` (bool): if True, output logging data of the MPS
structure: bond dimensions and values discarded during approximation.
(Default: False)
Expand Down

0 comments on commit f1cf4df

Please sign in to comment.