-
Notifications
You must be signed in to change notification settings - Fork 303
Add support for shot-wise output for IonQ jobs #3535
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: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Radu Marginean <[email protected]>
I, Radu Marginean <[email protected]>, hereby add my Signed-off-by to this commit: 7e8774d I, Radu Marginean <[email protected]>, hereby add my Signed-off-by to this commit: 671dd89 Signed-off-by: Radu Marginean <[email protected]>
Command Bot: Processing... |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Sachin Pisal <[email protected]>
Command Bot: Processing... |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
python/tests/backends/test_IonQ.py
Outdated
|
|
||
| def test_shot_wise_output_with_memory_and_noise_model(): | ||
|
|
||
| cudaq.set_target("ionq", url="http://localhost:{}".format(port), noise='forte-enterprise-1', memory=True) |
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.
I am missing the corresponding change to expose the memory argument for C++ users (the ionq.yml file defines the command line options for C++).
Summary: adds memory to support shotwise output
Details and comments:
Fixes issue #3572.