python/src/config.json

47 lines
794 B
JSON
Raw Normal View History

2024-06-19 17:10:49 +00:00
{
"simulation": {
2024-06-20 17:19:55 +00:00
"num_walker": 5000,
2024-06-19 17:10:49 +00:00
"seed": null
},
"molecule": {
"delta": 161e3,
"eta": 0.0
},
"correlation_times": {
2024-06-20 17:19:55 +00:00
"distribution": "LogGaussian",
2024-06-19 17:10:49 +00:00
"tau": {
"start": 1e-4,
2024-06-20 17:19:55 +00:00
"stop": 1e-8,
"steps": 9,
2024-06-19 17:10:49 +00:00
"is_log": true
2024-06-20 17:19:55 +00:00
},
"sigma": {
"list": [0.5, 1, 2]
2024-06-19 17:10:49 +00:00
}
},
"motion": {
2024-06-20 17:19:55 +00:00
"model": "TetrahedralJump"
2024-06-19 17:10:49 +00:00
},
"spectrum": {
"dwell_time": 1e-6,
"num_points": 4096,
"t_echo": {
2024-06-20 17:19:55 +00:00
"list": [5e-6, 10e-6, 20e-6, 40e-6, 60e-6, 100e-6]
2024-06-19 17:10:49 +00:00
},
"line_broadening": 2e3
},
"stimulated_echo": {
2024-06-20 17:19:55 +00:00
"t_evo": {
"start": 2e-6,
"stop": 100e-6,
"steps": 98
},
2024-06-19 17:10:49 +00:00
"t_mix": {
2024-06-20 17:19:55 +00:00
"start": 1e-7,
"stop": 1e-1,
"steps": 31,
2024-06-19 17:10:49 +00:00
"is_log": true
2024-06-20 17:19:55 +00:00
},
"t_echo": 15e-6
2024-06-19 17:10:49 +00:00
}
}