-
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.
Started implementing code for ensuring that volume selection works wi…
…th coordination numbers
- Loading branch information
Gareth Aneurin Tribello
authored and
Gareth Aneurin Tribello
committed
Aug 26, 2024
1 parent
c65a33d
commit b978c66
Showing
24 changed files
with
354,872 additions
and
24 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 |
22 changes: 22 additions & 0 deletions
22
regtest/volumes/rt-coordination-insphere-nochain/colvar.reference
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,22 @@ | ||
#! FIELDS time sphere_sum | ||
0.000000 85.1154 | ||
1.000000 67.7521 | ||
2.000000 61.4808 | ||
3.000000 65.1354 | ||
4.000000 71.3407 | ||
5.000000 93.1059 | ||
6.000000 70.7255 | ||
7.000000 70.1769 | ||
8.000000 74.2106 | ||
9.000000 79.9003 | ||
10.000000 71.6773 | ||
11.000000 71.8805 | ||
12.000000 72.1784 | ||
13.000000 51.2954 | ||
14.000000 64.4618 | ||
15.000000 77.5642 | ||
16.000000 59.4365 | ||
17.000000 63.6025 | ||
18.000000 53.0047 | ||
19.000000 67.2229 | ||
20.000000 74.0881 |
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 @@ | ||
plumed_modules="symfunc volumes" | ||
type=driver | ||
arg="--timestep 0.002 --trajectory-stride 500 --dump-forces forces --mf_xtc some_frames.xtc --dump-forces-fmt %8.4f" | ||
extra_files="../../trajectories/some_frames.xtc" | ||
|
||
function plumed_regtest_before() { | ||
export PLUMED_FORBID_CHAINS=yes | ||
} | ||
|
||
function plumed_regtest_after() { | ||
export PLUMED_FORBID_CHAINS=no | ||
} |
Oops, something went wrong.