예제 #1
0
 @Override
 protected void initializeReader() throws Exception {
   lowdenCharges = checkFilter("CHARGE=LOW");
   super.initializeReader();
 }
예제 #2
0
 @Override
 protected void readMolecularOrbitals(int headerType) throws Exception {
   setCalculationType();
   super.readMolecularOrbitals(headerType);
 }