LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
metalq/__init__.py
metalq/api.py
metalq/circuit.py
metalq/exceptions.py
metalq/parameter.py
metalq/result.py
metalq/secure_eval.py
metalq/secure_loader.py
metalq/spin.py
metalq/validation.py
metalq/visualization.py
metalq.egg-info/PKG-INFO
metalq.egg-info/SOURCES.txt
metalq.egg-info/dependency_links.txt
metalq.egg-info/requires.txt
metalq.egg-info/top_level.txt
metalq/adapters/__init__.py
metalq/adapters/qiskit_adapter.py
metalq/algorithms/__init__.py
metalq/algorithms/qaoa.py
metalq/algorithms/vqe.py
metalq/backends/__init__.py
metalq/backends/base.py
metalq/backends/cpu/__init__.py
metalq/backends/cpu/backend.py
metalq/backends/cpu/fast_gates.py
metalq/backends/cpu/gates.py
metalq/backends/cpu/gradient.py
metalq/backends/cpu/measurement.py
metalq/backends/cpu/statevector.py
metalq/backends/mps/__init__.py
metalq/backends/mps/backend.py
metalq/backends/mps/native_wrapper.py
metalq/backends/mps/secure_backend.py
metalq/backends/mps/secure_mps_backend.py
metalq/lib/default.metallib
metalq/lib/libmetalq.dylib
metalq/torch/__init__.py
metalq/torch/function.py
metalq/torch/layer.py
native/include/metalq.h
native/shaders/measurement.metal
native/shaders/quantum_gates.metal
native/src/adjoint.metal
native/src/adjoint_diff.m
native/src/context_internal.h
native/src/expectation.m
native/src/gate_executor.m
native/src/metalq.m
native/src/quantum_gates.metal
native/src/sampling.m
native/src/state_vector.m
tests/test_all_gates.py
tests/test_api_basic.py
tests/test_backend_cpu.py
tests/test_backend_mps.py
tests/test_basic.py
tests/test_circuit_extended.py
tests/test_complex_gradient.py
tests/test_docs_security.py
tests/test_gpu_correctness.py
tests/test_high_level_gates.py
tests/test_performance.py
tests/test_phase1.py
tests/test_qaoa_maxcut.py
tests/test_qiskit_adapter.py
tests/test_rotation_gates.py
tests/test_secure_expression.py
tests/test_security_error_handling.py
tests/test_torch_basic.py
tests/test_validation_security.py
tests/test_vqe.py