From c3809d36e66e84e4ff4da800d97212323cc3c983 Mon Sep 17 00:00:00 2001 From: tankya2 Date: Wed, 16 Aug 2023 18:19:09 +0800 Subject: [PATCH] remove return in apply_gate() --- src/qibotn/MPSUtils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qibotn/MPSUtils.py b/src/qibotn/MPSUtils.py index 8b8cdb3..767ece6 100644 --- a/src/qibotn/MPSUtils.py +++ b/src/qibotn/MPSUtils.py @@ -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