English
Languages
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

Components (qiskit.aqua.components)

Components were designed to be swappable sub-parts of an algorithm. Different implementations of a component type can thereby be exchanged to potentially alter the behavior and outcome of the algorithm. For example VQE takes an Optimizer and a VariationalForm components. There are a selection of both different optimizers and variational_forms that can be chosen from according the nature of the problem. Some optimizers use gradients, others have alternative techniques to finding a minimum. Variational forms include heuristic ansatzes such as EfficientSU2 and types designed for specific problems such as UCCSD for chemistry and ground state energy computation.

Components may also be used in other components. For example the UnivariateVariationalDistribution takes a VariationalForm.

Each type of component has a base class that can be extended to provide a new implementation. For example the base class for variational_forms is VariationalForm. For more information refer to the component type of interest below.

Submodules

eigs

Eigenvalues (qiskit.aqua.components.eigs)

feature_maps

Feature Maps (qiskit.aqua.components.feature_maps)

initial_states

Initial States (qiskit.aqua.components.initial_states)

multiclass_extensions

Multi-class Extensions (qiskit.aqua.components.multiclass_extensions)

neural_networks

Neural Networks (qiskit.aqua.components.neural_networks)

optimizers

Optimizers (qiskit.aqua.components.optimizers)

oracles

Oracles (qiskit.aqua.components.oracles)

reciprocals

Reciprocals (qiskit.aqua.components.reciprocals)

uncertainty_models

Uncertainty Models (qiskit.aqua.components.uncertainty_models)

uncertainty_problems

Uncertainty Problems (qiskit.aqua.components.uncertainty_problems)

variational_forms

Variational Forms (qiskit.aqua.components.variational_forms)