From c15e4ca9677b0f88f7454e845236303487e5aa5e Mon Sep 17 00:00:00 2001 From: tankya2 Date: Thu, 3 Aug 2023 15:32:51 +0800 Subject: [PATCH] Update function input as options attribute removed --- src/qibotn/cutn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qibotn/cutn.py b/src/qibotn/cutn.py index fc603ba..ab0e9c1 100644 --- a/src/qibotn/cutn.py +++ b/src/qibotn/cutn.py @@ -15,5 +15,5 @@ def eval_mps(qibo_circ, gate_algo, datatype): mps_helper = MPSContractionHelper(myconvertor.num_qubits) return mps_helper.contract_state_vector( - myconvertor.mps_tensors, myconvertor.options + myconvertor.mps_tensors, {"handle": myconvertor.handle} )