David Ittah

Results 274 comments of David Ittah

> My assumption here is that by including libstdc++-dev in the apt list, we will resolve this issue for other users. I'm a bit torn on this one. Looking at...

Very cool, thanks for adding these 🚀

We should think about resolving it though, if the fix we have is a problem for them it might also be a problem for us, and definitely will become so...

Does the problem exist with `jax.jit` as well in any form?

Copying description from the duplicate issue: > Some MLIR transforms, like the parameter shift pass, predate the introduction of the `qnode` attribute on MLIR functions with quantum code. The use...

Thanks @erick-xanadu ! I think we can leave this as is for now. We'll be adding support for `qml.sum` next quarter as well!

We no longer plan on removing the conversion of coefficients to array, in fact we are using it in a few places now (see note in #171). Although the special...

This is known to be unsupported, but we should raise a Python error that the function cannot be differentiated. In general I was thinking it would be a good idea...

Just looked into this and there is a regression introduced in #360 where the quantum register we dealloc is now its last SSA value rather than the first SSA value....