qml.workflow.interfaces.jax_jit.jax_jit_jvp_execute

jax_jit_jvp_execute(tapes, execute_fn, jpc, device)[source]

Execute a batch of tapes with JAX parameters using JVP derivatives.

Parameters
Returns

A nested tuple of tape results. Each element in the returned tuple corresponds in order to the provided tapes.

Return type

TensorLike