Revision: 21136 http://sourceforge.net/p/jmol/code/21136 Author: rkanters Date: 2016-05-26 17:39:37 +0000 (Thu, 26 May 2016) Log Message: ----------- Restricted open shell calculations in Qchem output show 'RESTRICTED' in the header for the MO coefficients. The result is that singly occupied orbital labels would be empty and not contain the spin label it should have.
Modified Paths: -------------- trunk/Jmol/src/org/jmol/adapter/readers/quantum/QchemReader.java Modified: trunk/Jmol/src/org/jmol/adapter/readers/quantum/QchemReader.java =================================================================== --- trunk/Jmol/src/org/jmol/adapter/readers/quantum/QchemReader.java 2016-05-25 18:57:29 UTC (rev 21135) +++ trunk/Jmol/src/org/jmol/adapter/readers/quantum/QchemReader.java 2016-05-26 17:39:37 UTC (rev 21136) @@ -593,7 +593,7 @@ * */ String orbitalType = getTokens()[0]; // is RESTRICTED or ALPHA - alphaBeta = (orbitalType.equals("RESTRICTED") ? "" : "A"); + alphaBeta = "A"; // (orbitalType.equals("RESTRICTED") ? "" : "A"); readMOs(orbitalType.equals("RESTRICTED"), alphas); if (orbitalType.equals("ALPHA")) { // we also have BETA orbitals.... discardLinesUntilContains("BETA"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits