fix: removed commented breakpoint

This commit is contained in:
BrunoLiegiBastonLiegi
2025-10-01 16:26:48 +02:00
parent 9328028ede
commit 06079169ec

View File

@@ -314,7 +314,6 @@ if not __name__ == "__main__":
The corresponding Quimb operator.
"""
op_str = op_str.lower()
# breakpoint()
op = qu.pauli(op_str[0])
for c in op_str[1:]:
op = op & qu.pauli(c)