typo in Hadamard Test notebook and deprecated nvidia-mqpu needs updated in documentation
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.1k
- Forks
- 456
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 165
Description
Required prerequisites
- Consult the security policy. If reporting a security vulnerability, do not report the bug using this form. Use the process described in the policy to report the issue.
- Make sure you've read the documentation. Your issue may be addressed there.
- Search the issue tracker to verify that this hasn't already been reported. +1 or comment there if it has.
- If possible, make a PR with a failing test to give us a starting point to work on!
Describe the bug
https://nvidia.github.io/cuda-quantum/latest/examples/python/tutorials/hadamard_test.html
$\langle \psi | O \langle \psi\rangle$ should be $\langle \psi | O \langle \phi\rangle$ in a few places.
Steps to reproduce the bug
access webpage
Expected behavior
no typos
Is this a regression? If it is, put the last known working version (or commit) here.
Not a regression
Environment
- CUDA Quantum version:
- Python version:
- C++ compiler:
- Operating system:
Suggestions
I'll make a pr fixing this an any other typos found.
deprecated nvidia-mqpu should be replaced with the updated syntax
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.
Research direction
Open the linked Hadamard Test notebook page and locate the repeated incorrect inner-product expressions and the deprecated nvidia-mqpu syntax. Update those documented examples, check for the other typos mentioned in the issue, and verify the rendered page uses the corrected wording and current syntax.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100