From 64c5056088de4186926c7d1d2cfa2d45f09310cd Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Fri, 19 Apr 2024 09:28:32 -0400 Subject: [PATCH] Fix typo in configure-runtime-compilation.mdx (double "by") (#1205) --- docs/run/configure-runtime-compilation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/run/configure-runtime-compilation.mdx b/docs/run/configure-runtime-compilation.mdx index 3e810ce853..7310493020 100644 --- a/docs/run/configure-runtime-compilation.mdx +++ b/docs/run/configure-runtime-compilation.mdx @@ -8,7 +8,7 @@ description: How to configure runtime compilation in Qiskit Runtime. Runtime compilation techniques optimize and transform your circuit to minimize errors. Runtime compilation adds some classical pre-processing overhead to your overall runtime. Therefore, it is important to achieve a balance between perfecting your results and ensuring that your job completes in a reasonable amount of time. -Primitives let you employ runtime compilation by by choosing advanced runtime compilation options and, for Estimator V2, by setting the optimization level (`optimization_level`) option. +Primitives let you employ runtime compilation by choosing advanced runtime compilation options and, for Estimator V2, by setting the optimization level (`optimization_level`) option. Estimator V2 supports optimization levels 0 and 1 only. Sampler V2 does not support setting the optimization level.