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