Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add orca import #1326

Merged
merged 9 commits into from
Sep 2, 2023
Merged

Add orca import #1326

merged 9 commits into from
Sep 2, 2023

Commits on Apr 29, 2023

  1. Add ORCA output file import (porting 1.2 code)

    Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
    ghutchis committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    28e386d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Merge branch 'master' into add-orca-import

    Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
    ghutchis committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    34fa33c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Initial support for geometry import and possibly more

    Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
    ghutchis committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7563130 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Add support for reading vibrations and IR

    Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
    ghutchis committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    58c3071 View commit details
    Browse the repository at this point in the history
  2. Fix formatting and minor bugs

    Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
    ghutchis committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    c988f8e View commit details
    Browse the repository at this point in the history
  3. Fix uint error on Windows

    Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
    ghutchis committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    4710a5b View commit details
    Browse the repository at this point in the history
  4. Fix incorrect cast to double

    Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
    ghutchis committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    db65faa View commit details
    Browse the repository at this point in the history
  5. Ported the regex for orbital coefficients

    Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
    ghutchis committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    afa7c41 View commit details
    Browse the repository at this point in the history
  6. Support open shell calculations and orbital energies

    Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
    ghutchis committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    c2c9fd4 View commit details
    Browse the repository at this point in the history