Qrack  1.7
General classical-emulating-quantum development framework
Namespaces | Macros
qunit.cpp File Reference
#include <ctime>
#include <initializer_list>
#include <map>
#include "qfactory.hpp"
#include "qunit.hpp"
Include dependency graph for qunit.cpp:

Namespaces

 Qrack
 

Macros

#define PTR3(OP)   (void (QInterface::*)(bitLenInt, bitLenInt, bitLenInt)) & QInterface::OP
 
#define PTR2(OP)   (void (QInterface::*)(bitLenInt, bitLenInt)) & QInterface::OP
 

Macro Definition Documentation

#define PTR2 (   OP)    (void (QInterface::*)(bitLenInt, bitLenInt)) & QInterface::OP
#define PTR3 (   OP)    (void (QInterface::*)(bitLenInt, bitLenInt, bitLenInt)) & QInterface::OP