Skip to content

Commit

Permalink
fix num op prod benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Sep 23, 2023
1 parent 3e916bb commit d7be01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/gates.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d7be01f

Please sign in to comment.