Skip to content

Commit

Permalink
reverted inclusion of jax related files
Browse files Browse the repository at this point in the history
  • Loading branch information
positr0nium committed Apr 12, 2024
1 parent bf09c86 commit a046b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qrisp/qtypes/quantum_modulus.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def __sub__(self, other):

return res

def __rsub(self, other):
def __rsub__(self, other):
if isinstance(other, int):
other = self.encoder(other)

Expand Down

0 comments on commit a046b64

Please sign in to comment.