Quantum Gate Decomposer  v1.3
Powerful decomposition of almost any unitary into U3 and CNOT gates
List of all members | Public Member Functions
Cont_Task_rowsA Class Reference

Empty task class to utilize task continuation for saving stack space. More...

#include <dot.h>

Inheritance diagram for Cont_Task_rowsA:
Inheritance graph
[legend]

Public Member Functions

 Cont_Task_rowsA ()
 Default constructor of the class. More...
 
tbb::task * execute ()
 Overriden execute function of class tbb::task. More...
 

Detailed Description

Empty task class to utilize task continuation for saving stack space.

Definition at line 128 of file dot.h.

Constructor & Destructor Documentation

◆ Cont_Task_rowsA()

Cont_Task_rowsA::Cont_Task_rowsA ( )

Default constructor of the class.

Returns
Returns with the instance of the class.

Definition at line 179 of file dot.cpp.

Member Function Documentation

◆ execute()

tbb::task * Cont_Task_rowsA::execute ( )

Overriden execute function of class tbb::task.

Returns
Returns with a pointer to a tbb::task instance or with a null pointer.

Definition at line 188 of file dot.cpp.


The documentation for this class was generated from the following files: