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

support pyGSM to QChem for QMMM system #12

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

shihchengli
Copy link

@shihchengli shihchengli commented Dec 30, 2020

The original version will take into account the geometry of QM and MM regions to generate internal coordinates, but in fact, the MM area will not be moved, so there is no need to generate internal coordinates related to the MM region. I made a small modification here to provide another approach to support the QMMM system. The concept is only generating the internal coordinates about the QM region.

The user needs to support three files, MM_region.txt, link.txt, and frozen.txt.

  • Inside MM_region.txt, it includes the geometry information for every MM region atom, following format.
  • Inside link.txt, it should have <Bond 1> <Bond 2> <Bond 3> <Bond 4> information for every atom.
  • Inside frozen.txt, it includes the index of hydrogen caps. (index starting from 0)

Besides, the starting geometry for GSM should be a cluster model that includes the geometry of the QM region and hydrogen caps for an internal coordinate generation purpose.

@shihchengli shihchengli reopened this Dec 30, 2020
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