Quantum Gate Decomposer
v1.3
Powerful decomposition of almost any unitary into U3 and CNOT gates
|
#include "qgd/QGDTypes.h"
#include <cstring>
#include <iostream>
#include <tbb/scalable_allocator.h>
#include <tbb/tbb.h>
Go to the source code of this file.
Classes | |
class | matrix_base< scalar > |
Base Class to store data of arrays and its properties. More... | |