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

Long range electrostatics #235

Merged
merged 15 commits into from
Sep 17, 2024
Merged

Long range electrostatics #235

merged 15 commits into from
Sep 17, 2024

Conversation

wiederm
Copy link
Member

@wiederm wiederm commented Aug 18, 2024

Description

This PR implements the infrastructure to calculate long-range electrostatics. In the first version, we will calculate the long-range term using a damped coulomb potential (see ref for details).

Todos

  • Add infrastructure to support the calculation of long-range electrostatic in a postprocessing step
  • implement damped coulomb potential
  • add tests

Status

  • Ready to go

@wiederm wiederm added the enhancement New feature or request label Aug 18, 2024
@wiederm wiederm self-assigned this Aug 18, 2024
@wiederm wiederm linked an issue Aug 18, 2024 that may be closed by this pull request
Copy link
Member

@chrisiacovella chrisiacovella left a comment

Choose a reason for hiding this comment

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

The coulomb equation is not implemented correctly. it has an extra 1/r and doesn't have the coulomb constant.

@wiederm
Copy link
Member Author

wiederm commented Sep 14, 2024

Thanks for looking through this. I believe this PR was not ready for review; tests are also missing. I will get this prepared until Monday.

@wiederm wiederm merged commit 56672f3 into main Sep 17, 2024
6 checks passed
@wiederm wiederm deleted the dev-electrostatics branch September 17, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Strategy for long range interactions
2 participants