Skip to content

Commit

Permalink
Fixed typo in documention for DOPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Aneurin Tribello authored and Gareth Aneurin Tribello committed Sep 29, 2023
1 parent 5fabfa1 commit 8ed372d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crystdistrib/DopsShortcut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void DopsShortcut::registerKeywords( Keywords& keys ) {
keys.add("atoms-2","SPECIESB","this keyword is used for colvars such as the coordination number. It must appear with SPECIESA. For a full explanation see "
"the documentation for that keyword");
keys.add("compulsory","KERNELFILE","the file containing the list of kernel parameters. We expect h, mu and sigma parameters for a 1D Gaussian kernel of the form h*exp(-(x-mu)^2/2sigma^2)");
keys.add("compulsory","CUTOFF","6.25","to make the calculation faster we calculate a cutoff value on the distances. The input to this keyword determines x in this expreession max(mu + sqrt(2*x)*sigma)");
keys.add("compulsory","CUTOFF","6.25","to make the calculation faster we calculate a cutoff value on the distances. The input to this keyword determines x in this expreession max(mu + sqrt(2*x)/sigma)");
}

DopsShortcut::DopsShortcut(const ActionOptions&ao):
Expand Down

0 comments on commit 8ed372d

Please sign in to comment.