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,