-
Notifications
You must be signed in to change notification settings - Fork 972
MAHOUT-743: Add regression test for async amplitude chunk bounds #773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev-qdp
Are you sure you want to change the base?
MAHOUT-743: Add regression test for async amplitude chunk bounds #773
Conversation
|
@Rutuja123-dos thanks for the patch , you should aim to dev-qdp branch. |
|
@rich7420 thanks for clarification. I will retarget the PR to the dev-qdp branch |
…pache#654) * Add mypy for static type checking Added mypy static type checking to pre-commit hooks. * pre-commit hook: fix Signed-off-by: ryankert01 <ryan980053@gmail.com> * update version and clean-up strings Signed-off-by: ryankert01 <ryan980053@gmail.com> --------- Signed-off-by: ryankert01 <ryan980053@gmail.com>
* Implement T-gate (π/8 gate) across all backends - Add apply_t_gate() method to QuMat class with validation - Implement T-gate support in Qiskit, Cirq, and Amazon Braket backends - Restore T-gate documentation in basic_gates.md to match implementation Fixes apache#681 * Refine T-gate docs and add coverage * chore: satisfy pre-commit hooks
* docs: add missing QuMat APIs * clarify T-gate usage and parameter description * alignment docs/api.md Co-authored-by: 江家瑋 <36886416+JiangJiaWei1103@users.noreply.github.com> --------- Co-authored-by: 江家瑋 <36886416+JiangJiaWei1103@users.noreply.github.com>
Fixes apache#707 (Trying to find some simple issues to help with while hopefully finally finding time to toy with the code over Christmas.)
…d of None (apache#757) * fix the bug * Update documentation to reflect draw_circuit() returns value instead of printing
4cd7890 to
c43905d
Compare
guan404ming
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this PR includes several changes that are unrelated to its main purpose. Could you please remove those so the scope stays focused? Thanks!
Purpose of PR
Adds a regression test to ensure async amplitude encoding respects 'chunk_len'
instead of writing the full 'state_len', preventing out-of-bounds writes for
non-first chunks.
Related Issues or PRs
Changes Made
Breaking Changes
Checklist