Template Function Pennylane::Gates::getS¶
Defined in File Gates.hpp
Function Documentation¶
-
template<template<typename...> class ComplexT, typename T>
static constexpr auto Pennylane::Gates::getS(const bool inverse = false) -> std::vector<ComplexT<T>>¶ Create a matrix representation of the S gate data in row-major format.
- Template Parameters
ComplexT – Complex class.
T – Required precision of gate (
float
ordouble
).
- Returns
constexpr std::vector<ComplexT<T>> Return constant expression of S gate data.
api/function_Gates_8hpp_1a275a22ab4b4a5cf3e20e4ce8b7693386
Download Python script
Download Notebook
View on GitHub