29 #define _USE_MATH_DEFINES 49 RYY(
int qbit_num_in,
const std::vector<int>& target_qbits_in);
void inverse_gate_kernel_to(const Matrix_real &precomputed_sincos, Matrix &output) override
RYY()
Nullary constructor of the class.
Header file for a class for the representation of general gate operations.
Class to store single-precision real arrays and properties.
Matrix inverse_gate_kernel(const Matrix_real &precomputed_sincos) override
A class representing a RYY gate.
void derivative_kernel_to(const Matrix_real &precomputed_sincos, int param_idx, Matrix &output) override
std::vector< double > get_parameter_multipliers() const override
Call to extract parameters from the parameter array corresponding to the circuit, in which the gate i...
void gate_kernel_to(const Matrix_real &precomputed_sincos, Matrix &output) override
Header file of complex array storage array with automatic and thread safe reference counting...
Matrix gate_kernel(const Matrix_real &precomputed_sincos) override
Build and return the 4x4 RYY unitary for the given parameter.
Matrix derivative_kernel(const Matrix_real &precomputed_sincos, int param_idx) override
Double-precision complex matrix (float64).
~RYY()
Destructor of the class.
Single-precision complex matrix (float32).
RYY * clone() override
Call to create a clone of the present class.
Base class for the representation of general gate operations.
Class to store data of complex arrays and its properties.