Quantum Gate Decomposer
v1.3
Powerful decomposition of almost any unitary into U3 and CNOT gates
|
Structure type conatining numbers of gates. More...
#include <QGDTypes.h>
Public Attributes | |
int | cnot |
The number of CNOT gates. More... | |
int | general |
The number of general gates. More... | |
int | u3 |
The number of U3 gates. More... | |
Structure type conatining numbers of gates.
Definition at line 47 of file QGDTypes.h.
int gates_num::cnot |
The number of CNOT gates.
Definition at line 51 of file QGDTypes.h.
int gates_num::general |
The number of general gates.
Definition at line 53 of file QGDTypes.h.
int gates_num::u3 |
The number of U3 gates.
Definition at line 49 of file QGDTypes.h.