Template Function Pennylane::Gates::getCRot(U, U, U)

Function Documentation

template<class T, class U = T>
static auto Pennylane::Gates::getCRot(U phi, U theta, U omega) -> std::vector<std::complex<T>>

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

See also

getRot<T,U>(U phi, U theta, U omega).