|
bool | initialize (const HeterogeneousMap ¶meters) override |
|
const std::vector< std::string > | requiredParameters () const override |
|
void | execute (const std::shared_ptr< AcceleratorBuffer > buffer) const override |
|
std::vector< double > | execute (const std::shared_ptr< AcceleratorBuffer > buffer, const std::vector< double > ¶meters) override |
|
const std::string | name () const override |
|
const std::string | description () const override |
|
virtual double | calculate (const std::string &calculation_task, const std::shared_ptr< AcceleratorBuffer > buffer, const HeterogeneousMap &extra_data={}) |
|
virtual | ~Identifiable () |
|
virtual std::shared_ptr< Algorithm > | clone ()=0 |
|
virtual bool | shouldClone () |
|
virtual | ~Cloneable () |
|
|
std::shared_ptr< Optimizer > | optimizer |
|
std::shared_ptr< CompositeInstruction > | kernel |
|
std::shared_ptr< Accelerator > | accelerator |
|
std::vector< double > | initial_params |
|
std::vector< double > | target_dist |
|
std::string | gradient |
|
std::string | loss |
|
bool | persistBuffer = false |
|
HeterogeneousMap | _parameters |
|
const std::string xacc::algorithm::DDCL::description |
( |
| ) |
const |
|
inlineoverridevirtual |
Return the description of this instance
- Returns
- description The description of this object.
Implements xacc::Identifiable.
const std::string xacc::algorithm::DDCL::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/algorithms/ml/ddcl/ddcl.hpp
- /home/cades/dev/xacc/quantum/plugins/algorithms/ml/ddcl/ddcl.cpp