From c89525de20dd1b8961662984dec9d41fb18dfa07 Mon Sep 17 00:00:00 2001 From: Shuli Shu <08cnbj@gmail.com> Date: Fri, 20 Sep 2024 18:46:20 +0000 Subject: [PATCH] tidy up typos --- tests/test_execute.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_execute.py b/tests/test_execute.py index b4db301581..505c705543 100644 --- a/tests/test_execute.py +++ b/tests/test_execute.py @@ -68,8 +68,6 @@ def test_VQE_gradients(self, diff_method, tol): qml.expval(H) - # print(H) - num_params = len(excitations) tape.trainable_params = np.linspace(1, num_params, num_params, dtype=int).tolist()