Sequential Quantum Gate Decomposer
v1.9.3
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Class to hash function operator for GrayCode_base keys in unordered maps and unordered sets. More...
#include <GrayCodeHash_base.hpp>
Public Member Functions | |
GrayCodeHash_base () | |
Constructor of the class. More... | |
size_t | operator() (const GrayCode_base< intType > &key) const |
Operator to generate hash key for class instance PicState_base<intType> More... | |
Class to hash function operator for GrayCode_base keys in unordered maps and unordered sets.
Definition at line 37 of file GrayCodeHash_base.hpp.
|
inline |
Constructor of the class.
Definition at line 47 of file GrayCodeHash_base.hpp.
|
inline |
Operator to generate hash key for class instance PicState_base<intType>
key | An instance of class PicState |
Definition at line 57 of file GrayCodeHash_base.hpp.