Skip to content
Snippets Groups Projects
Commit e7c9e02d authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Regtest

Addresses #226
parent 0b42847d
No related branches found
No related tags found
No related merge requests found
include ../../scripts/test.make
type=driver
arg="--plumed plumed.dat --ixyz traj.xyz --length-units=A"
# this is to avoid storing a huge traj file
# just to have >100k atoms
function plumed_regtest_before(){
awk 'BEGIN{
n=100010;
print n
print 0,0,0
for(i=1;i<=n;i++) print "Ar",i*0.001,i*0.001,i*0.001
}' > traj.xyz
}
r: RMSD REFERENCE=ref.pdb TYPE=SIMPLE
PRINT ARG=r FILE=rmsd
ATOM 1 A XXX 2 0.001 0.001 0.001 1.00 1.00
ATOM A0000 A XXX 2 100.000 100.000 100.000 1.00 1.00
ATOM A0001 A XXX 2 100.001 100.001 100.001 1.00 1.00
#! FIELDS time r
0.000000 0.000000
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