You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea
Imagine I had a repository of partial charge data for a variety of molecules. This could be computed with a variety of different methods, RESP, RESP2, etc. The repository contains the molecule (with connectivity) and the charges for each atom. Now let's say I have a parmed.Structure or gmso.Topology with the same molecule (so, same elements, same connectivity, but maybe not the same atom ordering, and, maybe the "atom types" are different as well). Could we use some of the graph matching capabilities in foyer to identify which atoms are which and apply the partial charges? Maybe we don't even need some of the foyer fanciness, just networkx? I'd be curious if anyone has thoughts on this.
The text was updated successfully, but these errors were encountered:
Idea
Imagine I had a repository of partial charge data for a variety of molecules. This could be computed with a variety of different methods, RESP, RESP2, etc. The repository contains the molecule (with connectivity) and the charges for each atom. Now let's say I have a
parmed.Structure
orgmso.Topology
with the same molecule (so, same elements, same connectivity, but maybe not the same atom ordering, and, maybe the "atom types" are different as well). Could we use some of the graph matching capabilities infoyer
to identify which atoms are which and apply the partial charges? Maybe we don't even need some of the foyer fanciness, justnetworkx
? I'd be curious if anyone has thoughts on this.The text was updated successfully, but these errors were encountered: