|
const std::vector< std::string > | configurationKeys () override |
|
void | execute (std::shared_ptr< AcceleratorBuffer > buffer, const std::shared_ptr< CompositeInstruction > function) override |
|
void | execute (std::shared_ptr< AcceleratorBuffer > buffer, const std::vector< std::shared_ptr< CompositeInstruction >> functions) override |
|
const std::string | name () const override |
|
const std::string | description () const override |
|
| 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 |
|
bool | isRemote () override |
|
virtual void | updateConfiguration (const HeterogeneousMap &&config) |
|
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 | ~Identifiable () |
|
|
enum | BitOrder { LSB,
MSB
} |
|
std::shared_ptr< Accelerator > | decoratedAccelerator |
|
const std::string xacc::quantum::ImprovedSamplingDecorator::description |
( |
| ) |
const |
|
inlineoverridevirtual |
Return the description of this instance
- Returns
- description The description of this object.
Implements xacc::Identifiable.
const std::string xacc::quantum::ImprovedSamplingDecorator::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/decorators/ImprovedSamplingDecorator.hpp
- /home/cades/dev/xacc/quantum/plugins/decorators/ImprovedSamplingDecorator.cpp