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

Change of labels in vasp 5.4.4 #13

Open
compthesml opened this issue Jun 10, 2019 · 2 comments
Open

Change of labels in vasp 5.4.4 #13

compthesml opened this issue Jun 10, 2019 · 2 comments

Comments

@compthesml
Copy link

Hi, it seems that some labels to plot dos and bands have changed in vasp 5.4.4 (file sphpro.F). For example, "dx2" is now called "x2-y2". Therefore when plotting lm-decomposed dos, dx2 is not showing up. The fix shouldn't be difficult, but it requires to take into account the vasp version which was used to generate the vasprun.xml file.

Thanks.

@Chengcheng-Xiao
Copy link
Contributor

Indeed.

Search shows following files contain the tag dxy.

.//lib/p4vasp/SQLSystemPM.pyc
.//lib/p4vasp/applet/ElectronicApplet.py
.//lib/p4vasp/applet/ElectronicApplet.pyc
.//lib/p4vasp/SQLSystemPM.py
.//doc/api/python/p4vasp.applet.ElectronicApplet-pysrc.html
.//doc/api/python/p4vasp.SQLSystemPM-pysrc.html
.//doc/api/python/p4vasp.applet.ElectronicApplet-module.html
.//data/glade2/lbandsapplet.glade
.//data/glade2/elcontrolapplet.glade
.//data/glade2/ldosapplet.glade
.//data/glade/lbandsapplet.glade
.//data/glade/ldosapplet.glade

Chang all dx2 to x2-y2 should do the trick.
(ignore the.pyc and .html files)

@compthesml
Copy link
Author

Late update. The labels for f electrons also have to be changed.

jrbp pushed a commit to jrbp/p4vasp that referenced this issue Mar 1, 2023
Resolve "Compatibility with Vasp.6.1"

Closes orest-d#13

See merge request schlipf/py4vasp!11
jrbp pushed a commit to jrbp/p4vasp that referenced this issue Mar 1, 2023
Implement reading an MD trajectory of Vasp and converting the information via Trajectory and Topology classes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants