Sequential Quantum Gate Decomposer  v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
Classes | Functions
U3.h File Reference
#include "Gate.h"
#include "matrix.h"
#include "matrix_real.h"
#include "matrix_real_float.h"
#include "matrix_float.h"
#include <math.h>
Include dependency graph for U3.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ u3_matrix_kernel()

Matrix u3_matrix_kernel ( double  ThetaOver2,
double  Phi,
double  Lambda 
)

Definition at line 149 of file U3.cpp.

Here is the call graph for this function:

◆ u3_matrix_kernel_f()

Matrix_float u3_matrix_kernel_f ( float  ThetaOver2,
float  Phi,
float  Lambda 
)

Definition at line 159 of file U3.cpp.

Here is the call graph for this function: