From: SourceForge.net <no...@so...> - 2012-11-05 21:26:17
|
Bugs item #1784327, was opened at 2007-08-29 11:23 Message generated for change (Settings changed) made by langner You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=819222&aid=1784327&group_id=161285 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Parsers Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Noel O'Boyle (baoilleach) Assigned to: Nobody/Anonymous (nobody) Summary: Can't handle GAMESS TD-DFT Initial Comment: Vitaliy Gorbenko contacted GaussSum. It seems that cclib can't handle GAMESS and PC GAMESS TD-DFT. I haven't verified the problem. He provided an input and output file but I include here only the keywords for the input: GAMESS: $CONTRL SCFTYP=RHF DFTTYP=B3LYP TDDFT=EXCITE $END $SYSTEM TIMLIM=3000 MWORDS=50 $END $BASIS GBASIS=N21 ngauss=3 NDFUNC=1 $END $TDDFT NSTATE=10 $END $DAT He also reported problems with PC GAMESS: $CONTRL SCFTYP=RHF CITYP=CIS COORD=CART MAXIT=1000 $END $SYSTEM TIMLIM=3000 MEMORY=10000000 $END $BASIS GBASIS=N21 ngauss=3 NDFUNC=1 $END $SCF DIIS=.F. SHIFT=.T. SOSCF=.T. $END $CIS NSTATE=80 ISTSYM=0 ISTATE=1 $END $DAT and also: $CONTRL SCFTYP=RHF DFTTYP=B3LYP CITYP=TDDFT COORD=CART MAXIT=1000 $END $SYSTEM TIMLIM=3000 MEMORY=10000000 $END $BASIS GBASIS=STO ngauss=3 NDFUNC=1 $END $SCF DIIS=.F. SHIFT=.T. SOSCF=.T. $END $TDDFT NSTATE=80 ISTSYM=0 ISTATE=1 TDA=.t. $END $DAT ---------------------------------------------------------------------- >Comment By: Karol Langner (langner) Date: 2012-11-05 13:26 Message: We've been handling TD logfiles for some time now, and I believe these input decks are covered by the unit tests. ---------------------------------------------------------------------- Comment By: Noel O'Boyle (baoilleach) Date: 2007-11-06 07:47 Message: Logged In: YES user_id=850620 Originator: YES The problem appears to be that etoscs is not parsed. I am looking into this... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=819222&aid=1784327&group_id=161285 |