cmelab / cmelab/forcefields

graph matching for type-mapping

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
1
Forks
2
PR merge metrics
No merged PRs in 30d

Description

My current understanding is that openmm gives us interaction information in terms of atom index, which is used consistently for the bonds, angles, dihedrals, and nonbonded interactions. But if we want to use that in HOOMD, we need to know what atom types each of those indexes correspond to. Assuming that the indexing is consistent between openmm and parmed, we can check that the graphs are the same and use the atom_types from parmed structures to map from openmm index. This is a big assumption for complex molecules, so we need to implement something like a networkx tree comparison to show the graphs are isomorphic, but this is tricky with cyclic graphs. But we should do it to be right.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.