Re: [Jmol-users] Best way to access getproperty with JSmol

2016-10-22 Thread Mark Perri
ewer.ms.getAuxiliaryInfo(6).__CLASS_NAME__ "java.util.Hashtable" modata = jmolApplet0._applet.viewer.getAuxiliaryInfo(6).get("moData") modata.__CLASS_NAME__ "java.util.Hashtable" and deal with all of those values appropriately as well. On Fri, Oct 21, 2016 at 7:54 PM, M

[Jmol-users] Best way to access getproperty with JSmol

2016-10-21 Thread Mark Perri
Dear users list, I'm trying to get MO energies and vibrational frequencies from a GAMESS output file that I read into JSmol. Right now I use: var x = Jmol.getPropertyAsArray(jmolApplet0,"auxiliaryInfo"); Then I iterate over every frame and look at x.models[i].moData.mos and