Infant83 / TBFIT

Tight-binding parameter fitting package (TBFIT) for Slater-Koster method
GNU General Public License v3.0
28 stars 15 forks source link

EFILE EIGENNVAL VASP can't be recognized #8

Open lishuzhong123 opened 1 year ago

lishuzhong123 commented 1 year ago

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.