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 default_gamma and default_gamma_r to rattle methods #1589

Closed
joaander opened this issue Jul 21, 2023 · 1 comment
Closed

Add default_gamma and default_gamma_r to rattle methods #1589

joaander opened this issue Jul 21, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers md MD component

Comments

@joaander
Copy link
Member

Description

Add default_gamma and default_gamma_r arguments to the constructors of:

  • hoomd.md.methods.rattle.Brownian
  • hoomd.md.methods.rattle.Langevin
  • hoomd.md.methods.rattle.OverdampedViscous

Proposed solution

method = hoomd.md.methods.rattle.Brownian(..., default_gamma=1.0, default_gamma_r=(1.0, 1.0, 1.0))

Additional context

Include these arguments for consistency with the non-rattle methods:
https://hoomd-blue--1586.org.readthedocs.build/en/1586/module-md-methods.html#hoomd.md.methods.Brownian

@joaander joaander added enhancement New feature or request good first issue Good for newcomers md MD component labels Jul 21, 2023
@melodyyzh melodyyzh self-assigned this Jul 27, 2023
@joaander
Copy link
Member Author

joaander commented Aug 4, 2023

Fixed in #1596.

@joaander joaander closed this as completed Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers md MD component
Projects
None yet
Development

No branches or pull requests

2 participants