Pooja Rao
Pooja Rao
Screenshot of the ouput:
Spell check is failing due to `QMCMC` and some variable names. Is this something I can override or can this spell check failing be ignored?
Looks good to me, thanks.
**Related Issue** : If you try to do an adjoint operation on such a callable, it gives an error. @schweitzpgi ``` import cudaq from typing import Callable @cudaq.kernel def X(q...
Not sure what is going on, but weirdly enough the following code works while the previous one I submitted still doesn't. ``` import cudaq import numpy as np from typing...
Related issue https://github.com/NVIDIA/cuda-quantum/issues/3477
Another weird behavior that shows up with a small modifications to the code snippet above - I am now passing two callables, f and g, although the second one doesn't...
Good catch, it does work with `np.ndarray` indeed! Thank you.
Still perplexed as to why it won't raise an error with `np.array` when there is an arg preceding it.
I was just testing. It's probably not recommended, but doesn't give exp wrt Z?