-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
45 lines (36 loc) · 991 Bytes
/
Copy path.env.example
File metadata and controls
45 lines (36 loc) · 991 Bytes
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
# AMPEL360 H₂-BWB-Q Environment Configuration
# Copy this file to .env and customize for your environment
# Project Configuration
PROJECT_NAME=AMPEL360-H2-BWB-Q
PROJECT_VERSION=v1.0
ENVIRONMENT=development
# Optimization Parameters
QAOA_MAX_ITERATIONS=100
CVAR_ALPHA=0.05
RISK_BETA=0.1
# Database Configuration
CANDIDATES_PATH=data/candidates.yaml
CONSTRAINTS_PATH=constraints/hard_constraints.yaml
# Simulation Configuration
SIMULATION_TIMEOUT=300
MAX_CONFIGURATIONS=10000
# H₂ Infrastructure Configuration
H2_PRODUCTION_CAPACITY=1000
H2_STORAGE_PRESSURE=700
H2_DISTRIBUTION_NETWORK=regional
# BWB Configuration
BWB_SPAN_LIMIT=80
BWB_ASPECT_RATIO=5.5
BWB_SWEEP_ANGLE=35
# Quantum Computing Configuration
QUANTUM_BACKEND=simulator
QUANTUM_SHOTS=1024
QUANTUM_OPTIMIZATION_LEVEL=3
# Security Configuration
SECURITY_CLEARANCE_REQUIRED=false
ENCRYPTION_ENABLED=true
AUDIT_LOGGING=true
# Performance Monitoring
METRICS_COLLECTION=true
TELEMETRY_ENDPOINT=localhost:8080
LOG_LEVEL=INFO