How do I know what the valid options for cudaq.set_target are? How do I know if the settings were applied? #3175
Unanswered
lucas-slattery
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I validate the options for cudaq.set_target?
All of these settings produce simulations that 'run'.
cudaq.set_target("tensornet")
cudaq.set_target("tensornet",options="mpgu")
cudaq.set_target("tensornet",options="fp32")
cudaq.set_target("tensornet",options="mgpu,fp32")
cudaq.set_target("tensornet",options="anyrandomstring")
Beta Was this translation helpful? Give feedback.
All reactions