28 #define _USE_MATH_DEFINES 53 CCX(
int qbit_num_in,
int target_qbit_in,
const std::vector<int>& control_qbits_in);
Header file for a class for the representation of general gate operations.
A class representing a CCX (Toffoli) operation.
~CCX() override
Destructor of the class.
CCX()
Nullary constructor of the class.
Header file of complex array storage array with automatic and thread safe reference counting...
virtual CCX * clone() override
Call to create a clone of the present class.
Base class for the representation of general gate operations.