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

Non-P3M Coulomb methods maintenance #4218

Merged
merged 5 commits into from
Apr 9, 2021
Merged

Conversation

jngrad
Copy link
Member

@jngrad jngrad commented Apr 9, 2021

Fixes #4217

Description of changes:

  • remove the broken range checks in the python interface of Debye-Hückel
  • refactor exception mechanism for Reaction Field and Debye-Hückel
  • document Reaction Field method

jngrad added 5 commits April 9, 2021 14:52
The core setter now throws exceptions for invalid arguments.
In the previous implementation, the returned error code wasn't
checked, the range checks in the core were not working, and a
range check in the Cython class had diverged.
The core setter now throws exceptions for invalid arguments.
doc/sphinx/electrostatics.rst Show resolved Hide resolved
@jngrad jngrad added the automerge Merge with kodiak label Apr 9, 2021
@kodiakhq kodiakhq bot merged commit d929871 into espressomd:python Apr 9, 2021
@jngrad jngrad deleted the fix-4217 branch April 9, 2021 14:18
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.

Debye-Hückel setter needs refactoring
2 participants