Skip to content

Commit

Permalink
Removed deprecated QAOA implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
renezander90 committed Oct 17, 2024
1 parent d77873d commit 61eda52
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 955 deletions.
9 changes: 0 additions & 9 deletions src/qrisp/algorithms/qaoa/problems/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,3 @@
from qrisp.algorithms.qaoa.problems.maxSetPacking import *
from qrisp.algorithms.qaoa.problems.minSetCover import *

#
# DEPRECATED
#
from qrisp.algorithms.qaoa.problems.minSetCoverInfrastr import *
from qrisp.algorithms.qaoa.problems.maxSatInfrastr import *
from qrisp.algorithms.qaoa.problems.eThrTwoLinInfrastr import *
from qrisp.algorithms.qaoa.problems.maxCliqueInfrastr import *
from qrisp.algorithms.qaoa.problems.maxIndepSetInfrastr import *
from qrisp.algorithms.qaoa.problems.maxSetPackInfrastr import *
126 changes: 0 additions & 126 deletions src/qrisp/algorithms/qaoa/problems/eThrTwoLinInfrastr.py

This file was deleted.

104 changes: 0 additions & 104 deletions src/qrisp/algorithms/qaoa/problems/maxCliqueInfrastr.py

This file was deleted.

86 changes: 0 additions & 86 deletions src/qrisp/algorithms/qaoa/problems/maxIndepSetInfrastr.py

This file was deleted.

Loading

0 comments on commit 61eda52

Please sign in to comment.