GithubHelp home page GithubHelp logo

Comments (4)

peastman avatar peastman commented on June 6, 2024

I don't see the force being calculated twice. Each time through the loop it prints two lines (one with force_old and one with force_new). And NUM_PARTICLECORR is clearly 2, since there are lines with index=0 and index=1. So there should be four lines printed for each step, which is what it shows. Am I missing something?

from openmm.

yongyouhe avatar yongyouhe commented on June 6, 2024

I don't see the force being calculated twice. Each time through the loop it prints two lines (one with force_old and one with force_new). And NUM_PARTICLECORR is clearly 2, since there are lines with index=0 and index=1. So there should be four lines printed for each step, which is what it shows. Am I missing something?

Maybe I didn't express the question clearly.
There are two identical step 1110 being output. Is it normal to output twice? Then why are force_old (0.0 and -13.897074 for index=0) and force_new (0.021701 and -13.875373 for index=0) different each time they are output?
The twice outputs imply that the execute() function of this forcekernel was executed twice. Where should this function be called separately? I can only think of one place: each step LanveginIntegrator is executed. context->calcForcesAndEnergy(true, false, getIntegrationForceGroups());

from openmm.

peastman avatar peastman commented on June 6, 2024

Can you show your code that executes it? If the force is being evaluated twice, there's generally a reason for it.

from openmm.

yongyouhe avatar yongyouhe commented on June 6, 2024

Can you show your code that executes it? If the force is being evaluated twice, there's generally a reason for it.

Sorry to reply so late. I had found the problem -- I made a simple mistake when writing the simulation run script. For testing purposes, I ran the simulation for one step and then output the energy using getState() each time. So, it is the function getState() that leads to the second output of Step 1110.

Thanks for your reply!
Best regards.

from openmm.

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.