XACC
Public Member Functions | List of all members
xacc::quantum::QObjectCompiler Class Reference
Inheritance diagram for xacc::quantum::QObjectCompiler:
xacc::Compiler xacc::OptionsProvider xacc::Identifiable

Public Member Functions

std::shared_ptr< xacc::IRcompile (const std::string &src, std::shared_ptr< Accelerator > acc) override
 
std::shared_ptr< xacc::IRcompile (const std::string &src) override
 
const std::string translate (std::shared_ptr< CompositeInstruction > function) override
 
const std::string name () const override
 
const std::string description () const override
 
 ~QObjectCompiler () override
 
- Public Member Functions inherited from xacc::Compiler
virtual const std::string get_statement_terminator ()
 
virtual bool canParse (const std::string &src)
 
virtual const std::string translate (std::shared_ptr< CompositeInstruction > program, HeterogeneousMap &options)
 
virtual const std::string translate (std::shared_ptr< CompositeInstruction > program, HeterogeneousMap &&options)
 
virtual const std::shared_ptr< CompositeInstructioncompile (std::shared_ptr< CompositeInstruction > f, std::shared_ptr< Accelerator > acc)
 
virtual std::vector< std::string > getKernelBufferNames (const std::string &src)
 
virtual OptionPairs getOptions ()
 
virtual bool handleOptions (const std::map< std::string, std::string > &arg_map)
 
- Public Member Functions inherited from xacc::OptionsProvider
virtual ~OptionsProvider ()
 
- Public Member Functions inherited from xacc::Identifiable
virtual ~Identifiable ()
 

Constructor & Destructor Documentation

xacc::quantum::QObjectCompiler::~QObjectCompiler ( )
inlineoverride

The destructor

Member Function Documentation

const std::string xacc::quantum::QObjectCompiler::description ( ) const
inlineoverridevirtual

Return the description of this instance

Returns
description The description of this object.

Implements xacc::Identifiable.

const std::string xacc::quantum::QObjectCompiler::name ( ) const
inlineoverridevirtual

Return the name of this instance.

Returns
name The string name

Implements xacc::Identifiable.


The documentation for this class was generated from the following files: