Skip to content

O_MBAR Plot #294

Answered by xiki-tempula
hl2500 asked this question in Q&A
Jan 4, 2023 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

@hl2500 Can I have your files? The MBAR plot is based on the ordering to the lambda states, which should be in the same order as the dF states plots. The dhdl_TI is more tricky and more difficult as it kind of did some guessing to combine certain stages together which can break in many cases. For example, if one has

coul = [0.0, 0.5, 1.0, 1.0, 1.0]
vdw = [ 0.0, 0.0, 0.0, 0.5, 1.0]

The dhdl_TI plot will combine

coul = [0.0, 0.5, 1.0]
vdw = [ 0.0, 0.0, 0.0]

to be the coul stage and

coul = [1.0, 1.0, 1.0]
vdw = [0.0, 0.5, 1.0]

to be the vdw stage.

However, if one has

coul = [0.0, 0.5, 1.0, 1.0, 1.0]
vdw = [ 0.0, 0.0, 0.5, 0.5, 1.0]

Where there is an overlap between two stages, this scrip…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@xiki-tempula
Comment options

Comment options

You must be logged in to vote
2 replies
@hl2500
Comment options

@xiki-tempula
Comment options

Answer selected by hl2500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants