David Ittah

Results 274 comments of David Ittah

> This came up for me while working on tape-related stuff, so I just wanted to share some updates/discoveries. The unofficial API here is that tape.trainable_parameters defaults to all parameters,...

> @dime10 I pretty much proposed that earlier today :D but I don't think the difference is super duper significant. I also think that change would break quite a lot...

Good point, we could just make it compatible with both. I was just going to move to version 2 entirely once the PR is merged. I'm happy with this as...

> > Note there are several other tests that need this update though :) > > @dime10 , are there? I think I changed the device which is used by...

Thank you for raising this issue!

This was completed in #808 :)

~~This can be closed right?~~ My bad I thought this was just about the `CPhase` gate.

Testing this fix on the following example results in very long (infinite?) compile or runtime: ```py import pennylane as qml import jax from jax import numpy as jnp import catalyst...

Yes I think the version check is still a good improvement to the user's experience :) Is there a way to add a test that it is working as intended?

> Thanks @dime10 ! Per packaging/wheels building, we should add `RPATH` (`path\to\liblapack` or `scipy`) to cmake. RPATH embeds information in the binary about where to find its dependent shared libraries...