mirror of https://github.com/Qiskit/qiskit.git
12 lines
551 B
YAML
12 lines
551 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The module ``qiskit.circuit.library.probability_distributions`` has been
|
|
removed and no longer exists as per the deprecation notice from qiskit-terra
|
|
0.17.0 (released Apr 1, 2021). The affected classes are
|
|
``UniformDistribution``, ``NormalDistribution``, and
|
|
``LogNormalDistribution``. They are all moved to the
|
|
`qiskit-finance <https://qiskit.org/documentation/finance/getting_started.html>`__
|
|
library, into its circuit library module:
|
|
``qiskit_finance.circuit.library.probability_distributions``.
|