remove return in apply_gate()

This commit is contained in:
tankya2
2023-08-16 18:19:09 +08:00
parent a42ba15e88
commit c3809d36e6

View File

@@ -74,4 +74,3 @@ def apply_gate(
mps_site_right_swap(mps_tensors, i, algorithm=algorithm, options=options)
else:
raise NotImplementedError("Only one- and two-qubit gates supported")
#return mps_tensors