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

EFILE EIGENNVAL VASP can't be recognized #8

Open
lishuzhong123 opened this issue Sep 8, 2023 · 0 comments
Open

EFILE EIGENNVAL VASP can't be recognized #8

lishuzhong123 opened this issue Sep 8, 2023 · 0 comments

Comments

@lishuzhong123
Copy link

lishuzhong123 commented Sep 8, 2023

EFILE EIGENNVAL VASP cannot be recognized when I set EFILE, some problems are occured in read_incar.f90,
2882 elseif(i_dummy .eq. 2) then
2883 read(inputline,*,iostat=i_continue) desc_str, desc_str
2884 if(trim(desc_str) .eq. 'VASP' .or. trim(desc_str) .eq. 'vasp') then
2885 PWGHT%efile_type='vasp'
The characters ’VASP‘ cannot be properly assigned to the variable 'desc_str'. Instead, the character 'EFILE' is assigned.

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

1 participant