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

Class representing a Tdg gate. More...

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

Go to the source code of this file.

Variables

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

Detailed Description

Class representing a Tdg gate.

Definition in file Tdg.cpp.

Variable Documentation

◆ invsqrt2

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

Definition at line 25 of file Tdg.cpp.