|
void | cancel () override |
|
void | initialize (const HeterogeneousMap ¶ms={}) override |
|
void | updateConfiguration (const HeterogeneousMap &config) override |
|
const std::vector< std::string > | configurationKeys () override |
|
HeterogeneousMap | getProperties () override |
|
const std::string | getSignature () override |
|
std::vector< std::pair< int, int > > | getConnectivity () override |
|
const std::string | name () const override |
|
const std::string | description () const override |
|
const std::string | processInput (std::shared_ptr< AcceleratorBuffer > buffer, std::vector< std::shared_ptr< CompositeInstruction >> functions) override |
|
void | processResponse (std::shared_ptr< AcceleratorBuffer > buffer, const std::string &response) override |
|
| IonQAccelerator (std::shared_ptr< Client > client) |
|
| RemoteAccelerator (std::shared_ptr< Client > client) |
|
void | execute (std::shared_ptr< AcceleratorBuffer > buffer, const std::shared_ptr< CompositeInstruction > circuit) override |
|
void | execute (std::shared_ptr< AcceleratorBuffer > buffer, const std::vector< std::shared_ptr< CompositeInstruction >> circuits) override |
|
bool | isRemote () override |
|
void | setClient (std::shared_ptr< Client > client) |
|
virtual void | updateConfiguration (const HeterogeneousMap &&config) |
|
virtual void | contributeInstructions (const std::string &custom_json_config="") |
|
virtual const std::string | defaultPlacementTransformation () |
|
virtual BitOrder | getBitOrder () |
|
virtual const std::vector< std::complex< double > > | getAcceleratorState (std::shared_ptr< CompositeInstruction > program) |
|
virtual | ~Identifiable () |
|
|
enum | BitOrder { LSB,
MSB
} |
|
std::string | handleExceptionRestClientPost (const std::string &_url, const std::string &path, const std::string &postStr, std::map< std::string, std::string > headers) |
|
std::string | handleExceptionRestClientGet (const std::string &_url, const std::string &path, std::map< std::string, std::string > headers=std::map< std::string, std::string >{}, std::map< std::string, std::string > extraParams={}) |
|
std::shared_ptr< Client > | restClient |
|
std::string | postPath |
|
std::string | remoteUrl |
|
std::map< std::string, std::string > | headers |
|
const std::string xacc::quantum::IonQAccelerator::description |
( |
| ) |
const |
|
inlineoverridevirtual |
Return the description of this instance
- Returns
- description The description of this object.
Implements xacc::Identifiable.
const std::string xacc::quantum::IonQAccelerator::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/ionq/ionq_accelerator.hpp
- /home/cades/dev/xacc/quantum/plugins/ionq/ionq_accelerator.cpp