-
Notifications
You must be signed in to change notification settings - Fork 78
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
Output (just) atom-typing results #233
Comments
As it stands now, after atomtyping is run, the As for implementation, I wonder if the most intuitive thing is to return a dictionary whose keys are either |
We could remove whitelist and blacklist from the atoms and just operate on a mapping:
Then that mapping IS the output of the atomtyping step and you can just slap it onto the actual atom models. This would also avoid polluting the topology models with atomtyping specific, arguably temporary fields |
This has been taken care of by #249 |
Foyer kinda squishes two steps: determining appropriate atom types and parametrizing a system according to those types. Paul Saxe today suggested it would be useful for these two steps to be more distinct. I'm not quite sure how this would be implemented but I think it's a good idea and would be a step toward making foyer have a more distinct API from mbuild and other packages.
The text was updated successfully, but these errors were encountered: