question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi,

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.

  1. In alchemical-analysis, if PV value was available, was added to u_nk. However, in alchemlyb, Total Energy is also added to u_nk. Is there any reason you chose different approach?

  2. 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 for equilibrium_detection, statistical_inefficiency, and more ?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:18 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
mrshirtscommented, May 3, 2019

2- Using soft core distance for coulomb interaction, would not cause error in long range electrostatic energy (Ewald summation method)?

Usually one would use soft core for the short range coulomb, and linear coupling for the long range Ewald summation.

0reactions
msoroushcommented, May 9, 2019

Neglecting the intermolecular van der Waals is an approximation, and I really don’t know how big it is. But that is question that should be independent of the analysis.

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: Screen Shot 2019-05-08 at 8 06 47 PM

If your energy differences that you stick into MBAR are not actually the differences between the energies that are used in the Boltzmann weighting of the configurations (which could happen by neglecting intramolecular interactions), the free energies coming out of MBAR won’t be correct.

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)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found