Sequential Quantum Gate Decomposer  v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
Gate.cpp File Reference

Class for the representation of general gate operations. More...

#include "Gate.h"
#include "common.h"
#include "gate_kernel_templates.h"
#include "qgd_math.h"
#include <algorithm>
#include <cmath>
#include <sstream>
#include <tbb/enumerable_thread_specific.h>
#include "apply_kernel_to_input.h"
#include "apply_kernel_to_state_vector_input.h"
#include "apply_large_kernel_to_input.h"
#include "apply_dedicated_gate_kernel_to_input.h"
Include dependency graph for Gate.cpp:

Go to the source code of this file.

Detailed Description

Class for the representation of general gate operations.

Definition in file Gate.cpp.