|
| AcceleratorDecorator (std::shared_ptr< Accelerator > a) |
|
void | setDecorated (std::shared_ptr< Accelerator > a) |
|
void | initialize (const HeterogeneousMap ¶ms={}) override |
|
void | updateConfiguration (const HeterogeneousMap &config) override |
|
HeterogeneousMap | getProperties () override |
|
const std::string | getSignature () override |
|
void | execute (std::shared_ptr< AcceleratorBuffer > buffer, const std::shared_ptr< CompositeInstruction > CompositeInstruction) override=0 |
|
void | execute (std::shared_ptr< AcceleratorBuffer > buffer, const std::vector< std::shared_ptr< CompositeInstruction >> CompositeInstructions) override=0 |
|
bool | isRemote () override |
|
virtual void | updateConfiguration (const HeterogeneousMap &&config) |
|
virtual const std::vector< std::string > | configurationKeys ()=0 |
|
virtual void | contributeInstructions (const std::string &custom_json_config="") |
|
virtual const std::string | defaultPlacementTransformation () |
|
virtual BitOrder | getBitOrder () |
|
virtual void | cancel () |
|
virtual std::vector< std::pair< int, int > > | getConnectivity () |
|
virtual const std::vector< std::complex< double > > | getAcceleratorState (std::shared_ptr< CompositeInstruction > program) |
|
virtual const std::string | name () const =0 |
|
virtual const std::string | description () const =0 |
|
virtual | ~Identifiable () |
|
|
enum | BitOrder { LSB,
MSB
} |
|
The documentation for this class was generated from the following file: