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

Example of a use case that requires Interchange.from_openmm #788

Open
j-wags opened this issue Aug 11, 2023 · 0 comments
Open

Example of a use case that requires Interchange.from_openmm #788

j-wags opened this issue Aug 11, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@j-wags
Copy link
Member

j-wags commented Aug 11, 2023

Description

This example would set up and run a brief simulation of a small nucleic acid with a large surfactant molecule (too large for AM1BCC, must use NAGL)

  • Start with
    • pre-packed PDB with NA, surfactants, waters, and ions
    • Surfactant SDF or SMILES
  • Split surfactants, waters, and ions into PDB A and NA into PDB B
  • Load PDB A using Topology.from_pdb(unique_molecules=[surfactant]), assign surfactant charges using NAGL (0.3.0), make an Interchange using sage-2.1.0 and charge_from_molecules
  • Load PDB B using OpenMM, apply an AMBER NA and water+ions FF to it, run Interchange.from_openmm
  • final_interchange = interchange_from_pdb_A + interchange_from_pdb_B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant