Template Function Pennylane::LightningKokkos::NanoBindings::registerBackendSpecificStateVectorMethodsMPI¶
Defined in File LKokkosBindingsMPI.hpp
Function Documentation¶
-
template<class StateVectorT, class PyClass>
void Pennylane::LightningKokkos::NanoBindings::registerBackendSpecificStateVectorMethodsMPI(PyClass &pyclass)¶ Register backend class specific bindings for MPI.
- Template Parameters:
StateVectorT – The type of the state vector.
PyClass – Nanobind’s class to bind methods.
- Parameters:
pyclass – Nanobind’s class to bind methods.