Dear All:
        I have tested the following correction to the GamessReader.java code  
that picks up some of the calculated MOs that Jmol was missing.  I am  
not sure how to get it put into the code base, so I will post it here.

The fix is to change line 75 of GamessReader.java from:

         } else if (iHaveAtoms && line.indexOf("EIGENVECTORS") >= 0) {
to:
         } else if (iHaveAtoms && (line.indexOf("EIGENVECTORS") >= 0  
|| line.indexOf("MOLECULAR ORBITALS") >= 0)) {

Jonathan

                          Dr. Jonathan H. Gutow
Chemistry Department                                 [EMAIL PROTECTED]
UW-Oshkosh                                           Office:920-424-1326
800 Algoma Boulevard                                 FAX:920-424-2042
Oshkosh, WI 54901
                  http://www.uwosh.edu/faculty_staff/gutow/




-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to