Skip to content
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 LangevinDynamics move #298

Merged
merged 3 commits into from
Jul 10, 2020
Merged

Add LangevinDynamics move #298

merged 3 commits into from
Jul 10, 2020

Conversation

rc83
Copy link
Collaborator

@rc83 rc83 commented Jul 2, 2020

Description

Add LangevinDynamics move including user documentation and a minimal example of a LJ fluid.

Thorough review is welcome as (i) the functionality is very new and (ii) the branch split 6 months ago hence several conflicts had to be addressed.

Other related but different fixes are also provided in separate commits, thus ‘rebase and merge’ is a good strategy for merging.

Contributes to #282.

Checklist

  • make test passes with no errors
  • the source code is well documented
  • new functionality includes unittests
  • the user-manual has been updated to reflect the changes
  • I have installed the provided commit hook to auto-format commits (requires clang-format):

Copy link
Owner

@mlund mlund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SHervoe-Hansen @rc83: Very impressive work from both of you. I have comments mostly of cosmetic origin and we can add further testing once this first commit has been merged.

src/energy.cpp Outdated Show resolved Hide resolved
src/energy.h Outdated Show resolved Hide resolved
src/energy.h Show resolved Hide resolved
src/externalpotential.h Outdated Show resolved Hide resolved
src/forcemove.cpp Outdated Show resolved Hide resolved
src/forcemove.cpp Outdated Show resolved Hide resolved
src/forcemove.cpp Outdated Show resolved Hide resolved
src/forcemove.cpp Outdated Show resolved Hide resolved
src/forcemove.h Outdated Show resolved Hide resolved
src/forcemove.h Outdated Show resolved Hide resolved
@mlund mlund added this to the Version 2.5.0 milestone Jul 3, 2020
@mlund mlund linked an issue Jul 7, 2020 that may be closed by this pull request
9 tasks
@mlund mlund removed a link to an issue Jul 7, 2020
9 tasks
@rc83
Copy link
Collaborator Author

rc83 commented Jul 9, 2020

I keep commits as breadcrumbs to easily accommodate any future change requests. I will squash them together and force-push, when approved.

@mlund
Copy link
Owner

mlund commented Jul 9, 2020

Besides the failing unittest, merge at will!

Include a minimal example of LJ fluid.
@rc83 rc83 merged commit 8c0572a into mlund:master Jul 10, 2020
@rc83 rc83 deleted the forcemove branch July 10, 2020 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants