Template Function Pennylane::Gates::getGeneratorControlledPhaseShift¶
Defined in File Gates.hpp
Function Documentation¶
-
template<template<typename...> class ComplexT, typename T>
static constexpr auto Pennylane::Gates::getGeneratorControlledPhaseShift() -> std::vector<ComplexT<T>>¶ Create a matrix representation of the Ising XX generator data in row-major format.
- Template Parameters
ComplexT – Complex class.
T – Required precision of gate (
float
ordouble
).T – Required precision of parameter (
float
ordouble
).
- Returns
constexpr std::array<CFP_t>
api/function_Gates_8hpp_1a2685c5184f250b963ffa03f83bdb537a
Download Python script
Download Notebook
View on GitHub