Skip to content

Commit

Permalink
Fix typo in configure-runtime-compilation.mdx (double "by") (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison authored Apr 19, 2024
1 parent c46e612 commit a1ba591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/run/configure-runtime-compilation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<admonition type="note">Estimator V2 supports optimization levels 0 and 1 only. Sampler V2 does not support setting the optimization level.</admonition>

Expand Down

0 comments on commit a1ba591

Please sign in to comment.