Sequential Quantum Gate Decomposer  v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
Typedefs
GrayCode.h File Reference

Header file for Grey code container. More...

#include <GrayCode_base.hpp>
Include dependency graph for GrayCode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using GrayCode = GrayCode_base< int >
 alias for Piquassoboost state with values of type int64_t More...
 
using GrayCode_int64 = GrayCode_base< int64_t >
 alias for Piquassoboost state with values of type int64_t Compatible with the Piquasso numpy interface. More...
 

Detailed Description

Header file for Grey code container.

Definition in file GrayCode.h.

Typedef Documentation

◆ GrayCode

alias for Piquassoboost state with values of type int64_t

Definition at line 40 of file GrayCode.h.

◆ GrayCode_int64

using GrayCode_int64 = GrayCode_base<int64_t>

alias for Piquassoboost state with values of type int64_t Compatible with the Piquasso numpy interface.

Definition at line 36 of file GrayCode.h.