Qrack  9.13
General classical-emulating-quantum development framework
Classes | Namespaces | Typedefs
oclengine.hpp File Reference
#include "oclapi.hpp"
#include <cstdint>
#include <map>
#include <memory>
#include <mutex>
#include <string>
#include <sys/stat.h>
#include <CL/cl2.hpp>
Include dependency graph for oclengine.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Qrack::OCLKernelHandle
 
class  Qrack::OCLDeviceCall
 
class  Qrack::OCLDeviceContext
 
struct  Qrack::InitOClResult
 
class  Qrack::OCLEngine
 "Qrack::OCLEngine" manages the single OpenCL context. 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.
 

Typedefs

typedef std::shared_ptr< OCLDeviceContext > Qrack::DeviceContextPtr
 
typedef std::vector< cl::Event > Qrack::EventVec
 
typedef std::shared_ptr< EventVec > Qrack::EventVecPtr