Quantum Gate Decomposer
v1.3
Powerful decomposition of almost any unitary into U3 and CNOT gates
|
Structure type representing complex numbers in the QGD package. More...
#include <QGDTypes.h>
Public Attributes | |
double | imag |
the imaginary part of a complex number More... | |
double | real |
the real part of a complex number More... | |
Structure type representing complex numbers in the QGD package.
Definition at line 39 of file QGDTypes.h.
double QGD_Complex16::imag |
the imaginary part of a complex number
Definition at line 43 of file QGDTypes.h.
double QGD_Complex16::real |
the real part of a complex number
Definition at line 41 of file QGDTypes.h.