plumed / plumed2

Development version of plumed 2
https://www.plumed.org
GNU Lesser General Public License v3.0
357 stars 284 forks source link

Compute collective variables in MD engine #83

Open GiovanniBussi opened 10 years ago

GiovanniBussi commented 10 years ago

This is something we discussed long ago at the first developer meeting, I add it here even if I think the priority is presently low.

We could add the possibility to compute CVs directly in MD engine. They could be passed as: plumed_cmd("setCV pippo",&pippo); // this will be passed to plumed plumed_cmd("setCVforce pippo",&pippoforce); // this will be retrieve from plumed plumed_cmd("calc"); The MD code would be then responsible to propagate the force to the atoms. This would open to these possibilities:

yuanchaohu commented 6 years ago

That would be good to generalize Plumed well over various research fields