Template Function Pennylane::Bindings::registerGatesForStateVector¶
Defined in File BindingsBase.hpp
Function Documentation¶
-
template<class StateVectorT, class PyClass>
void Pennylane::Bindings::registerGatesForStateVector(PyClass &pyclass)¶ Register StateVector class to pybind.
- Template Parameters
StateVectorT – Statevector type to register
Pyclass – Pybind11’s class object type
- Parameters
pyclass – Pybind11’s class object to bind statevector
api/function_BindingsBase_8hpp_1ad5e23f6440c2401c6f40a54d9437c107
Download Python script
Download Notebook
View on GitHub