Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't reference skip_transpilation #1119

Closed
1 of 5 tasks
jyu00 opened this issue Apr 3, 2024 · 0 comments · Fixed by #1121
Closed
1 of 5 tasks

Don't reference skip_transpilation #1119

jyu00 opened this issue Apr 3, 2024 · 0 comments · Fixed by #1121

Comments

@jyu00
Copy link
Collaborator

jyu00 commented Apr 3, 2024

URL to the relevant documentation

  1. https://docs.quantum.ibm.com/transpile#instruction-set-architecture
  2. https://docs.quantum.ibm.com/transpile/dynamical-decoupling-pass-manager#create-a-pass-manager-for-dynamical-decoupling
  3. https://docs.quantum.ibm.com/run/quantum-serverless#resource-management-alpha

Select all that apply

  • typo
  • code bug
  • out-of-date content
  • broken link
  • other

Describe the fix.

skip_transpilation was removed in V2 primitives, but parts of the docs still refer to them.

  1. Should say "If you do not wish to have your circuits further transformed, set the optimization_level to 0"
  2. Can remove "When doing so, remember to set the skip_transpilation=True option" since primitives no longer do layout and routing
  3. 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants