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

Handle invalid selective dynamics info in POSCAR #3539

Merged
merged 50 commits into from
Feb 13, 2024

Commits on Jan 10, 2024

  1. Issue warning for invalid selective dynamics info in POSCAR

    Clean up INCAR tags checking
    
    Minor format improvements
    janosh authored and DanielYang59 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    dcfc3c4 View commit details
    Browse the repository at this point in the history
  2. Issue warning for invalid selective dynamics info in POSCAR

    Clean up INCAR tags checking
    
    Minor format improvements
    janosh authored and DanielYang59 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a0ee8fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b97ceb View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 12, 2024

  1. add unit test

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

Commits on Jan 17, 2024

  1. add bad POSCAR warnings

    DanielYang59 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2effe06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faadd7d View commit details
    Browse the repository at this point in the history
  3. revise checking

    DanielYang59 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    48a220d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5678d8 View commit details
    Browse the repository at this point in the history
  5. revise checking

    Signed-off-by: Haoyu (Daniel) <yanghaoyu97@outlook.com>
    DanielYang59 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fd80e6f View commit details
    Browse the repository at this point in the history
  6. revise checking

    Signed-off-by: Haoyu (Daniel) <yanghaoyu97@outlook.com>
    DanielYang59 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e7f73c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. improve description

    DanielYang59 committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    2a9d2e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. improve warning message

    DanielYang59 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2735ecf View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    89b501b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01289cd View commit details
    Browse the repository at this point in the history
  3. improve tag checking

    DanielYang59 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    bfd2147 View commit details
    Browse the repository at this point in the history
  4. cut long lines

    DanielYang59 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8d00e8f View commit details
    Browse the repository at this point in the history
  5. allow union type

    DanielYang59 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    96fe98c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55a5784 View commit details
    Browse the repository at this point in the history
  7. tweak formats

    DanielYang59 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    deecf3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fab8e71 View commit details
    Browse the repository at this point in the history
  9. fix dir exist error

    DanielYang59 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e596051 View commit details
    Browse the repository at this point in the history
  10. remove unused import

    DanielYang59 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e2b6733 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    9e2b77b View commit details
    Browse the repository at this point in the history
  2. Revert "fix dir exist error"

    This reverts commit e596051.
    DanielYang59 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    6952228 View commit details
    Browse the repository at this point in the history
  3. Revert "switch to pathlib for path handling"

    This reverts commit fab8e71.
    DanielYang59 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    a694bad View commit details
    Browse the repository at this point in the history
  4. Revert "tweak formats"

    This reverts commit deecf3f.
    DanielYang59 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    99a97a5 View commit details
    Browse the repository at this point in the history
  5. Revert "anchor floating list comprehension"

    This reverts commit 55a5784.
    DanielYang59 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    7981191 View commit details
    Browse the repository at this point in the history
  6. Revert "allow union type"

    This reverts commit 96fe98c.
    DanielYang59 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    302d3e6 View commit details
    Browse the repository at this point in the history
  7. Revert "cut long lines"

    This reverts commit 8d00e8f.
    DanielYang59 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    473bb5d View commit details
    Browse the repository at this point in the history
  8. Revert "improve tag checking"

    This reverts commit bfd2147.
    DanielYang59 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    1d433ec View commit details
    Browse the repository at this point in the history
  9. Revert "improve INCAR tag checking"

    This reverts commit 01289cd.
    DanielYang59 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    5a66f1d View commit details
    Browse the repository at this point in the history
  10. Revert "update INCAR tag/value reference"

    This reverts commit 89b501b.
    DanielYang59 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    47b028e View commit details
    Browse the repository at this point in the history
  11. Revert "improve warning message"

    This reverts commit 2735ecf.
    DanielYang59 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    4975c7c View commit details
    Browse the repository at this point in the history
  12. Reapply "improve warning message"

    This reverts commit 4975c7c.
    DanielYang59 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    d36adb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge branch 'master' into fix-selective-dynamics

    Signed-off-by: Haoyu (Daniel) <yanghaoyu97@outlook.com>
    DanielYang59 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1b6bfd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00764fd View commit details
    Browse the repository at this point in the history
  3. revert removal of str()

    DanielYang59 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4f2a88f View commit details
    Browse the repository at this point in the history
  4. wrap long line

    DanielYang59 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    57fd9e0 View commit details
    Browse the repository at this point in the history
  5. fix warning message

    DanielYang59 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    000d8ad View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 10, 2024

  1. break a super long line

    DanielYang59 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    ac3ee7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bbab02 View commit details
    Browse the repository at this point in the history
  3. fix " Incompatible types in assignment (expression has type "list[str…

    …] | Any", variable has type "tuple[Any, ...]") [assignment]'"
    DanielYang59 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7bae2ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88cbdfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b437af View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    249c264 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ded387 View commit details
    Browse the repository at this point in the history
  3. fix unit tests

    DanielYang59 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e901682 View commit details
    Browse the repository at this point in the history
  4. simplify Lobsterin.get_basis()

    janosh committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    cf4cecf View commit details
    Browse the repository at this point in the history