Template Function Pennylane::NanoBindings::lightningClassBindings

Function Documentation

template<class StateT>
void Pennylane::NanoBindings::lightningClassBindings(nb::module_ &m)

Templated class to build lightning class bindings.

Build the lightning class bindings for the given state.

Template Parameters

StateT – State representation type (e.g., a StateVector, TensorNet).

Parameters

m – Nanobind module.