XACC
Public Member Functions | Protected Attributes | List of all members
xacc::quantum::MapToPhysical Class Reference
Inheritance diagram for xacc::quantum::MapToPhysical:
xacc::IRTransformation xacc::IRTransformation xacc::Identifiable xacc::Identifiable

Public Member Functions

void apply (std::shared_ptr< CompositeInstruction > program, const std::shared_ptr< Accelerator > acc, const HeterogeneousMap &optioins={}) override
 
const IRTransformationType type () const override
 
const std::string name () const override
 
const std::string description () const override
 
 MapToPhysical (std::vector< std::pair< int, int >> &edges)
 
void apply (std::shared_ptr< CompositeInstruction > program, const std::shared_ptr< Accelerator > accelerator, const HeterogeneousMap &options={}) override
 
const IRTransformationType type () const override
 
const std::string name () const override
 
const std::string description () const override
 
- Public Member Functions inherited from xacc::Identifiable
virtual ~Identifiable ()
 

Protected Attributes

std::vector< std::pair< int, int > > _edges
 

Member Function Documentation

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

Return the description of this instance

Returns
description The description of this object.

Implements xacc::Identifiable.

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

Return the description of this instance

Returns
description The description of this object.

Implements xacc::Identifiable.

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

Return the name of this instance.

Returns
name The string name

Implements xacc::Identifiable.

const std::string xacc::quantum::MapToPhysical::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: