Sequential Quantum Gate Decomposer  v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
Variables
T.cpp File Reference

Class representing a T gate. More...

#include "T.h"
Include dependency graph for T.cpp:

Go to the source code of this file.

Variables

static double invsqrt2 = 1.0 / std::sqrt(2.0)
 

Detailed Description

Class representing a T gate.

Definition in file T.cpp.

Variable Documentation

◆ invsqrt2

double invsqrt2 = 1.0 / std::sqrt(2.0)
static

Definition at line 25 of file T.cpp.