You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Insufficient sampling might introduce noise and cause matrix elements to deviate to values that would not reflect the uncorrelated nature of force-force covariance of distantly positioned residues.Try increasing the sampling time. This is especially true at the residue level.
7
+
Insufficient sampling might introduce noise and cause matrix elements to deviate to values that would not reflect the uncorrelated nature of force-force covariance of distantly positioned residues.
8
+
Try increasing the sampling time.
9
+
This is especially true at the residue level.
8
10
9
11
For example in a lysozyme system, the residue level contains the largest force and torque covariance matrices because at this level we have the largest number of beads (which is equal to the number of residues in a protein) compared to the molecule level (3 beads) and united-atom level (~10 beads per amino acid).
10
12
13
+
What do I do if there is an error from MDAnalysis not recognising the file type?
Copy file name to clipboardExpand all lines: docs/getting_started.rst
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,10 +81,18 @@ The top_traj_file argument is necessary to identify your simulation data, the ot
81
81
- Description
82
82
- Default
83
83
- Type
84
-
* - ``--top_traj_file``
85
-
- Path to Structure/topology file followed by Trajectory file(s). Any MDAnalysis readable files should work (for example ``GROMACS TPR and TRR`` or ``AMBER PRMTOP and NETCDF``). You will need to output the **coordinates** and **forces** to the **same file** .
84
+
* - ``--top_traj_file``
85
+
- Path to Structure/topology file followed by Trajectory file. Any MDAnalysis readable files should work (for example ``GROMACS TPR and TRR`` or ``AMBER PRMTOP and NETCDF``).
86
86
- Required, no default value
87
87
- list of ``str``
88
+
* - ``--force_file``
89
+
- Path to a file with forces. This option should be used if the forces are not in the same file as the coordinates. It is expected that the force file has the same number of atoms and frames as the trajectory file. Any MDAnalysis readable files should work (for example ``AMBER NETCDF`` or ``LAMMPS DCD``).
90
+
- None
91
+
- ``str``
92
+
* - ``--file_format``
93
+
- Use to tell MDAnalysis the format if the trajectory or force file does not have the standard extension recognised by MDAnalysis.
94
+
- None
95
+
- ``str``
88
96
* - ``--selection_string``
89
97
- Selection string for CodeEntropy such as protein or resid, refer to ``MDAnalysis.select_atoms`` for more information.
0 commit comments