We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50415bf commit f9258e6Copy full SHA for f9258e6
vmd/scripts/calc_cv_mass.tcl
@@ -1,3 +1,8 @@
1
+# Compute the reduced mass of a collective variable
2
+# and write its trajectory to a file
3
+
4
+# M = (\nabla xi m^-1 \nabla_xi)^-1
5
+# where m is the diagonal matrix of Cartesian coordinate (ie atom) masses
6
7
proc cv_mass_traj { cv filename } {
8
0 commit comments