[Documentation] Update the "Extending CUDA-Q with a new Simulator" page
Open
@Rahuldrabit is already working on this.
Since Jul 3, 2025.
documentation
good first issue
ready for implementation
stale-notified
- Dominant language
- C++
- Stars
- 1.1k
- Forks
- 456
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 165
Description
The "Extending CUDA-Q with a new Simulator" doc page is out of date w.r.t. the current code.
For example,
-
the "MySimulator.cpp" code snippet does not reflect the latest
CircuitSimulatorBaseinterface. -
the CMakeLists.txt snippet is using an old signature of the
nvqir_add_backendCMake function (missing theGPURequirementsargument)
Hence, we need to review and update this page. Ideally, we should have this doc page pull code from .cpp/CMakeLists.txt files that are validated by the CI.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.