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

Introduction of Property objects #220

Merged
merged 81 commits into from Jun 25, 2021

Commits on May 31, 2021

  1. Copy the full SHA
    8f90089 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Copy the full SHA
    521ddc5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    edf5119 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ad24856 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    mrossinek committed Jun 1, 2021
    Copy the full SHA
    18c9f35 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    082cef9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a09d690 View commit details
    Browse the repository at this point in the history
  7. Fix some matrix dimensions

    We really need to properly handle different bases...
    mrossinek committed Jun 1, 2021
    Copy the full SHA
    e99add5 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    bbee7f3 View commit details
    Browse the repository at this point in the history
  9. Add simple BasisTransform

    mrossinek committed Jun 1, 2021
    Copy the full SHA
    090f284 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Copy the full SHA
    daa5c23 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    51834ea View commit details
    Browse the repository at this point in the history
  3. Fix lint

    mrossinek committed Jun 2, 2021
    Copy the full SHA
    406c645 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    89518e7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    37f53bb View commit details
    Browse the repository at this point in the history
  6. Fix mypy in CI

    mrossinek committed Jun 2, 2021
    Copy the full SHA
    c6b2386 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Copy the full SHA
    0e2e6bd View commit details
    Browse the repository at this point in the history
  2. WIP: some improvements

    mrossinek committed Jun 3, 2021
    Copy the full SHA
    b51c01f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7fb3557 View commit details
    Browse the repository at this point in the history
  4. Some cleanup

    mrossinek committed Jun 3, 2021
    Copy the full SHA
    713df03 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4eb21d1 View commit details
    Browse the repository at this point in the history
  6. Fix spell

    mrossinek committed Jun 3, 2021
    Copy the full SHA
    886a36b View commit details
    Browse the repository at this point in the history
  7. Fix lint

    mrossinek committed Jun 3, 2021
    Copy the full SHA
    af1691d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3692340 View commit details
    Browse the repository at this point in the history
  9. Revert "Allow empty operator initialization"

    This reverts commit 3692340.
    mrossinek committed Jun 3, 2021
    Copy the full SHA
    8502675 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    6e18f1e View commit details
    Browse the repository at this point in the history
  11. Simplify some properties

    mrossinek committed Jun 3, 2021
    Copy the full SHA
    2ea0e7c View commit details
    Browse the repository at this point in the history
  12. Some naming updates

    mrossinek committed Jun 3, 2021
    Copy the full SHA
    0cca895 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Fix DipoleMoment

    mrossinek committed Jun 4, 2021
    Copy the full SHA
    a0e4f3d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    42bf7e2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cf42853 View commit details
    Browse the repository at this point in the history
  4. Fix style

    mrossinek committed Jun 4, 2021
    Copy the full SHA
    ba6e807 View commit details
    Browse the repository at this point in the history
  5. Fix mypy

    mrossinek committed Jun 4, 2021
    Copy the full SHA
    2c3a941 View commit details
    Browse the repository at this point in the history
  6. Fix spell

    mrossinek committed Jun 4, 2021
    Copy the full SHA
    7b6b61d View commit details
    Browse the repository at this point in the history
  7. Prepare property unittests

    mrossinek committed Jun 4, 2021
    Copy the full SHA
    ad46798 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    81fbc30 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    423e974 View commit details
    Browse the repository at this point in the history
  10. Fix spell

    mrossinek committed Jun 4, 2021
    Copy the full SHA
    101bd7e View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    56dd9b4 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    e485f22 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    91fe911 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    dcf56f3 View commit details
    Browse the repository at this point in the history
  15. Remove unused test directories

    - electronic bases are merely static files which cannot really be tested
    - vibrational integrals can basically only be tested as part of the vibrational basis tests
    mrossinek committed Jun 4, 2021
    Copy the full SHA
    6b44a4a View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    b1a7e1b View commit details
    Browse the repository at this point in the history
  17. Fix lint

    mrossinek committed Jun 4, 2021
    Copy the full SHA
    840db54 View commit details
    Browse the repository at this point in the history
  18. Remove unused builder utilities

    Unfortunately, the UVCC and CHC unittests still rely on one of the removed, private methods.
    For now, I moved them to the unittest suite but we will properly migrate those tests in the future.
    mrossinek committed Jun 4, 2021
    Copy the full SHA
    9290423 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    a9ed4ad View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    b827358 View commit details
    Browse the repository at this point in the history
  21. Fix spell

    mrossinek committed Jun 4, 2021
    Copy the full SHA
    34bb712 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. De-duplicate code

    mrossinek committed Jun 16, 2021
    Copy the full SHA
    e60f52e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    207e566 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ca267f3 View commit details
    Browse the repository at this point in the history
  4. Make naming consistent

    mrossinek committed Jun 16, 2021
    Copy the full SHA
    55caad5 View commit details
    Browse the repository at this point in the history
  5. Remove unused imports

    mrossinek committed Jun 16, 2021
    Copy the full SHA
    7f6d993 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3da4f16 View commit details
    Browse the repository at this point in the history
  7. Fix docstring titles

    mrossinek committed Jun 16, 2021
    Copy the full SHA
    1334cb9 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    807414b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Copy the full SHA
    e2f0201 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    699ea81 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cc8e045 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a24813f View commit details
    Browse the repository at this point in the history
  5. Fix linters

    mrossinek committed Jun 18, 2021
    Copy the full SHA
    46fbf0f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ba0b9ef View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Copy the full SHA
    8286fe1 View commit details
    Browse the repository at this point in the history
  2. Update docstring

    mrossinek committed Jun 21, 2021
    Copy the full SHA
    cb35a22 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7d9abf3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    170e4ef View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2cdc748 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e06ef17 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    45eafed View commit details
    Browse the repository at this point in the history
  8. Fix linters

    mrossinek committed Jun 21, 2021
    Copy the full SHA
    2351058 View commit details
    Browse the repository at this point in the history
  9. Fix mypy

    mrossinek committed Jun 21, 2021
    Copy the full SHA
    96085f8 View commit details
    Browse the repository at this point in the history
  10. Remove unused import

    mrossinek committed Jun 21, 2021
    Copy the full SHA
    60bb070 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Copy the full SHA
    8752dd7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1243791 View commit details
    Browse the repository at this point in the history
  3. Fix mypy in CI

    mrossinek committed Jun 23, 2021
    Copy the full SHA
    15826a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Add missing docs

    mrossinek committed Jun 25, 2021
    Copy the full SHA
    fc7d070 View commit details
    Browse the repository at this point in the history
  2. Extract validation methods

    mrossinek committed Jun 25, 2021
    Copy the full SHA
    649923f View commit details
    Browse the repository at this point in the history
  3. Extract integral threshold

    mrossinek committed Jun 25, 2021
    Copy the full SHA
    283e85a View commit details
    Browse the repository at this point in the history
  4. Simplify OccupiedModals

    Co-authored-by: Dariusz Lasecki <dal@zurich.ibm.com>
    mrossinek and Dariusz Lasecki committed Jun 25, 2021
    Copy the full SHA
    42bae77 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2609b7d View commit details
    Browse the repository at this point in the history