Consolidate/update QCA pages#5072
Conversation
|
One or more of the following people are relevant to this code:
|
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
vabarbosa
left a comment
There was a problem hiding this comment.
thank you @abbycross
a couple more comments/changes
|
tagging @cbjuan in case he has any additional feedback |
vabarbosa
left a comment
There was a problem hiding this comment.
hello @abbycross, some additional minor cleanup. thanks!
| <Admonition type="note" title="Notes"> | ||
| - This is an experimental feature available to IBM Quantum Premium Plan users registered on the new [IBM Quantum Platform](https://quantum.cloud.ibm.com/). | ||
| - Qiskit Code Assistant is in preview release status and is subject to change. | ||
| To skip to the installation instructions, go to the [Install Qiskit Code Assistant](#install) section. |
There was a problem hiding this comment.
should this link to the Local Setup section which actually has the instructions? also could this be more prominent as to not be easily/missed glanced over?
| <span id="install"></span> | ||
| ## Install Qiskit Code Assistant | ||
|
|
||
| Learn how to install, configure, and use any of Qiskit Code Assistant models on your local machine. |
There was a problem hiding this comment.
related to the above comment, there is no instructions here. should it link to the Local Setup section?
| - Download and configure the recommended Qiskit Code Assistant model | ||
| - Set up the JupyterLab extension to work with your local deployment | ||
|
|
||
| ### Available models |
There was a problem hiding this comment.
maybe make this a top level section (instead of subsection of install)
| ### Available models | |
| ## Available models |
| 1. [mistral-small-3.2-24b-qiskit-GGUF](https://huggingface.co/Qiskit/mistral-small-3.2-24b-qiskit-GGUF) – Released **October 2025** | ||
| *Trained with Qiskit data up to version **2.1*** | ||
|
|
||
| 2. [qiskit/qwen2.5-coder-14b-qiskit-GGUF](https://huggingface.co/Qiskit/qwen2.5-coder-14b-qiskit-GGUF) – Released **June 2025** |
There was a problem hiding this comment.
update model's name
| 2. [Qiskit/Qwen2.5-Coder-14B-Qiskit-GGUF](https://huggingface.co/Qiskit/Qwen2.5-Coder-14B-Qiskit-GGUF) – Released **June 2025** |
Co-authored-by: //va <vabarbosa@users.noreply.github.com>
Co-authored-by: //va <vabarbosa@users.noreply.github.com>
cbjuan
left a comment
There was a problem hiding this comment.
Thanks for the work on this PR!
I made some comments to clean things even a bit more
| # Qiskit Code Assistant | ||
|
|
||
| Qiskit Code Assistant aims to make quantum computing more accessible to new Qiskit adopters and to improve the coding experience for current users. It is a generative AI code assistant powered by [watsonx](https://www.ibm.com/products/watsonx-ai). It is trained using millions of text tokens from Qiskit SDK, years of Qiskit code examples, and IBM Quantum® features. Qiskit Code Assistant can help your quantum development workflow by offering LLM-generated suggestions based on [IBM Granite models](https://www.ibm.com/products/watsonx-ai/foundation-models), which incorporate the latest features and functionalities from IBM®. | ||
| Qiskit Code Assistant aims to make quantum computing more accessible to new Qiskit adopters and to improve the coding experience for current users. It is trained using millions of text tokens from Qiskit SDK, years of Qiskit code examples, and IBM Quantum® features. Qiskit Code Assistant can help your quantum development workflow by offering LLM-generated suggestions based on [IBM Granite models](https://www.ibm.com/products/watsonx-ai/foundation-models), which incorporate the latest features and functionalities from IBM®. |
There was a problem hiding this comment.
Since there will be provided only Qiskit Code Assistant-LLMs (no dedicated extensions or service), should re rephrase the beginning of the paragraph?
| # Qiskit Code Assistant | ||
|
|
||
| Qiskit Code Assistant aims to make quantum computing more accessible to new Qiskit adopters and to improve the coding experience for current users. It is a generative AI code assistant powered by [watsonx](https://www.ibm.com/products/watsonx-ai). It is trained using millions of text tokens from Qiskit SDK, years of Qiskit code examples, and IBM Quantum® features. Qiskit Code Assistant can help your quantum development workflow by offering LLM-generated suggestions based on [IBM Granite models](https://www.ibm.com/products/watsonx-ai/foundation-models), which incorporate the latest features and functionalities from IBM®. | ||
| Qiskit Code Assistant aims to make quantum computing more accessible to new Qiskit adopters and to improve the coding experience for current users. It is trained using millions of text tokens from Qiskit SDK, years of Qiskit code examples, and IBM Quantum® features. Qiskit Code Assistant can help your quantum development workflow by offering LLM-generated suggestions based on [IBM Granite models](https://www.ibm.com/products/watsonx-ai/foundation-models), which incorporate the latest features and functionalities from IBM®. |
There was a problem hiding this comment.
| Qiskit Code Assistant aims to make quantum computing more accessible to new Qiskit adopters and to improve the coding experience for current users. It is trained using millions of text tokens from Qiskit SDK, years of Qiskit code examples, and IBM Quantum® features. Qiskit Code Assistant can help your quantum development workflow by offering LLM-generated suggestions based on [IBM Granite models](https://www.ibm.com/products/watsonx-ai/foundation-models), which incorporate the latest features and functionalities from IBM®. | |
| Qiskit Code Assistant LLMs aim to make quantum computing more accessible to new Qiskit adopters and to improve the coding experience for current users. It is trained using millions of text tokens from Qiskit SDK, years of Qiskit code examples, and IBM Quantum® features. Qiskit Code Assistant can help your quantum development workflow by offering LLM-generated suggestions based on [IBM Granite and other Open Source models](https://huggingface.co/Qiskit), which incorporate the latest features and functionalities from IBM®. |
| - Creating, manipulating, and transpiling quantum circuits | ||
| - Retrieving and searching Qiskit documentation, guides, and API references | ||
| - Answering quantum computing questions directly from reliable sources | ||
| - Generating quantum code with contextual awareness |
There was a problem hiding this comment.
As the Qiskit Code Assistant MCP server will be archived
|
|
||
| Provides core quantum computing capabilities for local development. This server enables AI assistants to create, manipulate, and transpile quantum circuits, as well as serialize them to formats like OpenQASM 3 and QPY. | ||
|
|
||
| ### Qiskit Code Assistant MCP Server |
There was a problem hiding this comment.
The whole section of the Qiskit Code Assistant MCP server should be removed as it will be archived
See preview here