Skip to content
Snippets Groups Projects
Commit 623fc970 authored by carlocamilloni's avatar carlocamilloni
Browse files

removed USE_ALL_DATA from examples

- dumpgrid
- pca
- mds
parent 255eac7d
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,6 @@ The RMSD distance between atoms 1-256 have moved is used to measure the distance ...@@ -59,7 +59,6 @@ The RMSD distance between atoms 1-256 have moved is used to measure the distance
CLASSICAL_MDS ... CLASSICAL_MDS ...
ATOMS=1-256 ATOMS=1-256
METRIC=OPTIMAL-FAST METRIC=OPTIMAL-FAST
USE_ALL_DATA
NLOW_DIM=2 NLOW_DIM=2
OUTPUT_FILE=rmsd-embed OUTPUT_FILE=rmsd-embed
... CLASSICAL_MDS ... CLASSICAL_MDS
......
...@@ -64,7 +64,7 @@ The first two principal components will be output to a file called pca-comp.pdb. ...@@ -64,7 +64,7 @@ The first two principal components will be output to a file called pca-comp.pdb.
will be performed at the end of the simulation. will be performed at the end of the simulation.
\verbatim \verbatim
PCA METRIC=OPTIMAL ATOMS=1-22 STRIDE=1 USE_ALL_DATA NLOW_DIM=2 OFILE=pca-comp.pdb PCA METRIC=OPTIMAL ATOMS=1-22 STRIDE=1 NLOW_DIM=2 OFILE=pca-comp.pdb
\endverbatim \endverbatim
The following input instructs PLUMED to perform a principal component analysis in which the covariance matrix is calculated from chnages in the six distances The following input instructs PLUMED to perform a principal component analysis in which the covariance matrix is calculated from chnages in the six distances
......
...@@ -89,7 +89,6 @@ TORSION ATOMS=1,2,3,4 LABEL=r1 ...@@ -89,7 +89,6 @@ TORSION ATOMS=1,2,3,4 LABEL=r1
TORSION ATOMS=2,3,4,5 LABEL=r2 TORSION ATOMS=2,3,4,5 LABEL=r2
HISTOGRAM ... HISTOGRAM ...
ARG=r1,r2 ARG=r1,r2
USE_ALL_DATA
KERNEL=DISCRETE KERNEL=DISCRETE
GRID_MIN=-3.14,-3.14 GRID_MIN=-3.14,-3.14
GRID_MAX=3.14,3.14 GRID_MAX=3.14,3.14
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment