Skip to content

Commit

Permalink
feat!: Drop the QGAN model and related tests and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Apr 10, 2024
1 parent c5fda23 commit 31a5a3e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 576 deletions.
8 changes: 0 additions & 8 deletions doc/source/api-reference/qibo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,6 @@ Feedback-based Algorithm for Quantum Optimization (FALQON)
:member-order: bysource


Style-based Quantum Generative Adversarial Network (style-qGAN)
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

.. autoclass:: qibo.models.qgan.StyleQGAN
:members:
:member-order: bysource


Grover's Algorithm
""""""""""""""""""

Expand Down
1 change: 0 additions & 1 deletion src/qibo/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@
from qibo.models.evolution import AdiabaticEvolution, StateEvolution
from qibo.models.grover import Grover
from qibo.models.qft import QFT
from qibo.models.qgan import StyleQGAN
from qibo.models.variational import AAVQE, FALQON, QAOA, VQE
Loading

0 comments on commit 31a5a3e

Please sign in to comment.