File size: 883 Bytes
b793755
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Quantum LIMIT-Graph v2.0 Requirements

# Core Quantum Computing
qiskit>=0.45.0
qiskit-aer>=0.13.0
qiskit-algorithms>=0.2.0
pennylane>=0.32.0
cirq-core>=1.2.0

# Quantum Natural Language Processing
lambeq>=0.3.4

# Classical AI/ML Dependencies
numpy>=1.24.0
torch>=2.0.0
networkx>=3.0
scikit-learn>=1.3.0

# Data Processing
pandas>=2.0.0
matplotlib>=3.7.0
seaborn>=0.12.0

# Existing AI Research Agent Dependencies
langchain>=0.1.0
langgraph>=0.0.40
chromadb>=0.4.0
beautifulsoup4>=4.12.0
requests>=2.31.0

# Development and Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
jupyter>=1.0.0

# Optional: IBM Quantum Access
# qiskit-ibm-runtime>=0.15.0
# qiskit-ibm-provider>=0.7.0

# Optional: Google Quantum AI
# cirq-google>=1.2.0

# Optional: Rigetti Quantum Computing
# pyquil>=4.0.0

# Optional: Amazon Braket
# amazon-braket-sdk>=1.60.0