python/config.json

47 lines
745 B
JSON
Raw Normal View History

2024-06-19 17:10:49 +00:00
{
"simulation": {
2024-08-01 16:46:28 +00:00
"num_walker": 30000,
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-01 16:46:28 +00:00
"tau": 1e-3
2024-06-19 17:10:49 +00:00
},
"motion": {
2024-08-01 16:46:28 +00:00
"model": "TetrahedralJump"
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-06-20 17:19:55 +00:00
"stop": 100e-6,
2024-08-01 16:46:28 +00:00
"steps": 99
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,
"steps": 19,
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
}
}