Skip to content

Commit

Permalink
fix default BS method variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ziofil committed Jun 20, 2023
1 parent 8f6f35a commit 10c5108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrmustard/lab/gates.py
Expand Up @@ -465,7 +465,7 @@ def U(self, cutoffs: Optional[List[int]], method=None):
self.theta.value,
self.phi.value,
shape,
method=method,
method=method or settings.DEFAULT_BS_METHOD,
)

@property
Expand Down

0 comments on commit 10c5108

Please sign in to comment.