Template Function Pennylane::Gates::getCRY

Function Documentation

template<template<typename...> class ComplexT, typename T>
static auto Pennylane::Gates::getCRY(T angle) -> std::vector<ComplexT<T>>

Create a matrix representation of the controlled RY gate data in row-major format.

Template Parameters
  • ComplexT<T> – Required precision of gate (float or double).

  • T – Required precision of parameter (float or double).

Parameters

angle – Phase shift angle.

Returns

std::vector<ComplexT<T>> Return RY gate data.