Giter VIP home page Giter VIP logo

Comments (2)

KuangYu avatar KuangYu commented on August 21, 2024

Yes, for Qeq model, DMFF currently only supports rigorously adiabatic solutions (such as matrix inversion or root finding algorithms). It does not provide an extended-Lagrangian integrator yet. So you will have to implement the integrator yourself, or interface DMFF with a MD simulation package with this feature. However, DMFF can provide you with all the gradients you need for this task (like dU/dQ, which you would need in the integrator, can be computed trivially using DMFF).

And as we discussed in the last time, the speed could be a bigger concern if you are going to use DMFF in serious large scale simulations. When we interface DMFF with other MD packages, the data trafficing issue is slowing down the entire simulation. Things could be potentially better if we using JAX to write our own integrator, which is something we are probably going to do in future, but right now it is not the top priority of the development team (as DMFF was primarily designed for model optimization...).

from dmff.

Cynthia-0807 avatar Cynthia-0807 commented on August 21, 2024

Yes, for Qeq model, DMFF currently only supports rigorously adiabatic solutions (such as matrix inversion or root finding algorithms). It does not provide an extended-Lagrangian integrator yet. So you will have to implement the integrator yourself, or interface DMFF with a MD simulation package with this feature. However, DMFF can provide you with all the gradients you need for this task (like dU/dQ, which you would need in the integrator, can be computed trivially using DMFF).

And as we discussed in the last time, the speed could be a bigger concern if you are going to use DMFF in serious large scale simulations. When we interface DMFF with other MD packages, the data trafficing issue is slowing down the entire simulation. Things could be potentially better if we using JAX to write our own integrator, which is something we are probably going to do in future, but right now it is not the top priority of the development team (as DMFF was primarily designed for model optimization...).

Thanks for Prof. Yu's reply and suggestion! For my case, it is a better choice to inplement the model directly in MD engine without the data trafficing between the software.

from dmff.

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.