INSTALL.md
LICENSE
MANIFEST.in
README.md
REQUIREMENTS.md
STATUS.md
pyproject.toml
c2q_framework.egg-info/PKG-INFO
c2q_framework.egg-info/SOURCES.txt
c2q_framework.egg-info/dependency_links.txt
c2q_framework.egg-info/entry_points.txt
c2q_framework.egg-info/requires.txt
c2q_framework.egg-info/top_level.txt
src/circuits_library.py
src/graph.py
src/json_engine.py
src/reduction.py
src/report.py
src/sat_to_qubo.py
src/algorithms/grover.py
src/algorithms/QAOA/QAOA.py
src/algorithms/VQE/VQE.py
src/generator/generator.py
src/parser/algorithmic_structural_level_validation.py
src/parser/main.py
src/parser/parser.py
src/parser/validate_dataset.py
src/problems/Three_SAT.py
src/problems/base.py
src/problems/clique.py
src/problems/factorization.py
src/problems/kcolor.py
src/problems/max_cut.py
src/problems/maximal_independent_set.py
src/problems/minimum_vertex_cover.py
src/problems/np_complete.py
src/problems/np_problems.py
src/problems/problem.py
src/problems/qubo.py
src/problems/tsp.py
src/problems/basic_arithmetic/addition.py
src/problems/basic_arithmetic/arithmetic.py
src/problems/basic_arithmetic/multiplication.py
src/problems/basic_arithmetic/subtraction.py
src/problems/basic_arithmetic/utils.py
src/recommender/recommender_engine.py
src/recommender/coupling_maps/ibm_eagle_coupling_map.npy
src/recommender/coupling_maps/ionq_aria_coupling_map.npy
src/recommender/coupling_maps/iqm_garnet_coupling_map.npy
src/recommender/coupling_maps/iqm_helmi_coupling_map.npy
src/recommender/coupling_maps/quantinuum_h1_coupling_map.npy
src/recommender/coupling_maps/quantinuum_h2_coupling_map.npy
src/recommender/coupling_maps/quera_aquila_coupling_map.npy
src/recommender/coupling_maps/rigetti_ankaa2_coupling_map.npy
src/recommender/coupling_maps/rigetti_ankaa_9q_3_coupling_map.npy
src/recommender/device_information/IQM Garnet.pkl
src/recommender/device_information/IonQ Aria (Amazon).pkl
src/recommender/device_information/ibm_brisbane.pkl
src/recommender/device_information/ibm_kyiv.pkl
src/recommender/device_information/ibm_sherbrooke.pkl
src/validation/__init__.py
src/validation/diversity_validation.py
src/validation/implementation_validation.py