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

EPS and DEAD atoms cannot be recognized by fix #8

Open
shelllbw opened this issue Feb 14, 2023 · 0 comments
Open

EPS and DEAD atoms cannot be recognized by fix #8

shelllbw opened this issue Feb 14, 2023 · 0 comments

Comments

@shelllbw
Copy link
Member

shelllbw commented Feb 14, 2023

If any fix command uses "group-ID" containing EPS or DEAD type, make sure such "group-ID" is specified in fix nufeb/eps_extract or fix nufeb/death/diameter. Otherwise, the corresponding EPS or DEAD atoms cannot be recognized by the fix. For example:

#type 2 (eps) is assigned into two groups
group het type 1
group eps type 2
group mix 1 2
#only group "eps" is specified in fix nufeb/eps_extract, secreted EPS will not be assigned to `mix` group
fix eps_ext het nufeb/eps_extract 2 eps .....
#ERROR! fix nve cannot apply to EPS atoms
fix nve mix nve/limit 1e-7
#SOLUTION: use the group-ID specified in fix nufeb/eps_extract
fix nve het nve/limit 1e-7
fix nve eps nve/limit 1e-7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant