|
void | updateConfiguration (const HeterogeneousMap &config) override |
|
const std::vector< std::string > | configurationKeys () override |
|
HeterogeneousMap | getProperties () override |
|
void | initialize (const HeterogeneousMap ¶ms={}) override |
|
void | execute (std::shared_ptr< AcceleratorBuffer > buffer, const std::shared_ptr< xacc::CompositeInstruction > kernel) override |
|
void | execute (std::shared_ptr< AcceleratorBuffer > buffer, const std::vector< std::shared_ptr< CompositeInstruction >> functions) override |
|
const std::string | defaultPlacementTransformation () override |
|
const std::string | name () const override |
|
const std::string | description () const override |
|
const std::string | getSignature () override |
|
virtual void | updateConfiguration (const HeterogeneousMap &&config) |
|
virtual void | contributeInstructions (const std::string &custom_json_config="") |
|
virtual BitOrder | getBitOrder () |
|
virtual void | execute (std::shared_ptr< AcceleratorBuffer > buffer, const std::shared_ptr< CompositeInstruction > CompositeInstruction)=0 |
|
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 () |
|
|
bool | u_depol_noise = false |
|
bool | cx_depol_noise = false |
|
bool | readout_errors = false |
|
int | shots = 1024 |
|
double | udepol = 0.0 |
|
double | cxdepol = 0.0 |
|
std::map< int, std::vector< int > > | measurementSupports |
|
double | global_p10 = 0.0 |
|
double | global_p01 = 0.0 |
|
|
enum | BitOrder { LSB,
MSB
} |
|
const std::string xacc::quantum::LocalIBMAccelerator::description |
( |
| ) |
const |
|
inlineoverridevirtual |
Return the description of this instance
- Returns
- description The description of this object.
Implements xacc::Identifiable.
const std::string xacc::quantum::LocalIBMAccelerator::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/ibm/accelerator/LocalIBMAccelerator.hpp
- /home/cades/dev/xacc/quantum/plugins/ibm/accelerator/LocalIBMAccelerator.cpp