We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://espressomd.org/html/doc4.0/inter_non-bonded.html#gay-berne-interaction
There is a slight mistake in the fourth equation of this chapter: The first part of the right side of the equation there is written as:
It should be
according to J. G. Gay, J. Chem. Phys. 1981, 74, 3316. (equation 3 in this paper, also equation 8 of the paper).
The dot product is squared in the original equation.
In the code (gb.hpp) it seems to be correct.
Is this the right place to post this?
The text was updated successfully, but these errors were encountered:
Yes, this is the right place. Thank you!
Sorry, something went wrong.
No branches or pull requests
http://espressomd.org/html/doc4.0/inter_non-bonded.html#gay-berne-interaction
There is a slight mistake in the fourth equation of this chapter:
The first part of the right side of the equation there is written as:
It should be
according to J. G. Gay, J. Chem. Phys. 1981, 74, 3316. (equation 3 in this paper, also equation 8 of the paper).
The dot product is squared in the original equation.
In the code (gb.hpp) it seems to be correct.
Is this the right place to post this?
The text was updated successfully, but these errors were encountered: