From b6bd97ead6802588b99da5d81d8ca6622be714a4 Mon Sep 17 00:00:00 2001 From: ikkoham Date: Wed, 29 Mar 2023 22:36:36 +0900 Subject: [PATCH] black --- qiskit/quantum_info/operators/utils/double_commutator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit/quantum_info/operators/utils/double_commutator.py b/qiskit/quantum_info/operators/utils/double_commutator.py index 8cc3f4d83fcb..3a6c63a18e94 100644 --- a/qiskit/quantum_info/operators/utils/double_commutator.py +++ b/qiskit/quantum_info/operators/utils/double_commutator.py @@ -43,7 +43,7 @@ def double_commutator( a: Operator a. b: Operator b. c: Operator c. - commutator: If ``True`` compute the double commutator, + commutator: If ``True`` compute the double commutator, if ``False`` the double anti-commutator. Returns: