Skip to content

Commit

Permalink
Remove probability_distributions module (#7562)
Browse files Browse the repository at this point in the history
* remove probability_distributions

* reno

* reno

* Update releasenotes/notes/remove_probability_distributions-d30bd77f0f2b9570.yaml

Co-authored-by: Julien Gacon <[email protected]>

* Reformat release note

Co-authored-by: Julien Gacon <[email protected]>
Co-authored-by: Jake Lishman <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Jan 27, 2022
1 parent 372882e commit 9c89b07
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 833 deletions.
17 changes: 0 additions & 17 deletions qiskit/circuit/library/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,18 +235,6 @@
PauliEvolutionGate
Probability distributions
=========================
.. autosummary::
:toctree: ../stubs/
:template: autosummary/class_no_inherited_members.rst
UniformDistribution
NormalDistribution
LogNormalDistribution
N-local circuits
================
Expand Down Expand Up @@ -426,11 +414,6 @@
QAOAAnsatz,
)
from .data_preparation import PauliFeatureMap, ZFeatureMap, ZZFeatureMap
from .probability_distributions import (
LogNormalDistribution,
NormalDistribution,
UniformDistribution,
)
from .quantum_volume import QuantumVolume
from .fourier_checking import FourierChecking
from .graph_state import GraphState
Expand Down
19 changes: 0 additions & 19 deletions qiskit/circuit/library/probability_distributions/__init__.py

This file was deleted.

202 changes: 0 additions & 202 deletions qiskit/circuit/library/probability_distributions/lognormal.py

This file was deleted.

Loading

0 comments on commit 9c89b07

Please sign in to comment.