gmso icon indicating copy to clipboard operation
gmso copied to clipboard

Visual validation tool for checking to see if an object is fully parameterized

Open CalCraven opened this issue 4 years ago • 0 comments

I worked on a tool to integrate with Foyer that would visually show if an atomtype was missing. It would use py3dmol to show which atoms were missing by coloring them differently. See the attached figure. I want to integrate this into GMSO and also visualize missing angles, dihedrals, bonds etc. Might make the most sense to utilize networkx objects since they're already being used to store connection information, and would be simple to pull information from and figure out where you need to update your forcefield file.

image

CalCraven avatar Nov 12 '20 23:11 CalCraven