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

Density Screening Refactor Part 1: test_erisieve.py Rework #2547

Merged
merged 19 commits into from
Jun 10, 2022

Commits on Jun 10, 2022

  1. Add new computed_shells_per_iter_ variable, accesible in Python, to H…

    …F wave functions
    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    aa4cda8 View commit details
    Browse the repository at this point in the history
  2. Rework density screening tests in test_erisieve.py

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    40a5109 View commit details
    Browse the repository at this point in the history
  3. Remove writing to bench.dat from DirectJK; will be removed from LinK …

    …in the future
    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    c60062d View commit details
    Browse the repository at this point in the history
  4. Call JK::compute_shells() when LinK is used in DirectJK

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    b13de9b View commit details
    Browse the repository at this point in the history
  5. Clean up JK::computed_shells() warning output

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    b50e709 View commit details
    Browse the repository at this point in the history
  6. Clean up documentation some

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    7519ab2 View commit details
    Browse the repository at this point in the history
  7. Clean up docs some more

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    381193c View commit details
    Browse the repository at this point in the history
  8. Move computed_shells_per_iter_ from HF to JK

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    df959ff View commit details
    Browse the repository at this point in the history
  9. Remove computed_shells_per_iter_ from HF

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    48cda5c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    580734d View commit details
    Browse the repository at this point in the history
  11. Slight cleanup of docs

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    7bb1d31 View commit details
    Browse the repository at this point in the history
  12. Fix typo in export_fock.cc

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    fcb3868 View commit details
    Browse the repository at this point in the history
  13. Make JK::computed_shells() protected member function

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    8ba4417 View commit details
    Browse the repository at this point in the history
  14. Get rid of extraneous spaces

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    366dd5a View commit details
    Browse the repository at this point in the history
  15. Fix a couple of whitespace issues

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    495af44 View commit details
    Browse the repository at this point in the history
  16. Rename computed_shells_ to num_computed_shells_

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    d7bfd8c View commit details
    Browse the repository at this point in the history
  17. Apply Zach's documentation suggestions from code review

    Co-authored-by: Zach Glick <glickzachary@gmail.com>
    David Poole and zachglick authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    11b371c View commit details
    Browse the repository at this point in the history
  18. Update test_erisieve with code review suggestions

    David Poole committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    1edf615 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    59d59f6 View commit details
    Browse the repository at this point in the history