LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
quanta_thread/__init__.py
quanta_thread.egg-info/PKG-INFO
quanta_thread.egg-info/SOURCES.txt
quanta_thread.egg-info/dependency_links.txt
quanta_thread.egg-info/entry_points.txt
quanta_thread.egg-info/not-zip-safe
quanta_thread.egg-info/requires.txt
quanta_thread.egg-info/top_level.txt
quanta_thread/algorithms/__init__.py
quanta_thread/algorithms/grover.py
quanta_thread/algorithms/qft.py
quanta_thread/algorithms/shor.py
quanta_thread/api/__init__.py
quanta_thread/api/gemini_backend.py
quanta_thread/api/grok_backend.py
quanta_thread/api/prompt_generator.py
quanta_thread/cli/__init__.py
quanta_thread/cli/main.py
quanta_thread/core/__init__.py
quanta_thread/core/ml_accelerator.py
quanta_thread/core/quantum_logic_rewriter.py
quanta_thread/core/qubit_emulator.py
quanta_thread/core/thread_engine.py
quanta_thread/ml/__init__.py
quanta_thread/ml/model_optimizer.py
quanta_thread/ml/pytorch_patch.py
quanta_thread/ml/tensorflow_patch.py
quanta_thread/utils/__init__.py
quanta_thread/utils/diagnostics.py
quanta_thread/utils/dynamic_import.py