i was following the tutorial 7.3 and found that the analysis section contains these boundaries
[0.0,2.6,12.0,'inf']. Should not they be [0.0,4.0,'inf'] since the folded state is within 0 and 4.0 and unfolded state is larger than 4.0?
analysis:
directory: ANALYSIS # specify the directory all analysis files should exist in.
kinetics: # general options for both kinetics routines.
step_iter: 1
evolution: cumulative
extra: [ 'disable-correl' ]
analysis_schemes: # Analysis schemes. Required: name (TEST), states, and bins
TEST:
enabled: True
bins:
- type: RectilinearBinMapper
boundaries:
- [0.0,2.6,12.0,'inf']
states:
- label: bound
coords:
- [0]
- label: unbound
coords:
- [12.1]