Jaime Torres

Results 5 comments of Jaime Torres

This refers to the gradient in `Struct QuantumDevice`?

Is there anybody working on this? I think i could take a look at it.

> @mews6 u still working on this issue? Yes, i am. I have been scouting the codebase to check where should i be changing stuff because this is my first...

Hmm, for some reason this issue is gathering quite a bit of attention @zadjii-msft , what should we do about this?

Given the error ``` /usr/local/lib/python3.10/dist-packages/pennylane/gradients/gradient_transform.py in assert_no_trainable_tape_batching(tape, transform_name) 95 for idx in range(len(tape.trainable_params)): 96 if tape.get_operation(idx)[0].batch_size is not None: ---> 97 raise NotImplementedError( 98 "Computing the gradient of broadcasted tapes...