Giter Club home page Giter Club logo

molecular-dynamics's People

Contributors

acappiello avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

molecular-dynamics's Issues

Wrong force calculation

Firstly i think you are calculating wrong the potential itself

float lj = 24 * epsilon *
(2 * pow(sigr, 12) / (dist * 1e-10) -
pow(sigr, 6) / (dist * 1e-10)); // Newton.

i cant find out why 24 * epsilon or 2 * pow(sigr,12)

Secondly and most important the final force for this kind of potential can be found here is this
R(r) = 4_ε_ [12_σ^12/r^13 - 6_σ^6/r^7]

Finally its not clear if your bbox is implemented in angstrom units and in general its not clear in what units you are working or at least the version on github is not producing the same results as the one in video (atoms stay on bboxs corners if the computation of force is not altered)...

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.