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

Add support for MM charges and positions. #658

Closed
wants to merge 2 commits into from

Conversation

adam-grofe
Copy link
Contributor

To support QM/MM, we need a method to report the positions and charges of the MM atoms. Here, we add an extension to the xyz file parser to add an optional postscript to provide this data. For the MM charges and positions, we use the same format as the xyz file itself but with an additional column for the charges of the MM atoms. e.g.

3
water
O   0.00   0.00   0.00  
H   1.00   0.00   0.00  
H  -1.00   1.00   1.00  
--MM--
3
MM water
O   0.00   0.00   2.00  -0.6  
H   1.00   0.00   2.00   0.3  
H  -1.00   1.00   3.00   0.3 

Where there is one QM water molecule and one MM water molecule.

@adam-grofe adam-grofe requested a review from a team as a code owner February 6, 2025 16:33
@adam-grofe
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@adam-grofe adam-grofe closed this Feb 10, 2025
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

Successfully merging this pull request may close these issues.

1 participant