.editorconfig
.gitignore
.pre-commit-config.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
LICENSE-COMMUNITY
LICENSE-DUAL.md
LICENSE-PROPRIETARY
MANIFEST.in
README.md
license_server.py
pyproject.toml
qubit_flow_ast.py
qubit_flow_interpreter.py
qubit_flow_lexer.py
qubit_flow_parser.py
qubit_flow_setup.py
requirements-gpu.txt
requirements-platform.txt
requirements-security-update.txt
requirements.txt
setup.py
synapse_ast.py
synapse_interpreter.py
synapse_jit.py
synapse_parser.py
synapse_repl.py
synapse_scientific.py
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/deploy-pages.yml
.github/workflows/deploy.yml
.github/workflows/publish.yml
docs/DRUG_DISCOVERY_QUICKSTART.md
docs/index.md
docs/api/README.md
docs/examples/README.md
docs/examples/chemistry/drug-discovery.md
docs/examples/finance/risk-analysis.md
docs/examples/ml/quantum-ml.md
docs/examples/physics/climate-modeling.md
docs/tutorials/quantum-net/01-getting-started.md
docs/tutorials/qubit-flow/01-getting-started.md
docs/tutorials/synapse/01-getting-started.md
docs/tutorials/synapse/02-uncertainty-quantification.md
docs/tutorials/synapse/03-parallel-computing.md
docs/videos/video-scripts.md
examples/README.md
examples/bb84_qkd.qnet
examples/climate_model.syn
examples/drug_discovery.syn
examples/drug_discovery_comprehensive.syn
examples/hello_synapse.syn
examples/hello_world.syn
examples/hybrid_quantum_classical.syn
examples/monte_carlo_pi.syn
examples/quantum_demo.syn
examples/quantum_internet.qnet
examples/quantum_search.syn
examples/quantum_simulation.syn
examples/quantum_superposition.syn
examples/real_world_examples.syn
quantum_net_lang/__init__.py
qubit_flow_lang/__init__.py
synapse_lang/__init__.py
synapse_lang/__version__.py
synapse_lang/ast_consolidated.py
synapse_lang/distributed_computing.py
synapse_lang/jit_compiler.py
synapse_lang/license_manager.py
synapse_lang/ml_integration.py
synapse_lang/parallel.py
synapse_lang/parser_enhanced.py
synapse_lang/security.py
synapse_lang/stdlib.py
synapse_lang/symbolic.py
synapse_lang/synapse_ast.py
synapse_lang/synapse_interpreter.py
synapse_lang/synapse_lexer.py
synapse_lang/synapse_parser.py
synapse_lang/tensor_ops.py
synapse_lang/uncertainty.py
synapse_lang.egg-info/PKG-INFO
synapse_lang.egg-info/SOURCES.txt
synapse_lang.egg-info/dependency_links.txt
synapse_lang.egg-info/entry_points.txt
synapse_lang.egg-info/not-zip-safe
synapse_lang.egg-info/requires.txt
synapse_lang.egg-info/top_level.txt
synapse_lang/pharmkit/__init__.py
synapse_lang/pharmkit/docking.py
synapse_lang/pharmkit/molecular.py
synapse_lang/pharmkit/qsar.py
synapse_lang/quantum/__init__.py
synapse_lang/quantum/core.py
synapse_lang/quantum/semantics.py
tests/__init__.py
tests/run_tests.py
tests/test_integration.py
tests/test_integration_quantum.py
tests/test_optimized.py
tests/test_quantum_semantics.py
tests/integration/test_examples.py
tests/unit/test_parallel.py
tests/unit/test_uncertainty.py