qml.interfaces.autograd

This module contains functions for adding the Autograd interface to a PennyLane Device class.

Functions

execute(tapes, device, execute_fn, …[, …])

Execute a batch of tapes with Autograd parameters on a device.

vjp(ans, parameters[, tapes, device, …])

Returns the vector-Jacobian product operator for a batch of quantum tapes.