Skip to content

Commit

Permalink
Fix typo in ansatze.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ziofil committed Dec 8, 2023
1 parent cb78428 commit 89f4ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrmustard/physics/ansatze.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def _order_batch(self):
generators = [
itertools.chain(
math.asnumpy(self.vec[i]).flat,
math.asnumpy(self.mat[i].flat),
math.asnumpy(self.mat[i]).flat,
math.asnumpy(self.array[i]).flat,
)
for i in range(self.batch_size)
Expand Down

0 comments on commit 89f4ac6

Please sign in to comment.