pygauss.cclib_patch.parser.data module¶
Classes and tools for storing and handling parsed data
-
class
pygauss.cclib_patch.parser.data.ccData(attributes={})[source]¶ Bases:
objectInitialize the cclibData object.
Normally called in the parse() method of a Logfile subclass.
- Inputs:
- attributes - optional dictionary of attributes to load as data
-
getattributes(tolists=False)[source]¶ Returns a dictionary of existing data attributes.
- Inputs:
- tolists - flag to convert attributes to lists where applicable
-
class
pygauss.cclib_patch.parser.data.ccData_optdone_bool(*args, **kwargs)[source]¶ Bases:
pygauss.cclib_patch.parser.data.ccDataThis is the version of ccData where optdone is a Boolean.