|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
#include "density_matrix.h"#include "dot.h"#include <algorithm>#include <cmath>#include <cstring>#include <iostream>
Go to the source code of this file.
Namespaces | |
| squander | |
| squander::density | |
Functions | |
| static int | squander::density::calculate_qbit_num (int dim) |
| void | zheev_ (char *jobz, char *uplo, int *n, QGD_Complex16 *a, int *lda, double *w, QGD_Complex16 *work, int *lwork, double *rwork, int *info) |
| void zheev_ | ( | char * | jobz, |
| char * | uplo, | ||
| int * | n, | ||
| QGD_Complex16 * | a, | ||
| int * | lda, | ||
| double * | w, | ||
| QGD_Complex16 * | work, | ||
| int * | lwork, | ||
| double * | rwork, | ||
| int * | info | ||
| ) |

1.8.13