From b4b4acfb84838c08054ca63086c7909c77b88c20 Mon Sep 17 00:00:00 2001 From: abbycross Date: Tue, 27 Feb 2024 17:38:12 -0500 Subject: [PATCH 1/2] teensy nit-pick semicolon otherwise with semicolon --- docs/transpile/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/transpile/index.mdx b/docs/transpile/index.mdx index 49237658f90..ebd2ff237fe 100644 --- a/docs/transpile/index.mdx +++ b/docs/transpile/index.mdx @@ -14,7 +14,7 @@ A central component of Qiskit, the transpiler is designed for modularity and ext Find more information about the pass manager stages in the [Transpiler stages](transpiler-stages) topic. - If you perform transpilation locally and submit the transpiled circuits to the Qiskit Runtime service, the service will attempt to apply additional optimizations by default, corresponding to `optimization_level=1` described [here](/run/configure-runtime-compilation#set-the-optimization-level). If you do not wish to have your circuits further transformed, set the `skip_transpilation` option to `True` to tell the service not to apply these optimizations (see [Advanced runtime compilation options](/run/configure-runtime-compilation#advanced-runtime-compilation-options)). However, note that all circuits submitted to the Qiskit Runtime service must be composed of instructions supported by the system's Instruction Set Architecture (ISA), otherwise the jobs will fail. + If you perform transpilation locally and submit the transpiled circuits to the Qiskit Runtime service, the service will attempt to apply additional optimizations by default, corresponding to `optimization_level=1` described [here](/run/configure-runtime-compilation#set-the-optimization-level). If you do not wish to have your circuits further transformed, set the `skip_transpilation` option to `True` to tell the service not to apply these optimizations (see [Advanced runtime compilation options](/run/configure-runtime-compilation#advanced-runtime-compilation-options)). However, note that all circuits submitted to the Qiskit Runtime service must be composed of instructions supported by the system's Instruction Set Architecture (ISA); otherwise, the jobs will fail. From 1a9aa8331d11e62635184208c47b6ef7844fa864 Mon Sep 17 00:00:00 2001 From: abbycross Date: Tue, 27 Feb 2024 17:41:35 -0500 Subject: [PATCH 2/2] avoid anthropomorphizing --- docs/transpile/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/transpile/index.mdx b/docs/transpile/index.mdx index ebd2ff237fe..f7f397d7f2c 100644 --- a/docs/transpile/index.mdx +++ b/docs/transpile/index.mdx @@ -14,7 +14,7 @@ A central component of Qiskit, the transpiler is designed for modularity and ext Find more information about the pass manager stages in the [Transpiler stages](transpiler-stages) topic. - If you perform transpilation locally and submit the transpiled circuits to the Qiskit Runtime service, the service will attempt to apply additional optimizations by default, corresponding to `optimization_level=1` described [here](/run/configure-runtime-compilation#set-the-optimization-level). If you do not wish to have your circuits further transformed, set the `skip_transpilation` option to `True` to tell the service not to apply these optimizations (see [Advanced runtime compilation options](/run/configure-runtime-compilation#advanced-runtime-compilation-options)). However, note that all circuits submitted to the Qiskit Runtime service must be composed of instructions supported by the system's Instruction Set Architecture (ISA); otherwise, the jobs will fail. + If you perform transpilation locally and submit the transpiled circuits to the Qiskit Runtime service, the service will attempt to apply additional optimizations by default, corresponding to `optimization_level=1` described [here](/run/configure-runtime-compilation#set-the-optimization-level). If you do not wish to have your circuits further transformed, set the `skip_transpilation` option to `True` to indicate to the service not to apply these optimizations (see [Advanced runtime compilation options](/run/configure-runtime-compilation#advanced-runtime-compilation-options)). However, note that all circuits submitted to the Qiskit Runtime service must be composed of instructions supported by the system's Instruction Set Architecture (ISA); otherwise, the jobs will fail.