Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Change docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelmarques committed Feb 6, 2020
1 parent c75463d commit 6349b16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class QuantumGenerator(GenerativeNetwork):
"""
Quantum Generator
The quantum generator is a parametrized quantum circuit which can be trained with the
QGAN algorithm :class:`~qiskit.aqua.algorithms.adaptive.qgan.QGAN`
:class:`~qiskit.aqua.algorithms.adaptive.qgan.QGAN` algorithm
to generate a quantum state which approximates the probability
distribution of given training data. At the beginning of the training the parameters will
be set randomly, thus, the output will is random. Throughout the training the quantum
Expand Down

0 comments on commit 6349b16

Please sign in to comment.