Skip to content

Commit

Permalink
Create config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 15, 2024
1 parent 867e704 commit 67cf4e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"quantum_simulation": {
"num_qubits": 10,
"entanglement_threshold": 0.5
},
"ai_navigation": {
"model_type": "nav_model",
"training_data": "nav_data.csv"
},
"propulsion_system": {
"energy_source": "quantum_fluctuations",
"acceleration_rate": 10.0
}
}

0 comments on commit 67cf4e9

Please sign in to comment.