Template Function Pennylane::NanoBindings::registerAdjointJacobian

Function Documentation

template<class StateVectorT>
void Pennylane::NanoBindings::registerAdjointJacobian(nb::module_ &m)

Register AdjointJacobian class. Register the registerAdjointJacobian function to the given module.

Template Parameters

StateVectorT – State vector class.

Parameters

m – Nanobind module.