Skip to content

Extract some information from results of opt and scrf Gaussian jobs #278

@FanwangM

Description

@FanwangM

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions