From f1cf4df7ebe94a099bb924fe6860d3e09e78ef0b Mon Sep 17 00:00:00 2001 From: ElHirad <46830100+ElHirad@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:43:39 -0400 Subject: [PATCH] minor fix of aer_simulator.py (#2203) Co-authored-by: Jun Doi --- 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 5d263ccaf7..a0e4599468 100644 --- a/qiskit_aer/backends/aer_simulator.py +++ b/qiskit_aer/backends/aer_simulator.py @@ -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)