You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skip_transpilation was removed in V2 primitives, but parts of the docs still refer to them.
Should say "If you do not wish to have your circuits further transformed, set the optimization_level to 0"
Can remove "When doing so, remember to set the skip_transpilation=True option" since primitives no longer do layout and routing
Change "you can skip transpilation in the primitives by setting skip_transpilation=True" to "you can skip further optimization in the primitives by setting optimization_level=0"
The text was updated successfully, but these errors were encountered:
URL to the relevant documentation
Select all that apply
Describe the fix.
skip_transpilation
was removed in V2 primitives, but parts of the docs still refer to them.optimization_level
to 0"optimization_level=0
"The text was updated successfully, but these errors were encountered: