From eced049c79b4f2c5934bd48f98333029f3fe4c38 Mon Sep 17 00:00:00 2001 From: Divyanshu Singh <55018955+divshacker@users.noreply.github.com> Date: Sun, 29 Dec 2024 17:08:11 +0530 Subject: [PATCH] fixed_typo #13576 (#13607) --- qiskit/synthesis/evolution/qdrift.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit/synthesis/evolution/qdrift.py b/qiskit/synthesis/evolution/qdrift.py index 13b6b6dd79e6..02e06edae8f7 100644 --- a/qiskit/synthesis/evolution/qdrift.py +++ b/qiskit/synthesis/evolution/qdrift.py @@ -32,7 +32,7 @@ class QDrift(ProductFormula): - r"""The QDrift Trotterization method, which selects each each term in the + r"""The QDrift Trotterization method, which selects each term in the Trotterization randomly, with a probability proportional to its weight. Based on the work of Earl Campbell in Ref. [1].