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

Allow variables in mask expressions in nested 'for mask' loops #941

Merged
merged 6 commits into from
Feb 4, 2022

Conversation

drroe
Copy link
Contributor

@drroe drroe commented Feb 4, 2022

Version 6.2.5.

Allows variables inside mask expressions in nested for mask loops, e.g.

for atoms A1 inmask :2-4@N
  for atoms A2 inmask $A1<@3.0&!$A1
    distance d$A1.$A2 $A1 $A2 out nested2.dat
  done
done

@drroe drroe self-assigned this Feb 4, 2022
@drroe drroe merged commit 16048d1 into Amber-MD:master Feb 4, 2022
@drroe drroe deleted the improve.loops branch February 4, 2022 20:28
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.

1 participant