Template Function Pennylane::NanoBindings::registerAdjointJacobian¶
Defined in File Bindings.hpp
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.