RaulPPelaez / UAMMD

A CUDA project for Molecular Dynamics, Brownian Dynamics, Hydrodynamics... intended to simulate a very generic system constructing a simulation with modules.
GNU General Public License v3.0
52 stars 11 forks source link

Unit in uammd #22

Closed mliyuanjie closed 1 year ago

mliyuanjie commented 1 year ago

Thanks for the nice lib, I am confusing what is the unit each parameters, forexpamle, the viscosity, radisu, box...

RaulPPelaez commented 1 year ago

Hi! UAMMD does not have any unit subsystem. Whatever you provide will be respected. See for instance here https://uammd.readthedocs.io/en/latest/Integrator/BrownianDynamics.html#brownian-dynamics The equations solved by this module are laid out in the top, the parameters you provide when creating it are directly the ones appearing in the equation.

mliyuanjie commented 1 year ago

Hi! UAMMD does not have any unit subsystem. Whatever you provide will be respected. See for instance here https://uammd.readthedocs.io/en/latest/Integrator/BrownianDynamics.html#brownian-dynamics The equations solved by this module are laid out in the top, the parameters you provide when creating it are directly the ones appearing in the equation.

Great Thanks a lot. works very well, excellent project.