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] Port Lattice Dynamics workflow into main #788

Closed
wants to merge 196 commits into from

Commits on Jun 21, 2019

  1. new directory test

    rees-c committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    1cdd2da View commit details
    Browse the repository at this point in the history
  2. new directory test

    rees-c committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    5524212 View commit details
    Browse the repository at this point in the history
  3. new directory test

    rees-c committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    84f3f11 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. new directory test

    rees-c committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    da035b7 View commit details
    Browse the repository at this point in the history
  2. Confirmed supercell volume compares with Pymatgen's volume

    Added functionality for constraining supercell to a min number of atoms on top of the X times NN distances.
    rees-c committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    d4d968c View commit details
    Browse the repository at this point in the history
  3. Added handling for transformation matrices with zero columns/rows (i.…

    …e. materials with extremely high/low angles)
    rees-c committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    dad4b47 View commit details
    Browse the repository at this point in the history
  4. Handling for max_atoms

    rees-c committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    1fc5894 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a79d3aa View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    7154322 View commit details
    Browse the repository at this point in the history
  2. Revised script and tested for reading, updating, and writing namelist…

    … files from a Python dict.
    rees-c committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    b58bc35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a517f3 View commit details
    Browse the repository at this point in the history
  4. Made a custom IO writer from a dict to a string to a file since f90nm…

    …l was not writing files in format that was readable by ShengBTE.
    rees-c committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    f361575 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. CSLD workflow first try

    rees-c committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ba5ffaa View commit details
    Browse the repository at this point in the history
  2. quick change

    rees-c committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    3bc76b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

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

Commits on Jul 16, 2019

  1. first pass local debugging

    rees-c committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    f153438 View commit details
    Browse the repository at this point in the history
  2. Fixed workflow generation script and added perturbed supercells as a …

    …required param (for putting poscars inside displacement folders)
    rees-c committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    1f41767 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d480e6d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. IT WORKS LETS GOOOOOO

    rees-c committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    c83bdd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9727d28 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

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

Commits on Jul 23, 2019

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

Commits on Jul 26, 2019

  1. Configuration menu
    Copy the full SHA
    fd3cc88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29fc198 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bf9a04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1468fc9 View commit details
    Browse the repository at this point in the history
  5. Minor edits

    rees-c committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    b3977c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

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

Commits on Jul 31, 2019

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

