Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

ClassicalAlgorithm

class ClassicalAlgorithm

GitHub

Base class for Classical Algorithms.


Attributes

random

Return a numpy random.


Methods

run

ClassicalAlgorithm.run()

Execute the classical algorithm.

Returns

results of an algorithm.

Return type

dict

Was this page helpful?
Report a bug or request content on GitHub.