GOMC parser
See original GitHub issueHi,
I implemented GOMC parser for alchemlyb and you can find my implementation in my GitHub.
I have few questions about alchemlyb and I would appreciate your help and suggestion.
-
In alchemical-analysis, if
PV
value was available, was added tou_nk
. However, in alchemlyb,Total Energy
is also added tou_nk
. Is there any reason you chose different approach? -
In MBAR documentation it is mentioned that
The MBAR method is only applicable to uncorrelated samples from probability distributions
. Is there any appropriate series that can be applied to Monte Carlo results forequilibrium_detection
,statistical_inefficiency
, and more ?
Issue Analytics
- State:
- Created 4 years ago
- Comments:18 (10 by maintainers)
Top Results From Across the Web
GOMC parsing - alchemlyb - Read the Docs
Parsers for extracting alchemical data from GOMC output files. The parsers featured in this module are constructed to properly parse GOMC free energy...
Read more >GOMC parser · Issue #117 · MobleyLab/alchemical-analysis · GitHub
Hi everyone, I am working on implementing free energy calculation in GOMC and I have been working on GOMC parser for alchemical-analysis and...
Read more >How to? — GOMC 2.75 documentation - GitHub Pages
Since alchemical-analysis is no longer supported by its developers, the GOMC parser for this tool was implemented and stored in a separate repository....
Read more >GOMC Documentation - GitHub
This document will instruct a new user how to download, compile, prepare the input files, and run the GOMC molecular simulation code.
Read more >Update 2.70 to “GOMC: GPU Optimized Monte Carlo for the ...
Major updates in version 2.70 of GOMC include new Monte Carlo moves to enhance ... the GOMC parser for it was stored in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Usually one would use soft core for the short range coulomb, and linear coupling for the long range Ewald summation.
Just to be clear, I am not neglecting the intra nonbonded energy in my simulation. I only couple the nonbonded energy with lambda. When I evaluate the Boltzmann weight (-Beta * change in energy acting on the same configuration space), bonded and intra nonbonded energy will cancel out, since the solute’s configuration is same.
This is a snapshot of Bennett paper:
I feed (deltaE + PV + totalEnergy) to MBAR, where deltaE is change in energy (nonbonded and long range correction), PV (if we are doing NPT simulation), and total energy (as discussed in issue #62)