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

Feature: LR-TDDFT support reading fxc from file or calculating fxc by a specified charge file #5393

Open
wants to merge 23 commits into
base: develop
Choose a base branch
from

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    b364da3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1572d0b View commit details
    Browse the repository at this point in the history
  3. minor fix

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c027abb View commit details
    Browse the repository at this point in the history
  4. rename files

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d4f1986 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85b1db0 View commit details
    Browse the repository at this point in the history
  6. update grad and lapl

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e2f7b63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e87340b View commit details
    Browse the repository at this point in the history
  8. update comments

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    68429a5 View commit details
    Browse the repository at this point in the history
  9. rename: lr_init_xc_kernel

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8cdd9c5 View commit details
    Browse the repository at this point in the history
  10. add const before std::set

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b4b1cb6 View commit details
    Browse the repository at this point in the history
  11. rename variables in PotHxcLR

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    31364df View commit details
    Browse the repository at this point in the history
  12. rename gdr as gradrho

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    504e159 View commit details
    Browse the repository at this point in the history
  13. rename spinsize as n_component

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    fb7b93e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    955d5c6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    441e2fa View commit details
    Browse the repository at this point in the history
  16. flatten the map

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1e2ab24 View commit details
    Browse the repository at this point in the history
  17. use std::any_of

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    800a024 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3d2009f View commit details
    Browse the repository at this point in the history
  19. a usage of std::inner_product

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2743d59 View commit details
    Browse the repository at this point in the history
  20. rename 2order_nested_ptr

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ba5b170 View commit details
    Browse the repository at this point in the history
  21. add annotation and minor changes

    Co-authored-by: kirk0830 <[email protected]>
    maki49 and kirk0830 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4633457 View commit details
    Browse the repository at this point in the history
  22. redesign KernelXC: constructor sets all the members

    fix compile
    
    fix a initialize bug
    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    83266da View commit details
    Browse the repository at this point in the history
  23. rename and update doc

    maki49 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    11ab3d6 View commit details
    Browse the repository at this point in the history