Skip to content
Open
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
19 changes: 1 addition & 18 deletions docs/guides/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,24 +317,7 @@
},
{
"title": "Qiskit code assistant",
"children": [
{
"title": "Qiskit Code Assistant overview",
"url": "/docs/guides/qiskit-code-assistant"
},
{
"title": "Use Qiskit Code Assistant in JupyterLab",
"url": "/docs/guides/qiskit-code-assistant-jupyterlab"
},
{
"title": "Use Qiskit Code Assistant in VS Code",
"url": "/docs/guides/qiskit-code-assistant-vscode"
},
{
"title": "Qiskit Code Assistant - OpenAI API compatibility",
"url": "/docs/guides/qiskit-code-assistant-openai-api"
}
]
"url": "/docs/guides/qiskit-code-assistant"
}
],
"collapsible": false
Expand Down
11 changes: 1 addition & 10 deletions docs/guides/circuit-library.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,7 @@
"id": "e5066595",
"metadata": {},
"source": [
"See [Standard gates](/docs/api/qiskit/circuit_library#standard-gates) in the circuit library API documentation.\n",
"\n",
"<CodeAssistantAdmonition\n",
" tagLine=\"Not sure what your gate's called? Try asking Qiskit Code Assistant.\"\n",
" prompts={[\n",
" \"# Import a Hadamard gate from the circuit library\",\n",
" \"# Import a multi-controlled-X gate\",\n",
" \"# Add a controlled-phase gate to the circuit 'qc'\"\n",
" ]}\n",
"/>"
"See [Standard gates](/docs/api/qiskit/circuit_library#standard-gates) in the circuit library API documentation."
]
},
{
Expand Down
13 changes: 0 additions & 13 deletions docs/guides/construct-circuits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -671,19 +671,6 @@
"circuit = circuit.assign_parameters(parameters=training_params)"
]
},
{
"cell_type": "markdown",
"id": "ae19e48d",
"metadata": {},
"source": [
"<CodeAssistantAdmonition\n",
" tagLine=\"Forgotten the method name? Try asking Qiskit Code Assistant.\"\n",
" prompts={[\n",
" \"# Assign all parameters in qc to 0\"\n",
" ]}\n",
"/>"
]
},
{
"cell_type": "markdown",
"id": "5af44bc3",
Expand Down
9 changes: 0 additions & 9 deletions docs/guides/install-qiskit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,6 @@ If you are planning to work locally and use simulators built into Qiskit, then y
Periodically check the [Qiskit release notes](/docs/api/qiskit/release-notes) to see new releases. We recommend frequently updating your requirements for `qiskit` by running `pip install -U qiskit`.
</Admonition>

<CodeAssistantAdmonition
tagLine="Need help? Try asking Qiskit Code Assistant."
prompts={[
"# Print the version of Qiskit we're using",
"# Return True if the version of Qiskit is 1.0 or greater",
"# Install Qiskit 1.0.2"
]}
/>

## Troubleshooting

<Accordion>
Expand Down
10 changes: 1 addition & 9 deletions docs/guides/plot-quantum-states.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -473,15 +473,7 @@
"- **title** (str): a string for the plot title, displayed at the top of the plot\n",
"- **figsize** (tuple): figure size in inches (width, height)\n",
"\n",
"The `plot_state_city` and `plot_state_paulivec` functions also accept a **color** argument (list of strings) specifying the colors of the bars. See the [API documentation](/docs/api/qiskit/visualization) for more information.\n",
"\n",
"<CodeAssistantAdmonition\n",
" tagLine=\"Can't remember the name of the plotting function you need? Try asking Qiskit Code Assistant.\"\n",
" prompts={[\n",
" \"# Plot psi on a Bloch sphere\",\n",
" \"# Plot a qsphere of psi with title 'Psi'\"\n",
" ]}\n",
"/>"
"The `plot_state_city` and `plot_state_paulivec` functions also accept a **color** argument (list of strings) specifying the colors of the bars. See the [API documentation](/docs/api/qiskit/visualization) for more information."
]
},
{
Expand Down
133 changes: 0 additions & 133 deletions docs/guides/qiskit-code-assistant-jupyterlab.mdx

This file was deleted.

114 changes: 0 additions & 114 deletions docs/guides/qiskit-code-assistant-openai-api.mdx

This file was deleted.

Loading
Loading