Skip to content

Commit

Permalink
Create constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 15, 2024
1 parent 67cf4e9 commit 065f198
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/constants.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Quantum simulation constants
NUM_QUBITS = 10
ENTANGLEMENT_THRESHOLD = 0.5

# AI navigation constants
MODEL_TYPE = "nav_model"
TRAINING_DATA = "nav_data.csv"

# Propulsion system constants
ENERGY_SOURCE = "quantum_fluctuations"
ACCELERATION_RATE = 10.0

0 comments on commit 065f198

Please sign in to comment.