Is it possible to force double precision with the "Dynamics" target ? #3605
Unanswered
SimonRicher
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hi @SimonRicher, The We'll post a fix for this. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I am trying to create a cudaQ dynamic simulation and I am wondering if my evolve call is using double or single precision. Is there a way to force one or the other ? I have tried :
cudaq.set_target('dynamics',options="fp64")but I still get SimulationPrecision.fp32 when verifying with :
target.get_precision()Beta Was this translation helpful? Give feedback.
All reactions