|
virtual const std::string | name () const override |
|
virtual const std::string | description () const override |
|
virtual void | initialize (const HeterogeneousMap ¶ms={}) override |
|
virtual void | updateConfiguration (const HeterogeneousMap &config) override |
|
virtual const std::vector< std::string > | configurationKeys () override |
|
virtual BitOrder | getBitOrder () override |
|
virtual void | execute (std::shared_ptr< AcceleratorBuffer > buffer, const std::shared_ptr< CompositeInstruction > compositeInstruction) override |
|
virtual void | execute (std::shared_ptr< AcceleratorBuffer > buffer, const std::vector< std::shared_ptr< CompositeInstruction >> compositeInstructions) override |
|
virtual void | updateConfiguration (const HeterogeneousMap &&config) |
|
virtual HeterogeneousMap | getProperties () |
|
virtual const std::string | getSignature () |
|
virtual void | contributeInstructions (const std::string &custom_json_config="") |
|
virtual const std::string | defaultPlacementTransformation () |
|
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 bool | isRemote () |
|
virtual | ~Identifiable () |
|
|
enum | BitOrder { LSB,
MSB
} |
|
virtual const std::string xacc::quantum::QppAccelerator::description |
( |
| ) |
const |
|
inlineoverridevirtual |
Return the description of this instance
- Returns
- description The description of this object.
Implements xacc::Identifiable.
virtual const std::string xacc::quantum::QppAccelerator::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:
- /home/cades/dev/xacc/quantum/plugins/qpp/accelerator/QppAccelerator.hpp
- /home/cades/dev/xacc/quantum/plugins/qpp/accelerator/QppAccelerator.cpp