Commits on Aug 1, 2019

  1. - Updated workflow to reflect changes in PerturbStructureTransformati…

    …on and diagonal CubicSupercellTransformation
    rees-c committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    ca155ac View commit details
    Browse the repository at this point in the history
  2. -Added a new csld analysis file to atomate

    parse_outputs:
    - Made export_sbte be the diagonal of the trans_mat rather than 5,5,5
    - Added supercell structure and trans_mat to the CSLD firework DB summary
    - Passed trans_mat into the sbte firetask
    
    csld:
    - Minor edits
    rees-c committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    c07c4a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6a45e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Working workflow

    rees-c committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    d7d466c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Updated doc strings and comments for CSLD firetasks and moved code ou…

    …tside the grid search loop
    rees-c committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    7101fdc View commit details
    Browse the repository at this point in the history
  2. Updated trans_mat doc string

    rees-c committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    f939817 View commit details
    Browse the repository at this point in the history
  3. docstring

    rees-c committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    637b571 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

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

    rees-c committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    298ac14 View commit details
    Browse the repository at this point in the history
  3. Delete

    rees-c committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    b53e626 View commit details
    Browse the repository at this point in the history
  4. Delete

    rees-c committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    5a18d47 View commit details
    Browse the repository at this point in the history
  5. Delete

    rees-c committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    6f9cb86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ce1414 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5e16f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

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

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    53eb021 View commit details
    Browse the repository at this point in the history
  2. Junsoo's

    rees-c committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    d110342 View commit details
    Browse the repository at this point in the history
  3. debug

    rees-c committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    80a5bcd View commit details
    Browse the repository at this point in the history
  4. last cleanup of the term

    rees-c committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    79e47d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Merge with master

    utf committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    f288925 View commit details
    Browse the repository at this point in the history
  2. Remove optional requirements

    utf committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    1ed7d5a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Begin refactoring workflow

    utf committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    26565e7 View commit details
    Browse the repository at this point in the history
  2. Remove old firetasks

    utf committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    7a7f01d View commit details
    Browse the repository at this point in the history
  3. Add ShengBTE command to config

    utf committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    0b4200a View commit details
    Browse the repository at this point in the history
  4. Update requirements

    utf committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    189c6f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d1f1b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08ba6a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0dee6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    728556b View commit details
    Browse the repository at this point in the history
  9. Rewrite lattice dynamics workflow

    utf committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    31d9869 View commit details
    Browse the repository at this point in the history
  10. Add optional requirements

    utf committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    a710c64 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    63a47de View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    35395fe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5149cd1 View commit details
    Browse the repository at this point in the history
  14. Add pymongo to requirements

    utf committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    05b8f87 View commit details
    Browse the repository at this point in the history
  15. Remove circular imports

    utf committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    7e5853d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Use proper name for 3rd order fc

    utf committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    5c0f122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af7c88a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a84b1a3 View commit details
    Browse the repository at this point in the history
  4. Run isort and black

    utf committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    0f8b40e View commit details
    Browse the repository at this point in the history
  5. Update docstrings

    utf committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    3bbe9dd View commit details
    Browse the repository at this point in the history
  6. Rewrite preset workflow

    utf committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    7cb526c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e4abbd View commit details
    Browse the repository at this point in the history
  8. Tidy polarization tests

    utf committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    45fcce6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    19baa31 View commit details
    Browse the repository at this point in the history
  10. Finish tidying polarization tests

    utf committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    fcdf2e6 View commit details
    Browse the repository at this point in the history
  11. Add lattice dynamics test files

    utf committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    e7df633 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ece8f4d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5b3ae8d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9034639 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    e5b8f6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d902dd4 View commit details
    Browse the repository at this point in the history
  3. Update firetasks

    utf committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    07415ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cfbc10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a3cd03 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

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

Commits on Apr 7, 2020

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

    utf committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    23b88a1 View commit details
    Browse the repository at this point in the history
  3. Tweak lattice dynamics settings

    utf committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    16220e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f01492 View commit details
    Browse the repository at this point in the history
  5. Lattice dynamics settings tweaks

    utf committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    4fc07c1 View commit details
    Browse the repository at this point in the history
  6. Copy vasp outputs

    utf committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    c32ad58 View commit details
    Browse the repository at this point in the history
  7. Fix bug in lattice dynamics wf

    utf committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    1093d50 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Tweak VaspToDb params

    utf committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    cf16091 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    3799399 View commit details
    Browse the repository at this point in the history
  2. optimize drone parsing

    utf committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    c3d5e15 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. fix typo in hiphive analysis

    utf committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    a2932fe View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

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

Commits on May 24, 2021

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

