Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Structure type representing complex numbers in the SQUANDER 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 SQUANDER package.
Definition at line 38 of file QGDTypes.h.
double QGD_Complex16::imag |
the imaginary part of a complex number
Definition at line 42 of file QGDTypes.h.
double QGD_Complex16::real |
the real part of a complex number
Definition at line 40 of file QGDTypes.h.