LICENSE
README.md
pyproject.toml
src/blockflow/__init__.py
src/blockflow/compile/__init__.py
src/blockflow/compile/circuit.py
src/blockflow/compile/export_qasm.py
src/blockflow/compile/optimizers.py
src/blockflow/compile/synthesis.py
src/blockflow/primitives/__init__.py
src/blockflow/primitives/block_encoding.py
src/blockflow/primitives/capabilities.py
src/blockflow/primitives/linear_operator.py
src/blockflow/primitives/recipe.py
src/blockflow/primitives/resources.py
src/blockflow/primitives/success.py
src/blockflow/primitives/vector_encoding.py
src/blockflow/programs/__init__.py
src/blockflow/programs/program.py
src/blockflow/semantic/__init__.py
src/blockflow/semantic/executor.py
src/blockflow/semantic/state.py
src/blockflow/semantic/tracking.py
src/qublock.egg-info/PKG-INFO
src/qublock.egg-info/SOURCES.txt
src/qublock.egg-info/dependency_links.txt
src/qublock.egg-info/requires.txt
src/qublock.egg-info/top_level.txt
tests/test_block_encoding_and_semantic.py
tests/test_circuit_and_optimizer.py
tests/test_qasm_export.py
tests/test_qiskit_integration.py
tests/test_resources_and_utils.py
tests/test_structured_block_encoding.py
tests/test_synthesis.py
tests/test_vector_encoding.py