Open PhilipVinc opened 1 year ago
Thank you for reporting this bug @PhilipVinc .
Hi @PhilipVinc, I think the problem here is that PennyLane broadcasting does not support multiple broadcasted dimensions. If you remove broadcasting inside the QNode and that you use:
jax.vmap(jax.vmap(minimal_circ))(pars_q_r)
it is working. I think it is a good feature request for us, thank you!
Following #3452
jax.vmap
should be composable, but it still isn't.