LICENSE
README.md
pyproject.toml
setup.cfg
src/hyqcopt/__init__.py
src/hyqcopt/api.py
src/hyqcopt/config.py
src/hyqcopt/factory.py
src/hyqcopt/interface.py
src/hyqcopt.egg-info/PKG-INFO
src/hyqcopt.egg-info/SOURCES.txt
src/hyqcopt.egg-info/dependency_links.txt
src/hyqcopt.egg-info/requires.txt
src/hyqcopt.egg-info/top_level.txt
src/hyqcopt/algorithms/__init__.py
src/hyqcopt/algorithms/distributed.py
src/hyqcopt/algorithms/grover.py
src/hyqcopt/algorithms/qaoa.py
src/hyqcopt/backends/__init__.py
src/hyqcopt/backends/qiskit.py
src/hyqcopt/benchmarking/comparative.py
src/hyqcopt/classical/__init__.py
src/hyqcopt/classical/optimizers.py
src/hyqcopt/classical/metaheuristics/__init__.py
src/hyqcopt/core/exceptions.py
src/hyqcopt/core/interfaces.py
src/hyqcopt/problems/__init__.py
src/hyqcopt/problems/combinatorial/__init__.py
src/hyqcopt/problems/combinatorial/maxcut.py
src/hyqcopt/problems/combinatorial/tsp.py
src/hyqcopt/problems/continuous/__init__.py
src/hyqcopt/utils/converters.py
tests/test_qaoa.py