forked from plumed/plumed2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sum over past hills and addition of a potential on a grid are now parallelized
- Loading branch information
1 parent
d3f645a
commit 1f6fa1d
Showing
15 changed files
with
2,323 additions
and
7 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,6 @@ | ||
#! FIELDS time mu1 vol md.bias | ||
0.000000 1.163 127.933 0.000 | ||
0.050000 1.131 127.933 0.950 | ||
0.100000 1.098 127.933 1.759 | ||
0.150000 1.080 127.933 2.578 | ||
0.200000 1.087 127.933 3.651 |
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,7 @@ | ||
#! FIELDS time mu1 vol sigma_mu1 sigma_vol height biasf | ||
#! SET multivariate false | ||
0 1.162646040831079 127.932640011072 0.1 0.2 1 1 | ||
0.05 1.130546273059004 127.932640011072 0.1 0.2 1 1 | ||
0.1 1.097928292824707 127.932640011072 0.1 0.2 1 1 | ||
0.15 1.080244153391634 127.932640011072 0.1 0.2 1 1 | ||
0.2 1.086854650075657 127.932640011072 0.1 0.2 1 1 |
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,13 @@ | ||
|
||
test: | ||
../scripts/run | ||
|
||
reset: | ||
../scripts/reset | ||
|
||
clean: | ||
rm -fr tmp/ report.txt | ||
|
||
valgrind: | ||
../scripts/run --valgrind | ||
|
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,6 @@ | ||
mpiprocs=2 | ||
type=driver | ||
# this is to test a different name | ||
arg="--plumed plumed.dat --trajectory-stride 10 --timestep 0.005 --ixyz trajectory.xyz --dump-forces forces --dump-forces-fmt=%10.6f | ||
--box 5.0388,5.0388,5.0388" | ||
extra_files="../trajectories/trajectory.xyz" |
Oops, something went wrong.