Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Header file for a class for a composite gate operation. More...
#include <vector>
#include "common.h"
#include "matrix.h"
#include "matrix_real.h"
#include "Gates_block.h"
#include "CZ.h"
#include "CH.h"
#include "CNOT.h"
#include "U3.h"
#include "RX.h"
#include "RY.h"
#include "RZ.h"
#include "X.h"
#include "SX.h"
#include "SYC.h"
#include "UN.h"
#include "ON.h"
Go to the source code of this file.
Classes | |
class | Composite |
Base class for the representation of general gate operations. More... | |
Header file for a class for a composite gate operation.
Definition in file Composite.h.