Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/api/functions/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
"title": "Circuit functions",
"untranslatable": true,
"children": [
{
"title": "IBM Circuit function",
"url": "/docs/api/functions/ibm-circuit-function",
"untranslatable": true
},
{
"title": "Algorithmiq Tensor-network error mitigation",
"url": "/docs/api/functions/algorithmiq-tem",
Expand Down
201 changes: 0 additions & 201 deletions docs/api/functions/ibm-circuit-function.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions docs/guides/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,10 +767,6 @@
{
"title": "Circuit functions",
"children": [
{
"title": "IBM Circuit function",
"url": "/docs/guides/ibm-circuit-function"
},
{
"title": "Algorithmiq Tensor-network error mitigation",
"url": "/docs/guides/algorithmiq-tem"
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@
"\n",
"<Admonition type=\"info\" title=\"Recommendations\">\n",
"\n",
"- [Explore circuit functions](/docs/guides/ibm-circuit-function) to build new algorithms and applications, without needing to manage transpilation or error handling.\n",
"- [Explore circuit functions](/docs/guides/algorithmiq-tem) to build new algorithms and applications, without needing to manage transpilation or error handling.\n",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"- [Explore circuit functions](/docs/guides/algorithmiq-tem) to build new algorithms and applications, without needing to manage transpilation or error handling.\n",
"- [Automatically perform error mitigation](/docs/guides/algorithmiq-tem) in your workloads using tensor network methods.\n",

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kaelynj The purpose of this link is simply to open the entire circuit function section in the left nav (since we don't have an index for each type of function). The sentence is supposed to apply to circuit functions in general. (the next line does something similar with the application functions)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IBM Circuit function was the first item in the section, and now Algorithmiq is :-)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ohhh got it, nevermind!

"- [Explore application functions](/docs/guides/q-ctrl-optimization-solver) to solve domain-specific tasks, with classical inputs and outputs.\n",
"- See the [API reference documentation](/docs/api/functions/index) for Qiskit Functions.\n",
"- For hands-on experience, try out some [tutorials](/docs/tutorials/index#leverage-qiskit-capabilities) that demonstrate Qiskit Functions.\n",
Expand Down
Loading
Loading