Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Header file for Gray code hashing. More...
#include "GrayCodeHash_base.hpp"
Go to the source code of this file.
Typedefs | |
using | GrayCodeHash = GrayCodeHash_base< int > |
alias for class to hash function operator for GrayCodeHash More... | |
using | GrayCodeHash_int64 = GrayCodeHash_base< int64_t > |
alias for class to hash function operator for GrayCodeHash_int64 More... | |
Header file for Gray code hashing.
Definition in file GrayCodeHash.h.
using GrayCodeHash = GrayCodeHash_base<int> |
alias for class to hash function operator for GrayCodeHash
Definition at line 37 of file GrayCodeHash.h.
using GrayCodeHash_int64 = GrayCodeHash_base<int64_t> |
alias for class to hash function operator for GrayCodeHash_int64
Definition at line 33 of file GrayCodeHash.h.