Template Function Pennylane::NanoBindings::registerBackendAgnosticAlgorithms¶
Defined in File Bindings.hpp
Function Documentation¶
-
template<class StateVectorT>
void Pennylane::NanoBindings::registerBackendAgnosticAlgorithms(nb::module_ &m)¶ Register agnostic algorithms for statevector simulators.
Register the registerBackendAgnosticAlgorithms function to the given module.
- Template Parameters:
StateVectorT – The type of the state vector.
- Parameters:
m – Nanobind module.