cpp/config.txt

21 lines
357 B
Plaintext
Raw Normal View History

2024-08-20 16:44:16 +00:00
# Simulation part
2024-11-04 18:39:53 +00:00
num_walker=20000
2024-08-20 16:44:16 +00:00
# Motion model part
delta=161e3
2024-11-04 18:39:53 +00:00
eta=0.2
2024-08-20 16:44:16 +00:00
# Distribution part
2024-11-04 18:39:53 +00:00
# this tau value is overwritten if sim is run with test.py
2024-08-20 16:44:16 +00:00
tau=1e-1
# Spectrum part
dwell_time=1e-6
num_acq=4096
techo_start=0e-6
techo_stop=40e-6
techo_steps=5
# STE part
2024-09-16 17:52:51 +00:00
tevo_start=1e-6
2024-08-20 16:44:16 +00:00
tevo_stop=60e-6
tevo_steps=121
2024-09-16 17:52:51 +00:00
tmix_start=1e-5
tmix_stop=1e1
2024-11-04 18:39:53 +00:00
tmix_steps=61