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

Residence time #42

Open
BerndDoser opened this issue Jul 11, 2024 · 0 comments · May be fixed by #43
Open

Residence time #42

BerndDoser opened this issue Jul 11, 2024 · 0 comments · May be fixed by #43
Assignees
Labels
feature Add awesome feature
Milestone

Comments

@BerndDoser
Copy link
Member

Additional atomic group pairs will be added to determine the residence time between the ligand and receptor. The atomic group pairs receptor_group_<n> and ligand_group_<n> must be defined in the index file (.ndx), e.g.

[ receptor_group_1 ]
   1    2
[ ligand_group_1 ]
   4    5

During the simulation, the distances between the center of mass (COM) of each pair will be calculated at every RAMD evaluation step.
If the average of all distances exceeds the parameter 'ramd-residence-dist,' a message will be logged in the simulation file.

==== RAMD ==== Residence time obtained after <x> steps.

This message will only printed once.

Two new MDP options will be integrated:

  • ramd-use-residence-dist
    If 'yes', the residence time will be printed to the log file. The default value is 'no'.

  • ramd-residence-dist
    Residence distance in nm. If the ligand is within this distance from the receptor, it is considered to be bound. The default value is 0.55 nm.

The COM distances for the residence time will be saved in the last columns of the xvg file using the -ramd flag.

@BerndDoser BerndDoser self-assigned this Jul 11, 2024
@BerndDoser BerndDoser added the feature Add awesome feature label Jul 11, 2024
@BerndDoser BerndDoser added this to the 2.2 milestone Jul 11, 2024
@BerndDoser BerndDoser linked a pull request Jul 11, 2024 that will close this issue
@BerndDoser BerndDoser linked a pull request Jul 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add awesome feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant