Skip to content

Commit f9258e6

Browse files
committed
Document CV mass script
1 parent 50415bf commit f9258e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vmd/scripts/calc_cv_mass.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
16

27
proc cv_mass_traj { cv filename } {
38

0 commit comments

Comments
 (0)