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

IP/EA-ADC up to 3rd order #168

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open

IP/EA-ADC up to 3rd order #168

wants to merge 40 commits into from

Commits on Aug 24, 2022

  1. empty ADC-IP matrix file

    Adrian Mueller authored and Adrian Mueller committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    a894098 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    0228ea4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    228e34b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e67996a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0c3fc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Working EA-ADC(0/1/2) equations

    fedy9 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    bbd1aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    007e95c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e4fec9 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    5682cc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. sort out code, minor changes

    fedy9 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    54b722c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    5d1eb88 View commit details
    Browse the repository at this point in the history
  2. comment correction

    fedy9 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    e741a77 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. IP/EA ADC(3) energies and pole strengths + generalisation of 'AdcMeth…

    …od.at_level()' + prettying up output of 'ExcitedStates.describe_amplitudes()'
    fedy9 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2c2b2ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47402bb View commit details
    Browse the repository at this point in the history
  3. Update authors

    fedy9 authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    8282d04 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. corrected ea_adc s2s tdm

    fedy9 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7f76e3e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    34e84a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    2de6a19 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    f388516 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. renamed intermediates in ip/ea matrix.py

    There was a name conflict leading to (only) wrong Adc3 equations.
    Intermediates could be grouped together
    fedy9 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    15d726f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. modified AdcMockStates and ref data for IP/EA

    moved 'available_kinds' one level lower to 'method' instead of the
    system/case since it is method dependent
    adapted AdcMockState to have right attributes and gets the right blocks
    fedy9 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9cfce9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8ee7cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d898c48 View commit details
    Browse the repository at this point in the history
  4. detect adc level of ip/ea_adc2x

    fedy9 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c976f79 View commit details
    Browse the repository at this point in the history
  5. PP state_densities tests run again

    Adapted ref data and read-in so that 'available_kinds' is tried to be
    set from system level (normal ref data) and from adc level for adcc ref
    data. De facto checks flexible where 'available_kinds' is stored
    fedy9 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8ec6aa3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f753dde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bcc05e6 View commit details
    Browse the repository at this point in the history
  8. corrected import line

    fedy9 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3181cbb View commit details
    Browse the repository at this point in the history
  9. adapted test_ExcitedStates, old test run again

    added 'pole_strength' tot the property blacklist for pp tests
    added 'is_alpha' attribute to Ex.St. object for the 'describe()' method
    to work properly
    fedy9 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    15e443a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e6a922b View commit details
    Browse the repository at this point in the history
  11. alpha/beta ref data generation + con. prop. tests

    for cn_sto3g, UHF ref. alpha and beta ip/ea ref data generated and
    adapted read-in for those files
    pole_strenghts tests added to test_properties_consistency
    fedy9 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8f5b3c0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    269f58e View commit details
    Browse the repository at this point in the history
  13. removed doubly defined intermediate definitions

    since PP-ADC calculations uses the same intermediates they are now only
    defined once
    fedy9 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8e73f1d View commit details
    Browse the repository at this point in the history
  14. blacklisted excitation properties w.r.t. adc type

    PP and IP/EA ADc calcs have different excitation properties
    Blacklist the non-existing ones
    fedy9 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6d03562 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d36f561 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4029b99 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. typo in test function

    fedy9 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    79f14b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    b52b2f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff1085f View commit details
    Browse the repository at this point in the history
  3. added tests against Q-Chem reference

    added qchem ref data to yml file and added new test file probing
    ip/ea-adc(2/3) energies and pole strengths against qchem implementation
    fedy9 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3f4f504 View commit details
    Browse the repository at this point in the history