From: SourceForge.net <no...@so...> - 2009-12-27 16:07:01
|
Feature Requests item #2921890, was opened at 2009-12-27 17:07 Message generated for change (Tracker Item Submitted) made by xaverxn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=819225&aid=2921890&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: None Group: None Status: Open Priority: 5 Private: No Submitted By: xaverxn (xaverxn) Assigned to: Nobody/Anonymous (nobody) Summary: Make scfvalues available from non-#P Gaussian files Initial Comment: So far, cclib can extract certain information only from gaussian files with additional output activated (#P keyword). As you can see from my last bug report, this is true for the number of steps needed for SCF convergence (but maybe others, too). As this information is available from non-#P logs as well, I'd like to be able to get it from cclib, too. Of course the content of 'scfvalues' can't be extracted. If you don't want to change it's content structure, you could simply create as many empty lists as steps needed, so len(data.scfvalues) gives the right number for #P and non-#P logs. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=819225&aid=2921890&group_id=161285 |