iodata.formats.gaussianinput module¶
Gaussian input format.
- load_one(lit)[source]¶
Load a single frame from a Gaussian Input File file.
- Parameters:
lit (
LineIterator
) – The line iterator to read the data from.- Returns:
result (dict) – A dictionary with IOData attributes. The following attributes are guaranteed to be loaded:
atcoords
,atnums
,title
.