python/src/config.json

39 lines
667 B
JSON
Raw Normal View History

2024-06-19 17:10:49 +00:00
{
"simulation": {
"num_walker": 2500,
"seed": null
},
"molecule": {
"delta": 161e3,
"eta": 0.0
},
"correlation_times": {
"distribution": "DeltaDistribution",
"tau": {
"start": 1e-4,
"stop": 1e-2,
"steps": 6,
"is_log": true
}
},
"motion": {
"model": "RandomJump"
},
"spectrum": {
"dwell_time": 1e-6,
"num_points": 4096,
"t_echo": {
"list": [0, 5e-6, 10e-6, 20e-6, 50e-6, 100e-6, 200e-6]
},
"line_broadening": 2e3
},
"stimulated_echo": {
"t_evo": 10e-6,
"t_mix": {
"start": 1e-5,
"stop": 1e-2,
"steps": 10,
"is_log": true
}
}
}