-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
bugTo be used only in issuesTo be used only in issues
Description
Describe the bug
The number of pairs in selfCoordNum is calculated from a wrong formula:
However, it should be:
(as correctly reported in the doc).
Additionally, the doc wrongly lists cutoff3 as an allowed keyword.
This expression is used in two places:
- To defined a default
upperBoundaryfor theselfCoordNumfunction, which would only apply if the user doesn't provide any. - To allocate a pairlist buffer, but this is harmless because it simply results in a bigger buffer than needed.
Back-end (i.e. package that uses Colvars)
All
Colvars version
All since 020f555
Expected behavior
The number of pairs should be calculated correctly
Output log
Not message in the log: the number of pairs is used to define default boundaries for the CV internally, which would only apply if the user doesn't provide any.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugTo be used only in issuesTo be used only in issues