Template Function Pennylane::Gates::getIsingZZ¶
Defined in File Gates.hpp
Function Documentation¶
-
template<template<typename...> class ComplexT, typename T>
static auto Pennylane::Gates::getIsingZZ(T angle) -> std::vector<ComplexT<T>>¶ Create a matrix representation of the Ising ZZ coupling 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 Ising ZZ coupling gate data.
api/function_Gates_8hpp_1adadd56ad398877b5dff38c67619eaa9b
Download Python script
Download Notebook
View on GitHub