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/chemistry/__init__.py
quanta_thread/chemistry/electronic_structure.py
quanta_thread/chemistry/molecular_dynamics.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/distributed/__init__.py
quanta_thread/distributed/cluster_manager.py
quanta_thread/error_correction/__init__.py
quanta_thread/error_correction/stabilizer_codes.py
quanta_thread/finance/__init__.py
quanta_thread/finance/market_analysis.py
quanta_thread/finance/portfolio_optimization.py
quanta_thread/finance/risk_assessment.py
quanta_thread/hardware/__init__.py
quanta_thread/hardware/gpu_acceleration.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/qml/__init__.py
quanta_thread/qml/quantum_neural_networks.py
quanta_thread/utils/__init__.py
quanta_thread/utils/diagnostics.py
quanta_thread/utils/dynamic_import.py