Sequential Quantum Gate Decomposer  v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
Functions
U3.cpp File Reference
#include "gate_kernel_templates.h"
#include "U3.h"
Include dependency graph for U3.cpp:

Go to the source code of this file.

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: