OpenFreeEnergy / OpenFreeEnergy/openfe

IntegratorSettings don't all apply to the MD Protocol

Open
#774 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
331
Forks
56
Avg merge
3d 9h
Merged PRs (30d)
13

Description

Looking at the IntegratorSettings, reassign_velocities, n_restart_attempts, and constraint_tolerance, don't get used in the PlainMDProtocol.

This is because the PlainMDProtocol uses a LangevinMiddleIntegrator, whilst the RFE and AFE Protocols use LangevinDynamicsMove.

The difference in use of integrators is expected, but the different classes should really be used to avoid user confusion.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading IntegratorSettings and the PlainMDProtocol, then compare how the RFE and AFE Protocols use LangevinDynamicsMove versus LangevinMiddleIntegrator. Trace reassign_velocities, n_restart_attempts, and constraint_tolerance through each setup; done means the protocol classes make their differing setting behavior explicit and avoid user confusion.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.