-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added flag that forces PLUMED to not use chains when calculating deri…
…vatives
- Loading branch information
Gareth Aneurin Tribello
committed
Jul 4, 2024
1 parent
639e810
commit 2982b55
Showing
7 changed files
with
2,100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include ../../scripts/test.make |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.