Skip to content

Commit

Permalink
Added flag that forces PLUMED to not use chains when calculating deri…
Browse files Browse the repository at this point in the history
…vatives
  • Loading branch information
Gareth Aneurin Tribello committed Jul 4, 2024
1 parent 639e810 commit 2982b55
Show file tree
Hide file tree
Showing 7 changed files with 2,100 additions and 0 deletions.
1 change: 1 addition & 0 deletions regtest/adjmat/rt-basic-matrix4/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../../scripts/test.make
12 changes: 12 additions & 0 deletions regtest/adjmat/rt-basic-matrix4/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
type=driver
plumed_modules=adjmat
# this is to test a different name
arg="--plumed plumed.dat --ixyz gas-one.xyz --dump-forces forces --dump-forces-fmt=%8.4f" # --debug-forces forces.num"

function plumed_regtest_before() {
export PLUMED_FORBID_CHAINS=yes
}

function plumed_regtest_after() {
export PLUMED_FORBID_CHAINS=no
}
3 changes: 3 additions & 0 deletions regtest/adjmat/rt-basic-matrix4/fcolvar.reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! FIELDS time mts
0.000000 20.46772
1.000000 20.46772
Loading

0 comments on commit 2982b55

Please sign in to comment.