Skip to content

Commit

Permalink
Nit in set-optimization (#1754)
Browse files Browse the repository at this point in the history
Closes #1694 

Also addresses @javabster 's comment "we should remove any text
referring to the transpile() function and talk about
generate_preset_passmanager instead"
  • Loading branch information
beckykd authored Jul 23, 2024
1 parent 8f49061 commit 5d00ce5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/guides/custom-transpiler-pass.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"## Next steps\n",
"\n",
"<Admonition type=\"tip\" title=\"Recommendations\">\n",
" - To learn how to use the `transpile` function, start with the [Transpilation default settings and configuration options](defaults-and-configuration-options) topic.\n",
" - To learn how to use the `generate_preset_passmanager` function instead of writing your own passes, start with the [Transpilation default settings and configuration options](defaults-and-configuration-options) topic.\n",
" - Try the [Submit transpiled circuits](https://learning.quantum.ibm.com/tutorial/submit-transpiled-circuits) tutorial.\n",
" - Review the [Transpile API documentation.](https://docs.quantum-computing.ibm.com/api/qiskit/transpiler)\n",
"</Admonition>"
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/dynamical-decoupling-pass-manager.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"## Next steps\n",
"\n",
"<Admonition type=\"tip\" title=\"Recommendations\">\n",
" - To learn how to use the `transpile` function, start with the [Transpilation default settings and configuration options](defaults-and-configuration-options) topic.\n",
" - To learn how to use the `generate_preset_passmanager` function instead of writing your own passes, start with the [Transpilation default settings and configuration options](defaults-and-configuration-options) topic.\n",
" - Try the [Submit transpiled circuits](https://learning.quantum.ibm.com/tutorial/submit-transpiled-circuits) tutorial.\n",
" - See the [Transpile API documentation.](https://docs.quantum-computing.ibm.com/api/qiskit/transpiler)\n",
"</Admonition>"
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/set-optimization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
"## Next steps\n",
"\n",
"<Admonition type=\"tip\" title=\"Recommendations\">\n",
" - To learn how to use the `transpile` function, start with the [Transpilation default settings and configuration options](defaults-and-configuration-options) topic.\n",
" - To learn more about the `generate_preset_passmanager` function, start with the [Transpilation default settings and configuration options](defaults-and-configuration-options) topic.\n",
" - Continue learning about transpilation with the [Transpiler stages](transpiler-stages) topic.\n",
" - Try the [Submit transpiled circuits](https://learning.quantum.ibm.com/tutorial/submit-transpiled-circuits) tutorial.\n",
" - Try the [Build repetition codes](https://learning.quantum.ibm.com/tutorial/build-repetition-codes) tutorial.\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/transpile-with-pass-managers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"<Admonition type=\"tip\" title=\"Recommendation\">\n",
" - [Write a custom transpiler pass](custom-transpiler-pass).\n",
" - [Create a pass manager for dynamical decoupling](dynamical-decoupling-pass-manager).\n",
" - To learn how to use the `transpile` function, start with the [Transpilation default settings and configuration options](defaults-and-configuration-options) topic.\n",
" - To learn more about the `generate_preset_passmanager` function, see the [Transpilation default settings and configuration options](defaults-and-configuration-options) topic.\n",
" - Try the [Submit transpiled circuits](https://learning.quantum.ibm.com/tutorial/submit-transpiled-circuits) tutorial.\n",
" - See the [Transpile API documentation.](https://docs.quantum-computing.ibm.com/api/qiskit/transpiler)\n",
"</Admonition>"
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/transpile.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ For a simpler, but less customizable, "out-of-the-box" way to use the transpiler
## Next steps

<Admonition type="tip" title="Recommendations">
- To learn how to use the `transpile` function, start with the [Transpilation default settings and configuration options](defaults-and-configuration-options) topic.
- To learn how to use the `generate_preset_passmanager` function, start with the [Transpilation default settings and configuration options](defaults-and-configuration-options) topic.
- Continue learning about transpilation with the [Transpiler stages](transpiler-stages) topic.
- Try the [Submit transpiled circuits](https://learning.quantum.ibm.com/tutorial/submit-transpiled-circuits) tutorial.
- Try an end-to-end example that uses transpiled circuits in the [Variational quantum eigensolver (VQE)](https://learning.quantum.ibm.com/tutorial/variational-quantum-eigensolver) tutorial.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/transpiler-stages.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
"## Next steps\n",
"\n",
"<Admonition type=\"tip\" title=\"Recommendations\">\n",
" - To learn how to use the `transpile` function, start with the [Transpilation default settings and configuration options](defaults-and-configuration-options) topic.\n",
" - To learn how to use the `generate_preset_passmanager` function, start with the [Transpilation default settings and configuration options](defaults-and-configuration-options) topic.\n",
" - Continue learning about transpilation with the [Transpiler with pass managers](transpile-with-pass-managers) topic.\n",
" - Try the [Submit transpiled circuits](https://learning.quantum.ibm.com/tutorial/submit-transpiled-circuits) tutorial.\n",
" - See the [Transpile API documentation.](https://docs.quantum-computing.ibm.com/api/qiskit/transpiler)\n",
Expand Down

0 comments on commit 5d00ce5

Please sign in to comment.