From d7be01fc60d83652fbb47e89f669d732d8e1c2ed Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Sat, 23 Sep 2023 10:16:18 -0400 Subject: [PATCH] fix num op prod benchmark --- benchmarks/gates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/gates.py b/benchmarks/gates.py index 4a5c8b1de..b8f164feb 100644 --- a/benchmarks/gates.py +++ b/benchmarks/gates.py @@ -114,7 +114,7 @@ def time_apply_num_op_prod_interaction(self, *_): ffsim.apply_num_op_prod_interaction( self.vec, theta=1.0, - target_orbs=((0, True), (1, False)), + target_orbs=([1], [0]), norb=self.norb, nelec=self.nelec, copy=False,