-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
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
Add tutorial on Widom particle insertion #4546
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Maybe @kosovan or @pm-blanco could review it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here, there are some suggestions for changes. The most import would be to state clearly in the introduction what the method does and what will be done throughout the tutorial.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Request for small wording changes in the text.
Co-authored-by: mebrito <mariano.brito@icp.uni-stuttgart.de>
Provide the code for the matplotlib figure and the main simulation loop. Detail the derivation of the analytical formula for the excess potential (DH and Davies) and source the relevant chapter in Atkins' textbook. Reduce the simulation time in the testsuite and make the test deterministic by removing all but one degree of freedom in the P3M algorithm. Flush stdout to avoid breaking stderr (tqdm progress bars). Fix issues in LaTeX equations.
Description of changes: