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

Overhaul forcefield parameters for ions #15

Merged
merged 68 commits into from
Dec 14, 2021

Commits on Jun 22, 2021

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

Commits on Jun 23, 2021

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

Commits on Jun 25, 2021

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

Commits on Jun 29, 2021

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

Commits on Jul 1, 2021

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

Commits on Jul 3, 2021

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

Commits on Jul 16, 2021

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

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    6d27e7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cec2f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34dfa67 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    83e510a View commit details
    Browse the repository at this point in the history
  2. correct units of epsilon in tip4pfb; add tip3pfb

    reported as kJ/mol; need to convert to kcal/mol
    rkingsbury committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    cfac13d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. overhaul ion parameter sets

    -Went back to original papers
    -checked and converted all values
    -cross-checked previous data entry
    -moved ion parameters into an .xlsx file instead of text files
    -reworked call signature of get_ion
    
    In the future it would be preferable to store the ion data as a .json instead of .xlsx.
    However pandas read_json does not support MultiIndex very well.
    rkingsbury committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    9b38320 View commit details
    Browse the repository at this point in the history
  2. organize imports

    rkingsbury committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    c93d2d7 View commit details
    Browse the repository at this point in the history
  3. bugfixes

    rkingsbury committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    0fc4e7f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    6c6b389 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5100ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4569a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19d81dd View commit details
    Browse the repository at this point in the history
  5. correct units of epsilon in tip4pfb; add tip3pfb

    reported as kJ/mol; need to convert to kcal/mol
    rkingsbury committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    8e3a47d View commit details
    Browse the repository at this point in the history
  6. overhaul ion parameter sets

    -Went back to original papers
    -checked and converted all values
    -cross-checked previous data entry
    -moved ion parameters into an .xlsx file instead of text files
    -reworked call signature of get_ion
    
    In the future it would be preferable to store the ion data as a .json instead of .xlsx.
    However pandas read_json does not support MultiIndex very well.
    rkingsbury committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    c789aab View commit details
    Browse the repository at this point in the history
  7. organize imports

    rkingsbury committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    17057cd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

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

Commits on Sep 19, 2021

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

Commits on Oct 13, 2021

  1. linting

    rkingsbury committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    33b8d70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f6632a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    770e805 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5a0f4a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    2d97856 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bda0f73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4c286b View commit details
    Browse the repository at this point in the history
  4. restore FFCrawlerTest

    rkingsbury committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    010d699 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    715eaab View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. add packmol

    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c6bc1dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce26532 View commit details
    Browse the repository at this point in the history
  3. fortran compile error

    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    6877693 View commit details
    Browse the repository at this point in the history
  4. made executable

    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    76e45cf View commit details
    Browse the repository at this point in the history
  5. test actions

    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    3bbe527 View commit details
    Browse the repository at this point in the history
  6. test actions 2

    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    8fa7033 View commit details
    Browse the repository at this point in the history
  7. test actions 3

    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5b53589 View commit details
    Browse the repository at this point in the history
  8. test actions 4

    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    46be06b View commit details
    Browse the repository at this point in the history
  9. test actions 5

    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    347a607 View commit details
    Browse the repository at this point in the history
  10. test actions 6

    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    346983c View commit details
    Browse the repository at this point in the history
  11. test actions 7

    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    22eceda View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5ad8390 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8569dcf View commit details
    Browse the repository at this point in the history
  14. Update lint.yml

    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d469e30 View commit details
    Browse the repository at this point in the history
  15. Revert "Update lint.yml"

    This reverts commit d469e30.
    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    839da3e View commit details
    Browse the repository at this point in the history
  16. Revert "bump up python (3.8); fix typo"

    This reverts commit 8569dcf.
    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    1e178ed View commit details
    Browse the repository at this point in the history
  17. fix typo

    htz1992213 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    4d6bddb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6798cdd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Update tests/test_mdgopackmol.py

    Co-authored-by: Tingzheng Hou <thou@berkeley.edu>
    rkingsbury and htz1992213 authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    9e8279b View commit details
    Browse the repository at this point in the history
  2. Update tests/test_mdgopackmol.py

    Co-authored-by: Tingzheng Hou <thou@berkeley.edu>
    rkingsbury and htz1992213 authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    0803df1 View commit details
    Browse the repository at this point in the history
  3. Update tests/test_mdgopackmol.py

    Co-authored-by: Tingzheng Hou <thou@berkeley.edu>
    rkingsbury and htz1992213 authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    43b3c2c View commit details
    Browse the repository at this point in the history
  4. Update tests/test_mdgopackmol.py

    Co-authored-by: Tingzheng Hou <thou@berkeley.edu>
    rkingsbury and htz1992213 authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    c919ad2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d430a90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b38ff56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d80e09 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Add mixing_rule kwarg

    Co-authored-by: Tingzheng Hou <thou@berkeley.edu>
    rkingsbury and htz1992213 authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    1220e32 View commit details
    Browse the repository at this point in the history
  2. add mixing_rule logic

    Co-authored-by: Tingzheng Hou <thou@berkeley.edu>
    rkingsbury and htz1992213 authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    7a5e543 View commit details
    Browse the repository at this point in the history
  3. add WATER_SIGMA to support mixing rules

    Co-authored-by: Tingzheng Hou <thou@berkeley.edu>
    rkingsbury and htz1992213 authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    a778920 View commit details
    Browse the repository at this point in the history
  4. Ions: update .json with formula bugfix

    See pymatgen #2287
    materialsproject/pymatgen#2287
    
    The data file is now keyed by
    Ion.reduced_formula, meaning all
    ions have charges appended in
    brackets, with explicit magnitudes
    e.g. `Li[+1]`
    rkingsbury committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    f32d78c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

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

    rkingsbury committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    61f62bf View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

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

    htz1992213 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    8674a6e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. bump up pymatgen

    htz1992213 committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    796d49a View commit details
    Browse the repository at this point in the history