Commits on May 26, 2021

  1. gruneisen and CTE

    jsyony37 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    8f4f7e3 View commit details
    Browse the repository at this point in the history
  2. gruneisen

    jsyony37 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    13a2afb View commit details
    Browse the repository at this point in the history
  3. gruneisen

    jsyony37 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    b148805 View commit details
    Browse the repository at this point in the history
  4. gruneisen

    jsyony37 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    f8b0711 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. imports

    jsyony37 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    1e75a82 View commit details
    Browse the repository at this point in the history
  2. FW

    jsyony37 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    d635465 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. VASP runs successfully

    jsyony37 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    13ec960 View commit details
    Browse the repository at this point in the history
  2. no DEFAULT TEMPERATURE

    jsyony37 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    7e0ad04 View commit details
    Browse the repository at this point in the history
  3. T_KLAT

    jsyony37 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    63153da View commit details
    Browse the repository at this point in the history
  4. T_RENORM

    jsyony37 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    7872cc0 View commit details
    Browse the repository at this point in the history
  5. import renormalization

    jsyony37 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    b29f808 View commit details
    Browse the repository at this point in the history
  6. parameters to best_fit

    jsyony37 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    11a3837 View commit details
    Browse the repository at this point in the history
  7. cluster_space to best_fit

    jsyony37 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    cd00c73 View commit details
    Browse the repository at this point in the history
  8. get_cutoffs

    jsyony37 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    fddd968 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. cutoff vs cell_size

    jsyony37 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    c094a17 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. bulk_mod input

    jsyony37 committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    79348b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. separate fitting

    jsyony37 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    cc7520c View commit details
    Browse the repository at this point in the history
  2. separate fitting

    jsyony37 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    b546d06 View commit details
    Browse the repository at this point in the history
  3. separate fitting

    jsyony37 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    0b34670 View commit details
    Browse the repository at this point in the history
  4. separate fitting

    jsyony37 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    ce3d58d View commit details
    Browse the repository at this point in the history
  5. separate fitting

    jsyony37 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    788d55b View commit details
    Browse the repository at this point in the history
  6. separate fitting

    jsyony37 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    05ef57b View commit details
    Browse the repository at this point in the history
  7. separate fitting

    jsyony37 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    358990d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. presets + other things

    jsyony37 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    67ca80e View commit details
    Browse the repository at this point in the history
  2. presets

    jsyony37 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9b36f4b View commit details
    Browse the repository at this point in the history
  3. preset

    jsyony37 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    77bdda7 View commit details
    Browse the repository at this point in the history
  4. preset

    jsyony37 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    029512d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. update

    jsyony37 committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    93dc95b View commit details
    Browse the repository at this point in the history
  2. update

    jsyony37 committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    387146b View commit details
    Browse the repository at this point in the history
  3. update

    jsyony37 committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    714c19c View commit details
    Browse the repository at this point in the history
  4. update

    jsyony37 committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    acb1885 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. fixed cutoff

    jsyony37 committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    c69d031 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. update

    jsyony37 committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    b637d9a View commit details
    Browse the repository at this point in the history
  2. disp_cut

    jsyony37 committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    aae581b View commit details
    Browse the repository at this point in the history
  3. disp_cut fix

    jsyony37 committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    abc7626 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a1ab26 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. renormalization

    Junsoo Park authored and Junsoo Park committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    57b65d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. any changes?

    Junsoo Park authored and Junsoo Park committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    67c319b View commit details
    Browse the repository at this point in the history
  2. workflow name

    Junsoo Park authored and Junsoo Park committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    e46fc3a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. firetask error fix

    Junsoo Park authored and Junsoo Park committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    fe2ab36 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. T_qha

    Junsoo Park authored and Junsoo Park committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    6ee2160 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. T_qha

    jsyony37 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8060c6d View commit details
    Browse the repository at this point in the history
  2. T_qha

    Junsoo Park authored and Junsoo Park committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    826ec95 View commit details
    Browse the repository at this point in the history
  3. max cutoff

    Junsoo Park authored and Junsoo Park committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8bcafa3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. file copy

    Junsoo Park authored and Junsoo Park committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    30a0721 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. clusterspace

    Junsoo Park authored and Junsoo Park committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    109ea74 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. calc_loc

    Junsoo Park authored and Junsoo Park committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    85b6f3c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. renormalization calc_loc

    Junsoo Park authored and Junsoo Park committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    331348a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. copy_files

    jsyony37 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    fbd3345 View commit details
    Browse the repository at this point in the history
  2. add_attiaional_fields_to_taskdocs

    Junsoo Park authored and Junsoo Park committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0a39f6d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. RunHiPhiveRenorm

    Junsoo Park authored and Junsoo Park committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    686b5cd View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. revert to structure container for fitting

    Junsoo Park authored and Junsoo Park committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    0d61357 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. fit_data parallel

    Junsoo Park authored and Junsoo Park committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5867977 View commit details
    Browse the repository at this point in the history
  2. typo

    Junsoo Park authored and Junsoo Park committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    09d56cd View commit details
    Browse the repository at this point in the history
  3. BTE.KappaTotalTensorVsT_CONV

    Junsoo Park authored and Junsoo Park committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    428f6ec View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. small fix for cutoffs and fit_method

    Zhuoying Zhu authored and Zhuoying Zhu committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    0da8595 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. construct_fit_data

    Junsoo Park authored and Junsoo Park committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    68c162f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. fit_data unpack :

    Junsoo Park authored and Junsoo Park committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    1d45b94 View commit details
    Browse the repository at this point in the history
  2. debug

    Junsoo Park authored and Junsoo Park committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    30556bd View commit details
    Browse the repository at this point in the history
  3. debug

    Junsoo Park authored and Junsoo Park committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    0f3a792 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. sc

    jsyony37 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    c0c0f56 View commit details
    Browse the repository at this point in the history
  2. phonopy_orig.yaml

    Junsoo Park authored and Junsoo Park committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    b6d44b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. phonopy_orig

    Junsoo Park authored and Junsoo Park committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c1c9f1f View commit details
    Browse the repository at this point in the history
  2. anharmonic properties return

    Junsoo Park authored and Junsoo Park committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    beb15c4 View commit details
    Browse the repository at this point in the history
  3. changes

    jsyony37 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    15304c5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'lattice-dynamics' of https://github.com/jsyony37/atomate

    …into lattice-dynamics
    jsyony37 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c1dec8d View commit details
    Browse the repository at this point in the history
  5. anharmonic properties return

    jsyony37 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    bbc3928 View commit details
    Browse the repository at this point in the history
  6. nconfig0 nconfig

    Junsoo Park authored and Junsoo Park committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f8bb868 View commit details
    Browse the repository at this point in the history
  7. parallel renormalization fireworks for each T

    Junsoo Park authored and Junsoo Park committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    584f364 View commit details
    Browse the repository at this point in the history
  8. parallel renormalization fireworks for each T

    Junsoo Park authored and Junsoo Park committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d3118be View commit details
    Browse the repository at this point in the history
  9. parallel renormalization fireworks name

    Junsoo Park authored and Junsoo Park committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d038095 View commit details
    Browse the repository at this point in the history
  10. renormalization klat dir link

    Junsoo Park authored and Junsoo Park committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    4d128ad View commit details
    Browse the repository at this point in the history
  11. TE iter fix

    jsyony37 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d946647 View commit details
    Browse the repository at this point in the history
  12. anything?

    jsyony37 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    70876c0 View commit details
    Browse the repository at this point in the history
  13. ToDB

    jsyony37 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d845574 View commit details
    Browse the repository at this point in the history
  14. error fix

    jsyony37 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6ed1a9d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. renormalization works

    jsyony37 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    af58f8c View commit details
    Browse the repository at this point in the history
  2. anything?

    jsyony37 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    46ceed1 View commit details
    Browse the repository at this point in the history
  3. renorm data push

    jsyony37 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    b576df1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. renorm_thermal_data

    jsyony37 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fe10bc3 View commit details
    Browse the repository at this point in the history
  2. dependencies

    Junsoo Park authored and Junsoo Park committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d1d0cf5 View commit details
    Browse the repository at this point in the history
  3. len(temperature)=1

    jsyony37 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c5a232d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. everything works?

    jsyony37 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4290c05 View commit details
    Browse the repository at this point in the history
  2. cleanup

    jsyony37 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    a4a3bc7 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. fixed random displacements

    Junsoo Park authored and Junsoo Park committed May 19, 2023
    Configuration menu
    Copy the full SHA
    90e1cf0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. T diff

    Junsoo Park authored and Junsoo Park committed May 24, 2023
    Configuration menu
    Copy the full SHA
    383c45a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. syntax errors

    Junsoo Park authored and Junsoo Park committed May 25, 2023
    Configuration menu
    Copy the full SHA
    fd0acb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. remove separate_fit

    Junsoo Park authored and Junsoo Park committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    2e30eb4 View commit details
    Browse the repository at this point in the history
  2. remove separate_fit

    jsyony37 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    37e2ba2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. separate harmonic

    Junsoo Park authored and Junsoo Park committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    75dc936 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. small fix

    Zhuoying Zhu authored and Zhuoying Zhu committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    0722f56 View commit details
    Browse the repository at this point in the history
  2. clean-up

    Zhuoying committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ac88769 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

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

Commits on Jan 12, 2024

  1. ARC AIMD

    Junsoo Park committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c012f5f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. TI_IFC + clean-up

    jsyony37 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    91a8910 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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