Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
#include <map>
#include <cstdlib>
#include <time.h>
#include <ctime>
#include "common.h"
#include "matrix.h"
#include "matrix_real.h"
#include "logging.h"
Go to the source code of this file.
Classes | |
class | Random_Orthogonal |
A class to cerate general random unitary matrix according to arXiv:1303:5904v1. More... | |