XACC
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
xacc::quantum::DWave Class Reference
Inheritance diagram for xacc::quantum::DWave:
xacc::Accelerator xacc::Identifiable

Public Member Functions

void initialize (const HeterogeneousMap &params={}) override
 
void updateConfiguration (const HeterogeneousMap &params) override
 
std::vector< std::pair< int, int > > getConnectivity () override
 
const std::string getSignature () override
 
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
 
- Public Member Functions inherited from xacc::Accelerator
virtual void updateConfiguration (const HeterogeneousMap &&config)
 
virtual HeterogeneousMap getProperties ()
 
virtual void contributeInstructions (const std::string &custom_json_config="")
 
virtual const std::string defaultPlacementTransformation ()
 
virtual BitOrder getBitOrder ()
 
virtual void cancel ()
 
virtual const std::vector< std::complex< double > > getAcceleratorState (std::shared_ptr< CompositeInstruction > program)
 
virtual bool isRemote ()
 
- Public Member Functions inherited from xacc::Identifiable
virtual ~Identifiable ()
 

Protected Member Functions

void searchAPIKey (std::string &key)
 
void findApiKeyInFile (std::string &key, const std::string &p)
 

Protected Attributes

double chain_strength = -1.
 
double shots = 100
 
std::string backend = ""
 
std::string apiKey
 
sapi_Solver * solver = NULL
 
sapi_Connection * connection = NULL
 
const sapi_SolverProperties * solver_properties = NULL
 
std::string default_emb_algo = "cmr"
 

Additional Inherited Members

- Public Types inherited from xacc::Accelerator
enum  BitOrder { LSB, MSB }
 

Member Function Documentation

const std::string xacc::quantum::DWave::description ( ) const
inlineoverridevirtual

Return the description of this instance

Returns
description The description of this object.

Implements xacc::Identifiable.

const std::string xacc::quantum::DWave::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: