From fb5b755fe48102b00a155e9fbfa702d91096543e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:04:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/source/getting-started/quickstart.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/getting-started/quickstart.rst b/doc/source/getting-started/quickstart.rst index 9d28b07..4e9c1a5 100644 --- a/doc/source/getting-started/quickstart.rst +++ b/doc/source/getting-started/quickstart.rst @@ -54,7 +54,7 @@ The following is a basic example to execute a two qubit circuit and print the fi backend="qibotn", platform="qutensornet", runcard=computation_settings ) - # Set the runcard + # Set the runcard computation_settings = { "MPI_enabled": False, "MPS_enabled": False, @@ -74,4 +74,3 @@ The following is a basic example to execute a two qubit circuit and print the fi # Print the final state print(result.state()) -