From af199170717b2f694a8308c9d2192e28c82e94ed Mon Sep 17 00:00:00 2001 From: tankya2 Date: Wed, 19 Apr 2023 16:44:53 +0800 Subject: [PATCH] Updated function call --- 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 36f7866..6deb078 100644 --- a/src/qibotn/cutn.py +++ b/src/qibotn/cutn.py @@ -5,6 +5,6 @@ from cuquantum import contract def eval(qibo_circ, datatype): myconvertor = QiboCircuitToEinsum(qibo_circ, dtype=datatype) - operands_expression = myconvertor.state_vector() + operands_expression = myconvertor.state_vector_operands() results = contract(*operands_expression) return results