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

Class implementing the adaptive gate decomposition algorithm of arXiv:2203.04426. More...

#include "N_Qubit_Decomposition_adaptive.h"
#include "N_Qubit_Decomposition_custom.h"
#include "N_Qubit_Decomposition_Cost_Function.h"
#include "Random_Orthogonal.h"
#include "Random_Unitary.h"
#include "X.h"
#include <time.h>
#include <stdlib.h>
Include dependency graph for N_Qubit_Decomposition_adaptive.cpp:

Go to the source code of this file.

Detailed Description

Class implementing the adaptive gate decomposition algorithm of arXiv:2203.04426.

Definition in file N_Qubit_Decomposition_adaptive.cpp.