|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
#include "Gate.h"#include "matrix.h"#include "matrix_real.h"#include "matrix_real_float.h"#include "matrix_float.h"#include <math.h>

Go to the source code of this file.
Classes | |
| class | U3 |
| Copyright (C) Miklos Maroti, 2021 SPDX-License-Identifier: Apache-2.0. More... | |
Functions | |
| Matrix | u3_matrix_kernel (double ThetaOver2, double Phi, double Lambda) |
| Matrix_float | u3_matrix_kernel_f (float ThetaOver2, float Phi, float Lambda) |
| Matrix u3_matrix_kernel | ( | double | ThetaOver2, |
| double | Phi, | ||
| double | Lambda | ||
| ) |
| Matrix_float u3_matrix_kernel_f | ( | float | ThetaOver2, |
| float | Phi, | ||
| float | Lambda | ||
| ) |
1.8.13