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 changing symmetries in VASP #148

Open
ndaelman-hu opened this issue Aug 17, 2023 · 3 comments · May be fixed by #150
Open

Handle changing symmetries in VASP #148

ndaelman-hu opened this issue Aug 17, 2023 · 3 comments · May be fixed by #150
Assignees
Labels
bug Something isn't working. It also represents a quick fix in response to a bug.

Comments

@ndaelman-hu
Copy link
Contributor

ndaelman-hu commented Aug 17, 2023

During a geometry optimization or frequency calculation, the symmetry of the cell can change.
When symmetry-reduction is active, the number of reduced k-point can change by ionic update.
This causes errors when reshaping eigenvalues extracted from the OUTCAR, which are contingent on the (original) no. irreducible k-points:

"root":{
  "event":string"Error reading eigenvalues"
  "proc":string"Entry"
  "process":string"process_entry"
  "process_worker_id":string"QrhFb34pRf6tYAkBJQqhpQ"
  "parser":string"parsers/vasp"
  "step":string"parsers/vasp"
  "logger":string"nomad.processing"
  "timestamp":string"2023-08-17 16:19.03"
  "level":string"ERROR"
}

The frequency calculation that brought this error to light: trash:///freqsafd_pbe.zip

@ndaelman-hu ndaelman-hu added the bug Something isn't working. It also represents a quick fix in response to a bug. label Aug 17, 2023
@ndaelman-hu ndaelman-hu self-assigned this Aug 17, 2023
@ndaelman-hu
Copy link
Contributor Author

Note: when the ionic positions are updated and the main file is vasprun.xml, the <kpoints> should be derived from <calculations>, else from the "standalone" tag (under <modeling>).

@ndaelman-hu
Copy link
Contributor Author

This is apparently a new VASP feature (as of version 6?), so especially with vasprun.xml one has to distinguish between the placement of <kpoints>: under modeling or calculation (only in newer versions, not sure about the single-point case).

@ndaelman-hu
Copy link
Contributor Author

Correction, the cause is not the VASP version, but the routines chosen to perform frequency / phonon calculations.
I came to this conclusion after finding another example that uses IBRION = 6: entry_id = y0MhHRV_TIb_zamDSdM2QB6o84bF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. It also represents a quick fix in response to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant