Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <cfloat>
#include <Powells_method.h>
#include "tbb/tbb.h"
Go to the source code of this file.
Functions | |
int | LAPACKE_dposv (int matrix_layout, char uplo, int n, int nrhs, double *A, int LDA, double *B, int LDB) |