Qrack  9.0
General classical-emulating-quantum development framework
Namespaces | Functions
qfactory.hpp File Reference
#include "qengine_cpu.hpp"
#include "qpager.hpp"
#include "qstabilizerhybrid.hpp"
#include "qtensornetwork.hpp"
#include "qunit.hpp"
Include dependency graph for qfactory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Qrack
 

Functions

template<typename... Ts>
QInterfacePtr Qrack::CreateQuantumInterface (QInterfaceEngine engine1, QInterfaceEngine engine2, QInterfaceEngine engine3, Ts... args)
 Factory method to create specific engine implementations. More...
 
template<typename... Ts>
QInterfacePtr Qrack::CreateQuantumInterface (QInterfaceEngine engine1, QInterfaceEngine engine2, Ts... args)
 
template<typename... Ts>
QInterfacePtr Qrack::CreateQuantumInterface (QInterfaceEngine engine, Ts... args)
 
template<typename... Ts>
QInterfacePtr Qrack::CreateQuantumInterface (std::vector< QInterfaceEngine > engines, Ts... args)
 
template<typename... Ts>
QInterfacePtr Qrack::CreateArrangedLayers (bool md, bool sd, bool sh, bool bdt, bool pg, bool tn, bool hy, bool oc, Ts... args)