-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed QUATERNION_BOND_PRODUCT to work with new force propegation sche…
…me. Now everything in the code can run with the new scheme
- Loading branch information
Gareth Aneurin Tribello
committed
Sep 12, 2024
1 parent
35802bd
commit 570827a
Showing
5 changed files
with
51 additions
and
94 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
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 |
---|---|---|
@@ -1,12 +1,3 @@ | ||
type=driver | ||
plumed_modules="adjmat crystdistrib" | ||
arg="--plumed plumed.dat --ixyz short.xyz --dump-forces forces --dump-forces-fmt=%8.4f" #--debug-forces=forces.num" | ||
|
||
function plumed_regtest_before() { | ||
export PLUMED_FORBID_CHAINS=no | ||
} | ||
|
||
function plumed_regtest_after() { | ||
export PLUMED_FORBID_CHAINS=yes | ||
} | ||
|
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 |
---|---|---|
@@ -1,11 +1,3 @@ | ||
type=driver | ||
plumed_modules="adjmat crystdistrib" | ||
arg="--plumed plumed.dat --ixyz small.xyz --timestep=0.001 --trajectory-stride=25 --dump-forces forces --dump-forces-fmt=%8.4f" # --debug-forces=forces.num" | ||
|
||
function plumed_regtest_before() { | ||
export PLUMED_FORBID_CHAINS=no | ||
} | ||
|
||
function plumed_regtest_after() { | ||
export PLUMED_FORBID_CHAINS=yes | ||
} |
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
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