I am working on a project that requires the following information from geometry optimization result (log file) using Gaussian 16,
- dipole (line 20341-20342 in test_opt.log)
- electronic spatial extent (au) (line 20339 in test_opt.log)
- HUMO and LUMO, (line 20183-20184 in test_opt.log)
- rotational constants (GHZ) (line 20156 in test_opt.log)
and the following from SCRF job,
- SMD-CDS (non-electrostatic) energy (line 824 in test_scrf.log)
- line 605 to line 615 in test_scrf.log
I know you are working heavily on database construction that you may have some unmerged implementation for this already. To just avoid duplicated work, can you share your work if you have some already? @leila-pujal @FarnazH Thanks!
Otherwise, I can try to implement this feature and try to merge it into IOData.
test_opt.log
test_scrf.log