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
b51dcc70
There was an error fetching the commit references. Please try again later.
Commit
b51dcc70
authored
7 years ago
by
Gareth Tribello
Browse files
Options
Downloads
Patches
Plain Diff
Fixed small bug in Q6 + LOCAL_AVERAGE + DUMPMULTICOLVAR
parent
1b2f2234
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES/v2.3.txt
+1
-0
1 addition, 0 deletions
CHANGES/v2.3.txt
src/multicolvar/LocalAverage.cpp
+2
-0
2 additions, 0 deletions
src/multicolvar/LocalAverage.cpp
with
3 additions
and
0 deletions
CHANGES/v2.3.txt
+
1
−
0
View file @
b51dcc70
...
...
@@ -170,6 +170,7 @@ See branch \branch{v2.3} on git repository.
domain not symmetric around zero. See \issue{235} (thanks to Summer Snow for reporting this bug).
- Fixed numerical issue leading to simulations stuck (LatticeReduction problem) with intel compiler and
large simulation cells.
- Fixed a bug affecting \ref LOCAL_AVERAGE and outputting all multicolvars calculated by \ref Q6 with \ref DUMPMULTICOLVAR
For developers:
- plumedcheck validation has been made stricter. All the checks are now described in the developer manual.
...
...
This diff is collapsed.
Click to expand it.
src/multicolvar/LocalAverage.cpp
+
2
−
0
View file @
b51dcc70
...
...
@@ -93,6 +93,8 @@ public:
unsigned
getNumberOfQuantities
()
const
;
/// Actually do the calculation
double
compute
(
const
unsigned
&
tindex
,
AtomValuePack
&
myatoms
)
const
;
/// We overwrite this in order to have dumpmulticolvar working for local average
void
normalizeVector
(
std
::
vector
<
double
>&
vals
)
const
{}
/// Is the variable periodic
bool
isPeriodic
()
{
return
false
;
}
};
...
...
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