Is there a reason we are sub-classing Element from openMMin some avenues in the code base as well as using parmed's periodic table for inferring elements in some other avenues in the code base? It seems to me that a lot of this can be standardized using ele.
the parmed and openmm element are from the old implementation since gmso and ele does not exist. and I think we should replace them soon to eventually move away from parmed an openmm
Is there a reason we are sub-classing Element from
openMM
in some avenues in the code base as well as using parmed's periodic table for inferring elements in some other avenues in the code base? It seems to me that a lot of this can be standardized usingele
.