Qrack  9.13
General classical-emulating-quantum development framework
Classes | Namespaces | Macros | Typedefs
qengine_opencl.hpp File Reference
#include "common/oclengine.hpp"
#include "qengine.hpp"
#include "qengine_gpu_util.hpp"
#include <list>
#include <mutex>
Include dependency graph for qengine_opencl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Qrack::QueueItem
 
class  Qrack::PoolItem
 
class  Qrack::QEngineOCL
 OpenCL enhanced QEngineCPU implementation. More...
 

Namespaces

 Qrack
 GLOSSARY: bitLenInt - "bit-length integer" - unsigned integer ID of qubit position in register bitCapInt - "bit-capacity integer" - unsigned integer single-permutation value of a qubit register (typically "big integer") real1 - "real number (1-dimensional)" - floating-point real-valued number complex - "complex number" - floating-point complex-valued number (with two real1 component dimensions) quid - "quantum (simulator) unique identifier" - unsigned integer that indexes and IDs running simulators, circuits, and neurons.
 

Macros

#define BCI_ARG_LEN   10
 
#define CMPLX_NORM_LEN   6
 
#define REAL_ARG_LEN   2
 

Typedefs

typedef std::shared_ptr< QEngineOCL > Qrack::QEngineOCLPtr
 

Macro Definition Documentation

◆ BCI_ARG_LEN

#define BCI_ARG_LEN   10

◆ CMPLX_NORM_LEN

#define CMPLX_NORM_LEN   6

◆ REAL_ARG_LEN

#define REAL_ARG_LEN   2