Giter Site home page Giter Site logo

Comments (2)

bieniekmateusz avatar bieniekmateusz commented on July 24, 2024

I've rerun the example with -incl_14 option which fills in all the details for the Vaccum MM Energy and what I get is this:
0.000 -2673.714 -11236.322 41.672 19.613 -2953.187 -11363.859 -468.295

With the binding energy MM contribution being -468.295 = -2953.187+-11363.859 - ( -2673.714+-11236.322 + 41.672+19.613 )

Whereas without the -incl_14 option we get this:
0.000 0.000 0.000 0.000 0.000 -321.145 -147.150 -468.295

So -incl_14 is calculated, as it should be, but is not written to the file. I think this is unnecessarily confusing. Not only these values are not written despite being calculated, but the analysis script MmPbSaStat.py still performs the addition on the empty columns pretending to be doing the actual calculation, which was already carried out by the original g_mmpbsa binary file.

from g_mmpbsa.

rjdkmr avatar rjdkmr commented on July 24, 2024

You have already found that -incl_14 option calculates all energies separately. However, without -incl_14 option, interaction energy is directly calculated, that's why other energies are zero.

You may have noticed that calculating energy with -incl_14 is slower because each energy is calculated separately. Also, at the beginning, 1-4 atom pair list is generated that may take very long time. To speed up the calculation, interaction energy between two atom-groups are directly calculated when -incl_14 option is not used. g_mmpbsa does not calculate all energy in details when used without -incl_14. It does not affect the final result as you can see in your result.

MmPbSaStat.py is written in such a way that it can produce correct results with or without -incl_14 option.

from g_mmpbsa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.