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

Go to the source code of this file.

Classes

class  Matrix_real_any
 Non-owning carrier that can reference either Matrix_real or Matrix_real_float. More...
 

Enumerations

enum  matrix_real_precision { matrix_real_precision::float64 = 0, matrix_real_precision::float32 = 1 }
 

Enumeration Type Documentation

◆ matrix_real_precision

enum matrix_real_precision
strong
Enumerator
float64 
float32 

Definition at line 18 of file matrix_real_any.h.