Template Function Pennylane::Gates::getCZ

Function Documentation

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

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

Template Parameters

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

Returns

constexpr std::vector<ComplexT<T>> Return constant expression of SWAP gate data.