Quantum Gate Decomposer  v1.3
Powerful decomposition of almost any unitary into U3 and CNOT gates
List of all members | Public Attributes
QGD_Complex16 Struct Reference

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...
 

Detailed Description

Structure type representing complex numbers in the QGD package.

Definition at line 39 of file QGDTypes.h.

Member Data Documentation

◆ imag

double QGD_Complex16::imag

the imaginary part of a complex number

Definition at line 43 of file QGDTypes.h.

◆ real

double QGD_Complex16::real

the real part of a complex number

Definition at line 41 of file QGDTypes.h.


The documentation for this struct was generated from the following file: