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

148 handle changing symmetries in vasp #150

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Commits on Aug 18, 2023

  1. - Convert kpoints into a repeating quantity

    - Tie each `kpoints` to `eigenvalues` on a `n_calc` base
    [email protected] committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d4c35ad View commit details
    Browse the repository at this point in the history
  2. Extend to vasprun.xml

    TODO: distinguish for the case of single-point calculations
    [email protected] committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5be3342 View commit details
    Browse the repository at this point in the history
  3. Handle single-point calculations, as well as older VASP versions wher…

    …e the symmetry is not updated
    [email protected] committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3906e81 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Apply reviewer's comments

    Nathan committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    7651b89 View commit details
    Browse the repository at this point in the history
  2. Add index to self._kpoints_info + standardize output with last inde…

    …x for k-point extraction
    Nathan committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    ea18e30 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    4fec6b5 View commit details
    Browse the repository at this point in the history
  2. Add test for eigenvalues in OUTCAR

    TODO: correct the no. of extracted eigenvalues (and k-points) from vasprun.xml
    Nathan committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a18ca44 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Extend tests to vasprun.xml

    Nathan committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    862e315 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Clarify distinction between eigenvalue k-points and the k-points samp…

    …ling(broken)
    Nathan committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    4a10e71 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Rewrite XML parser functionalities

    Nathan committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6c272a2 View commit details
    Browse the repository at this point in the history
  2. Add automatic conversion of numbers + Rectify output to repeat tags i…

    …f there are multiple
    Nathan committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9f761de View commit details
    Browse the repository at this point in the history