mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
Adds 16 packages for bosonic tensor networks (quimb, opt_einsum), QAOA shims (cirq, qiskit, qiskit-aer), graph/spectral analysis (networkx, scipy), GPU dispatch (wgpu, ray), database backends (psycopg2-binary, gremlinpython, boto3, pymysql), data/pipeline (pandas, xxhash, pyserial).
42 lines
711 B
Text
42 lines
711 B
Text
# Braid VCN Encoder Pipeline dependencies
|
|
reedsolo>=1.7.0
|
|
cryptography>=41.0.0
|
|
numpy>=1.24.0
|
|
|
|
# QUBO-to-MIP bridge (HiGHS solver)
|
|
highspy>=1.7.0
|
|
|
|
# AlphaProof loop (Ollama API)
|
|
requests>=2.31.0
|
|
|
|
# Bosonic tensor network shim (rrc_bosonic_tensor_network.py)
|
|
quimb>=1.4.0
|
|
opt_einsum>=3.3.0
|
|
|
|
# QAOA adapter shims (cirq, qiskit)
|
|
cirq>=1.3.0
|
|
qiskit>=1.0.0
|
|
qiskit-aer>=0.14.0
|
|
|
|
# Graph algorithms, spectral analysis
|
|
networkx>=3.1
|
|
scipy>=1.11.0
|
|
|
|
# Data & serialization
|
|
pandas>=2.0.0
|
|
xxhash>=3.4.0
|
|
|
|
# GPU compute (wgpu)
|
|
wgpu>=0.19.0
|
|
|
|
# Ray compute dispatch
|
|
ray>=2.9.0
|
|
|
|
# ARM serial (emergency boot, UART probes)
|
|
pyserial>=3.5
|
|
|
|
# Database backends
|
|
psycopg2-binary>=2.9.0
|
|
boto3>=1.28.0
|
|
gremlinpython>=3.7.0
|
|
pymysql>=1.1.0
|