python/config.json

50 lines
770 B
JSON
Raw Permalink Normal View History

2024-06-19 17:10:49 +00:00
{
"simulation": {
2024-08-03 17:04:13 +00:00
"num_walker": 10000,
2024-06-19 17:10:49 +00:00
"seed": null
},
"molecule": {
"delta": 161e3,
2024-06-30 10:06:44 +00:00
"eta": 0.1
2024-06-19 17:10:49 +00:00
},
"correlation_times": {
2024-06-30 10:06:44 +00:00
"distribution": "DeltaDistribution",
2024-08-03 17:04:13 +00:00
"tau": {
"list": [1e-4, 1e-3]
}
2024-06-19 17:10:49 +00:00
},
"motion": {
2024-08-03 17:04:13 +00:00
"model": "RandomJump"
2024-06-19 17:10:49 +00:00
},
"spectrum": {
"dwell_time": 1e-6,
"num_points": 4096,
"t_echo": {
2024-06-30 10:06:44 +00:00
"list": [
5e-6,
10e-6,
20e-6,
40e-6,
60e-6,
100e-6
]
2024-06-19 17:10:49 +00:00
},
2024-06-30 10:06:44 +00:00
"line_broadening": 4e3,
"t_pulse": 2e-6
2024-06-19 17:10:49 +00:00
},
"stimulated_echo": {
2024-06-20 17:19:55 +00:00
"t_evo": {
2024-08-01 16:46:28 +00:00
"start": 1e-6,
2024-08-03 17:04:13 +00:00
"stop": 40e-6,
"steps": 39
2024-06-20 17:19:55 +00:00
},
2024-06-19 17:10:49 +00:00
"t_mix": {
2024-08-01 16:46:28 +00:00
"start": 1e-6,
"stop": 1e0,
2024-08-03 17:04:13 +00:00
"steps": 31,
2024-06-19 17:10:49 +00:00
"is_log": true
2024-06-20 17:19:55 +00:00
},
2024-08-01 16:46:28 +00:00
"t_echo": 0e-6
2024-06-19 17:10:49 +00:00
}
2024-08-03 17:04:13 +00:00
}