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