QNLP  v1.0
sim_factory.cpp File Reference

Implementation of Factory methods for generating the chosen subclassed Simulator object. More...

#include "Simulator.hpp"
#include "IntelSimulator.cpp"
#include <stdexcept>
#include <memory>
Include dependency graph for sim_factory.cpp:

Go to the source code of this file.

Enumerations

enum  SimBackend { intelqs, unknown }
 

Detailed Description

Implementation of Factory methods for generating the chosen subclassed Simulator object.

Author
Lee J. O'Riordan (lee.o.nosp@m.rior.nosp@m.dan@i.nosp@m.chec.nosp@m..ie)
Version
0.1
Date
2019-02-08

Definition in file sim_factory.cpp.

Enumeration Type Documentation

◆ SimBackend

enum SimBackend
Enumerator
intelqs 
unknown 

Definition at line 20 of file sim_factory.cpp.