Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Kurečka
Plumed AlphaFold
Commits
6bf25934
There was an error fetching the commit references. Please try again later.
Commit
6bf25934
authored
6 years ago
by
Gareth Tribello
Browse files
Options
Downloads
Patches
Plain Diff
Now testing WHAM_WEIGHTS and WHAM_HISTOGRAM shortcuts in regtest
parent
ad9cf074
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
regtest/analysis/rt-wham/fes.0.dat.reference
+5
-5
5 additions, 5 deletions
regtest/analysis/rt-wham/fes.0.dat.reference
regtest/analysis/rt-wham/plumed.dat
+3
-10
3 additions, 10 deletions
regtest/analysis/rt-wham/plumed.dat
src/analysis/WhamWeights.cpp
+1
-1
1 addition, 1 deletion
src/analysis/WhamWeights.cpp
with
9 additions
and
16 deletions
regtest/analysis/rt-wham/fes.0.dat.reference
+
5
−
5
View file @
6bf25934
#! FIELDS
ff
.phi fes
#! FIELDS
hh_collect
.phi fes
#! SET normalisation 1.0000
#! SET min_
ff
.phi -pi
#! SET max_
ff
.phi pi
#! SET nbins_
ff
.phi 50
#! SET periodic_
ff
.phi false
#! SET min_
hh_collect
.phi -pi
#! SET max_
hh_collect
.phi pi
#! SET nbins_
hh_collect
.phi 50
#! SET periodic_
hh_collect
.phi false
-3.1416 53.0597
-3.0159 47.2084
-2.8903 44.8862
...
...
This diff is collapsed.
Click to expand it.
regtest/analysis/rt-wham/plumed.dat
+
3
−
10
View file @
6bf25934
...
...
@@ -37,19 +37,12 @@ rp: RESTRAINT ARG=phi KAPPA=200.0 ...
}
...
REWEIGHT_WHAM ...
ARG=rp.bias
TEMP=300
LABEL=ww
... REWEIGHT_WHAM
PRINT ARG=phi,psi FILE=colvar
#PRINT ARG=rp0.bias,rp1.bias,rp2.bias,rp3.bias,rp4.bias,rp5.bias,rp6.bias,rp7.bias,rp8.bias,rp9.bias,rp10.bias,rp11.bias,rp12.bias,rp13.bias,rp14.bias,rp15.bias,rp16.bias,rp17.bias,rp18.bias,rp19.bias,rp20.bias,rp21.bias,rp22.bias,rp23.bias,rp24.bias,rp25.bias,rp26.bias,rp27.bias,rp28.bias,rp29.bias,rp30.bias,rp31.bias FILE=bias
weig: COLLECT_FRAMES STRIDE=1 LOGWEIGHTS=ww
ff: COLLECT_FRAMES ARG=phi STRIDE=1 LOGWEIGHTS=ww
OUTPUT_ANALYSIS_DATA_TO_COLVAR USE_OUTPUT_DATA_FROM=weig FILE=wham-weights FMT=%8.4f
hh: HISTOGRAM ARG=ff.phi GRID_MIN=-pi GRID_MAX=pi GRID_BIN=50 KERNEL=DISCRETE
WHAM_WEIGHTS BIAS=rp.bias TEMP=300 FILE=wham-weights FMT=%8.4f
hh: WHAM_HISTOGRAM ARG=phi BIAS=rp.bias TEMP=300 GRID_MIN=-pi GRID_MAX=pi GRID_BIN=50
fes: CONVERT_TO_FES GRID=hh TEMP=300
DUMPGRID GRID=fes FILE=fes.dat FMT=%8.4f
...
...
This diff is collapsed.
Click to expand it.
src/analysis/WhamWeights.cpp
+
1
−
1
View file @
6bf25934
...
...
@@ -62,7 +62,7 @@ ActionShortcut(ao)
readInputLine
(
rew_line
);
// Input for COLLECT_FRAMES
std
::
string
col_line
=
getShortcutLabel
()
+
"_collect: COLLECT_FRAMES LOGWEIGHTS="
+
getShortcutLabel
()
+
"_weights"
;
std
::
string
stride
;
parse
(
"STRIDE"
,
stride
);
col_line
+=
"STRIDE="
+
stride
;
std
::
string
stride
;
parse
(
"STRIDE"
,
stride
);
col_line
+=
"
STRIDE="
+
stride
;
readInputLine
(
col_line
);
// Input for line to output data
std
::
string
out_line
=
"OUTPUT_ANALYSIS_DATA_TO_COLVAR USE_OUTPUT_DATA_FROM="
+
getShortcutLabel
()
+
"_collect"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment