documentation
documentation copied to clipboard
The documentation content home for https://docs.quantum-computing.ibm.com.
### URL, if applicable https://docs.quantum.ibm.com/guides/construct-circuits) ### Describe the new content you are requesting. Looking over the docs for constructing circuits, I don't see any discussion of the `QuantumRegister` or `ClassicalRegister`...
Version control with notebooks can be a bit annoying, we should look into [jupytext](https://jupytext.readthedocs.io/en/latest/) and see if that could fix some of our problems.
test PR
The Qiskit patterns diagram used in the Intro to Qiskit page and the patterns pages should be updated to include a "serverless" element. current suggestion is to include a rectangle...
### URL to the relevant documentation A `DAGCircuit` (https://docs.quantum.ibm.com/api/qiskit/qiskit.dagcircuit.DAGCircuit) is an essential part of the transpilation backbone. Formerly, we had the tutorial at https://github.com/Qiskit/qiskit-tutorials/blob/master/tutorials/circuits_advanced/04_transpiler_passes_and_passmanager.ipynb to describe how to work with...
A page with general advice on setting up an ecosystem project, including: * Dependency management, like Poetry - recommend lockfiles * Setting up testing * Packaging for PyPI * Code...
## What the new page should cover: - Callback - possible shoutout to ecosystem project - TreBugger - partially-transpile subcircuits (?) ## SME collaborators (involve for planning and review): @mtreinish,...
Advice for new projects on setting up high-quality documentation. It should cover: * Setting up Sphinx (maybe also something simpler?) * Documentation best practices * qiskit-sphinx-theme We can base this...
We agreed there should be some content in the new "open-source" section for ecosystem maintainers. ```[tasklist] ### Tasks - [ ] #1707 - [ ] #1708 - [ ] #1584...
### URL, if applicable _No response_ ### Describe the new content you are requesting. In Qiskit, the string `name` attribute of a Gate is used by transpiler passes to determine...