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

[WIP] Integration for CP2K #383

Open
wants to merge 55 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 22, 2019

  1. Fixed import.

    nwinner committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    c856382 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. A lot of clean-up. Had not been addressed in a while by the devs it l…

    …ooks like.
    
    Still working on making it a more seemless integration with pymatgen, but it seems to be close to functional at least.
    nwinner committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    8ff38d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87ea810 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Playing with the NEB workflow. Might try to figure out a way to

    avoid using reservation fws.
    nwinner committed May 7, 2019
    Configuration menu
    Copy the full SHA
    29d7e94 View commit details
    Browse the repository at this point in the history
  2. Currently thinking it would be best to use env_chk with vasp_neb_cmd …

    …instead of reservation, then we can just specify the number of images there will be in each calculation and the env variable.
    nwinner committed May 7, 2019
    Configuration menu
    Copy the full SHA
    6c845e6 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. fix

    nwinner committed May 8, 2019
    Configuration menu
    Copy the full SHA
    02776ff View commit details
    Browse the repository at this point in the history
  2. fix

    nwinner committed May 8, 2019
    Configuration menu
    Copy the full SHA
    68e5465 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Minor correction to glue_tasks. If reading in the WAVECAR (which coul…

    …d happen if starting a difficult-to-converge calculation from a previous WAVECAR) then it needs to handle
    
    bytes instead of strings for the file contents.
    nwinner committed May 16, 2019
    Configuration menu
    Copy the full SHA
    2600dca View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    f294cf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2665de6 View commit details
    Browse the repository at this point in the history
  3. Exploring a new firetask.

    nwinner committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    c2a17fa View commit details
    Browse the repository at this point in the history
  4. Debug.

    nwinner committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    6c3872d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Configuration menu
    Copy the full SHA
    5108d19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21b9fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17a466a View commit details
    Browse the repository at this point in the history
  4. Working on this new task.

    nwinner committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    9b1cd17 View commit details
    Browse the repository at this point in the history
  5. Working on Lammps run_calc

    nwinner committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    914b9cd View commit details
    Browse the repository at this point in the history
  6. Debug

    nwinner committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    7005625 View commit details
    Browse the repository at this point in the history
  7. Lammps Run

    nwinner committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    1d2e29e View commit details
    Browse the repository at this point in the history
  8. Working on it.

    nwinner committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    e3d670f View commit details
    Browse the repository at this point in the history
  9. debug

    nwinner committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    748e0c9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9bc9563 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e46e77a View commit details
    Browse the repository at this point in the history
  12. Debug

    nwinner committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    31830ba View commit details
    Browse the repository at this point in the history
  13. debug

    nwinner committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    39d04a7 View commit details
    Browse the repository at this point in the history
  14. debug

    nwinner committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    33e6987 View commit details
    Browse the repository at this point in the history
  15. debug

    nwinner committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    e298e49 View commit details
    Browse the repository at this point in the history
  16. debug

    nwinner committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    d71f00c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Debug.

    nwinner committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    f76d774 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

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

Commits on Feb 23, 2020

  1. First commit for the cp2k module in atomate. Pretty rough, but to start

    testing, I need to push it so I can test on cluster a bit.
    nwinner committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    6262805 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Continuing testing and refinement. Added database and drone functions…

    …. This seems to be the first version that runs everything (create workflow, run, stich together, push to database). There will sitll be testing that needs to be done though.
    nwinner committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    d22d72d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. File copying is a little messy right now. The change of file names ac…

    …ross different Cp2k executions could be problematic. Probably the best way to deal with it is to assert a universal project name with each workflow. I don't like this, because its not as flexible, but it fixes the problem.
    nwinner committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    b137ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9168197 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. File copying is now to the point where things will at least run

    successfully. Might have to decide on universal file naming in order
    to avoid these problems in the future.
    nwinner committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    ab1bd74 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Merge with master

    nwinner committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    7051dd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10f846e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    229a187 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Database was missing kwargs, led to errors.

    Drones needs to use num_sites of structure object.
    nwinner committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    808cb60 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Cleanup.

    nwinner committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    58f2152 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Beginning to integrate the ability to do defect workflows by building

    of of Danny Broberg's implementation for VASP.
    nwinner committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    361cad5 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

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

Commits on Apr 19, 2020

  1. Minor refinements

    nwinner committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    226eabe View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Minor refinements

    nwinner committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    0eaded2 View commit details
    Browse the repository at this point in the history
  2. Typo.

    nwinner committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    b8867c5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

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

Commits on May 18, 2020

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

Commits on May 22, 2020

  1. Missing import statement.

    nwinner committed May 22, 2020
    Configuration menu
    Copy the full SHA
    0bac0d9 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Drones: fft can only apply to array, not array of arrays

    utils: return entire scaling matrix
    nwinner committed May 26, 2020
    Configuration menu
    Copy the full SHA
    f0cc95a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

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

Commits on Jun 15, 2020

  1. Bug.

    nwinner committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    c67165e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

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

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    2b3b579 View commit details
    Browse the repository at this point in the history
  2. Fixing write inputs.py.

    nwinner committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    60c15a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Quick commit. Saving state.

    nwinner committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    4201338 View commit details
    Browse the repository at this point in the history