Calculating COM for coarse-grained structure #886
-
Hello, I am trying to analyze my trajectory from coarse-grained MD trajectory (done by gromacs) and part of my plumed-wham.dat file has following commands: Dim1: GROUP NDX_FILE=index.ndx NDX_GROUP=DimerA I have tried to run the following command: plumed driver --mf_xtc concatenated.xtc --plumed plumed-wham.dat However, when I try to run the script I get an error that it cannot compute COM because masses are unknown (obviously because it is coarse grained structure so plumed cannot recognize atom names and their masses). Is there a way to provide topology info to plumed (for example to provide gromacs tpr file or something). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please check the manual page of driver. You can use a special command to dump mass and charges with a short MD (DUMPMASSCHARGE) and then read it back in driver (with option |
Beta Was this translation helpful? Give feedback.
Please check the manual page of driver.
You can use a special command to dump mass and charges with a short MD (DUMPMASSCHARGE) and then read it back in driver (with option
--mc
).