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

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

Detailed Description

Structure type conatining numbers of gates.

Definition at line 47 of file QGDTypes.h.

Member Data Documentation

◆ cnot

int gates_num::cnot

The number of CNOT gates.

Definition at line 51 of file QGDTypes.h.

◆ general

int gates_num::general

The number of general gates.

Definition at line 53 of file QGDTypes.h.

◆ u3

int gates_num::u3

The number of U3 gates.

Definition at line 49 of file QGDTypes.h.


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