python/config.json
2024-08-03 19:04:13 +02:00

50 lines
770 B
JSON

{
"simulation": {
"num_walker": 10000,
"seed": null
},
"molecule": {
"delta": 161e3,
"eta": 0.1
},
"correlation_times": {
"distribution": "DeltaDistribution",
"tau": {
"list": [1e-4, 1e-3]
}
},
"motion": {
"model": "RandomJump"
},
"spectrum": {
"dwell_time": 1e-6,
"num_points": 4096,
"t_echo": {
"list": [
5e-6,
10e-6,
20e-6,
40e-6,
60e-6,
100e-6
]
},
"line_broadening": 4e3,
"t_pulse": 2e-6
},
"stimulated_echo": {
"t_evo": {
"start": 1e-6,
"stop": 40e-6,
"steps": 39
},
"t_mix": {
"start": 1e-6,
"stop": 1e0,
"steps": 31,
"is_log": true
},
"t_echo": 0e-6
}
}