Template Function Pennylane::LightningGPU::cuGates::getCRX(const std::vector<U>&)¶
Defined in File cuGates_host.hpp
Function Documentation¶
-
template<class CFP_t, class U = double>
static auto Pennylane::LightningGPU::cuGates::getCRX(const std::vector<U> ¶ms) -> std::vector<CFP_t>¶ Create a matrix representation of the controlled RX gate data in row-major format.
- Template Parameters
CFP_t – Required precision of gate (
float
ordouble
).U – Required precision of parameter (
float
ordouble
).
- Parameters
params – Vector of phase shift angles. Only front element is read.
- Returns
std::vector<CFP_t> Return RX gate data.
api/function_cuGates__host_8hpp_1a5d29b54c4055f2681e0cb6e7c5644b11
Download Python script
Download Notebook
View on GitHub