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

create dft_interface module to interface with multiple DFT software. #61

Merged
merged 34 commits into from
Sep 26, 2019

Commits on Sep 19, 2019

  1. copy public version

    jonpvandermause committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    29feb41 View commit details
    Browse the repository at this point in the history
  2. remove files

    jonpvandermause committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    dc8918c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66971bd View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. build an interface folder

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    f5305c0 View commit details
    Browse the repository at this point in the history
  2. changing function name of qe_util

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    5a7ffb4 View commit details
    Browse the repository at this point in the history
  3. revise for the unittest

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    59bf770 View commit details
    Browse the repository at this point in the history
  4. fixing the init function for the module

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    3532ff7 View commit details
    Browse the repository at this point in the history
  5. add dft_interface rst

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    e7c2224 View commit details
    Browse the repository at this point in the history
  6. rename pw_loc to dft_loc

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    c1db084 View commit details
    Browse the repository at this point in the history
  7. add unit test for cp2k interface

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    50e0b73 View commit details
    Browse the repository at this point in the history
  8. add the clean up function back

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    dbd2914 View commit details
    Browse the repository at this point in the history
  9. update gitignore

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    b6ed3fd View commit details
    Browse the repository at this point in the history
  10. clean up redundant codes

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    251bb46 View commit details
    Browse the repository at this point in the history
  11. add unit test for parallel OTF

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    faf303a View commit details
    Browse the repository at this point in the history
  12. remove all the prediction function in otf class for parallel performa…

    …nce. use the function from predict.py now
    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    10c1c31 View commit details
    Browse the repository at this point in the history
  13. resolve name conflict in unit test. so one can run multiple test file…

    … simultaneously
    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    0a89a8b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0afd064 View commit details
    Browse the repository at this point in the history
  15. clean up the os.system a bit

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    8aad339 View commit details
    Browse the repository at this point in the history
  16. properly move the output file to test_out

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    91894e7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7300e8c View commit details
    Browse the repository at this point in the history
  18. add cp2k environment for travis

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    b0d0a22 View commit details
    Browse the repository at this point in the history
  19. try use apt for cp2k-6.2.1

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    1e6782b View commit details
    Browse the repository at this point in the history
  20. try use apt for cp2k-6.2.1

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    0f1ac8e View commit details
    Browse the repository at this point in the history
  21. remove the cp2k installation for now...

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    f3a0ec7 View commit details
    Browse the repository at this point in the history
  22. remove the libblas and liblapack for now...

    Lixin Sun committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    6171965 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. Configuration menu
    Copy the full SHA
    a1ecb16 View commit details
    Browse the repository at this point in the history
  2. remove d3 correction in the unit test

    Lixin Sun committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    3ca4271 View commit details
    Browse the repository at this point in the history
  3. change the reference to no d3 correction

    Lixin Sun committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    ce34b49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f17523 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e173755 View commit details
    Browse the repository at this point in the history
  6. fix the breaking link of cp2k

    Lixin Sun committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    43ef111 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91064a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03cf0cd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

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