Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-10-08 23:59:57 +02:00
padre a694e1085c
commit fd14a0fda6
Se han modificado 5 ficheros con 96 adiciones y 35 borrados

Ver fichero

@@ -40,5 +40,9 @@ MAX_QUBITS=32
MAX_SHOTS=100000
# Python Bridge Configuration
PYTHON_TIMEOUT=60000
PYTHON_MEMORY_LIMIT=2048
# Timeout for Python commands in milliseconds
# Default: 300000 (5 minutes)
# Increase for complex quantum operations or slower hardware
PYTHON_TIMEOUT=300000
PYTHON_MEMORY_LIMIT=2048
```