Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Header file for Grey code container. More...
#include <GrayCode_base.hpp>
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... | |
Header file for Grey code container.
Definition in file GrayCode.h.
using GrayCode = GrayCode_base<int> |
alias for Piquassoboost state with values of type int64_t
Definition at line 40 of file GrayCode.h.
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.