David Ittah
David Ittah
I think this might be relevant? https://forums.developer.apple.com/forums/thread/739342 Is there a way to verify that the deployment target variable is used correctly?
@rashidnhm I'm guessing this approach is abandoned (feel free to reopen if not)
Labelling this as a "bug" since it needs to be fixed before the next PL ecosytem release.
I think so? 😅
I'm not sure this actually concerns Catalyst, but is something to look at for PennyLane's compiler API.
I do wonder, why should they implement this method (in what context does it come up or cause issues)?
Ah thanks, that makes sense! I don't think it's fully solved yet.
Hi @ankit27kh, the section you are quoting attempts to explain that `catalyst.measure` has an immediate effect on the state vector of a simulator when the operation is being processed. Specifically,...
> Hi @dime10, when you say 'each time you run this circuit', do you mean regardless of shots? Ah apologies, I should have been more specific. What I meant was...
Hi @ankit27kh, could you share the cost function that you measured here? > From my quick testing: > ``` > f1 = jax.vmap(catalyst.qjit(cost), in_axes=[None, 0]) # device is lightning.qubit, None...