Template Function Pennylane::LightningGPU::cuGates::getHadamard

Function Documentation

template<class CFP_t>
static constexpr auto Pennylane::LightningGPU::cuGates::getHadamard() -> std::vector<CFP_t>

Create a matrix representation of the Hadamard gate data in row-major format.

Template Parameters

CFP_t – Required precision of gate (float or double).

Returns

constexpr std::vector<CFP_t> Return constant expression of Hadamard data.