Kazuki Tsuoka
Kazuki Tsuoka
If I just use algebraic operations like `+-*/` with `modules="numpy"`, there is no problem, but if I use numpy's ufunc, `pytorch`, `jax`, or `tensorflow` all seem to fail, unfortunately. I...
It seems like using `modules="numpy"` with `pytorch` backend has a problem when used with grad, but `modules="math"` seems to be working. ``` { "name": "RuntimeError", "message": "Can't call numpy() on...
Perhaps this is because the function `_mcsu2_real_diagonal` generates gates from a numpy array. https://github.com/Qiskit/qiskit/blob/71753689ec7d72aa5ed3f513069d6644cb977277/qiskit/circuit/library/standard_gates/multi_control_rotation_gates.py#L87-L92 If you try to use parameters to construct MCRX gate, it fails here https://github.com/Qiskit/qiskit/blob/71753689ec7d72aa5ed3f513069d6644cb977277/qiskit/circuit/library/standard_gates/multi_control_rotation_gates.py#L262 How to...
Hi, I would like to work on this issue for the unitaryhack. Once I have finished writing the test, it will be ready for review.
Hi, I would like to work on this issue for unitaryhack.