From 74880c3777d71e2d6a3a292ee16fe4d57f0ada54 Mon Sep 17 00:00:00 2001 From: tankya2 Date: Wed, 22 Feb 2023 10:37:41 +0800 Subject: [PATCH] Change the call to main to cuQuantum --- src/qibotn/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qibotn/__main__.py b/src/qibotn/__main__.py index 31a7097..f81bfd3 100644 --- a/src/qibotn/__main__.py +++ b/src/qibotn/__main__.py @@ -79,4 +79,4 @@ def main_cuquantum(args: argparse.Namespace): if __name__ == "__main__": - main(parser()) + main_cuquantum(parser_cuquantum())