28 #define _USE_MATH_DEFINES 55 SYC(
int qbit_num_in,
int target_qbit_in,
int control_qbit_in);
Header file for a class for the representation of general gate operations.
SYC()
Nullary constructor of the class.
SYC * clone()
Call to create a clone of the present class.
void apply_from_right(Matrix &input)
Call to apply the gate on the input array/matrix by input*SYC.
void set_qbit_num(int qbit_num)
Call to set the number of qubits spanning the matrix of the operation.
void apply_to(Matrix &input, int parallel)
Call to apply the gate on the input array/matrix by SYC*input.
Header file of complex array storage array with automatic and thread safe reference counting...
~SYC()
Destructor of the class.
void reorder_qubits(std::vector< int > qbit_list)
Call to reorder the qubits in the matrix of the operation.
Class to store data of complex arrays and its properties.
Matrix get_matrix()
Call to retrieve the operation matrix.
Base class for the representation of general gate operations.
A class representing a SYC operation.
int qbit_num
number of qubits spanning the matrix of the operation