Z2Pack icon indicating copy to clipboard operation
Z2Pack copied to clipboard

Number of overlap matrices does not match.

Open tasnim2487 opened this issue 1 year ago • 4 comments

Hello,

I tried to run the package with VASP. When I ran the code, the following error occurs. How to fix this. I ran self consistent calculation and included wannier tags in INCAR and then re-ran the nonself consistent run. How to fix this?

Screenshot from 2024-08-08 12-23-02

tasnim2487 avatar Aug 08 '24 06:08 tasnim2487

Which version of VASP and Wannier90 are you using here? And is this the provided VASP example, or another input?

On a recent version of VASP and Wannier90, the provided example should work, but the skip_B1_tests = .true. flag needs to be added to the .win file (as per https://github.com/Z2PackDev/Z2Pack/issues/119).

In any case, I think a missing skip_B1_tests would produce a different error.

greschd avatar Aug 08 '24 08:08 greschd

I use VASP 6.1 and VASP 6.4. Itried both the data provided here and some other ones. Each time this error occurs. The number of overlap matrices found is X, but should be 7. X changes but 7 is fixed.

tasnim2487 avatar Aug 08 '24 14:08 tasnim2487

What's the version of Wannier90 used?

The search_shells parameter (together with the k-points line) in the Wannier90 input file should control how many overlap matrices are computed.

greschd avatar Aug 08 '24 21:08 greschd

Hello,

Sorry for the late reply. I am using wannier 3.1.0. I used the two tags you mentioned still the prolem remains the same.

But isn't .mmn file is created when vasp completes a calculation? Can .win modify .mmn file? Or is there a way I can mody the number of overlap matrices by setting any tag in INCAR?

please note that I am a beginner in wannier90.

tasnim2487 avatar Aug 11 '24 18:08 tasnim2487

Same issue here.

  • VASP 6.4.3
  • Wannier90 3.1.0
  • Python 3.11.9

Inputs: https://drive.google.com/drive/folders/1sMfyfV9hKmaRsNyw_KEqWNBYHICzS-J7?usp=sharing

TheGreatDeadOne avatar Apr 02 '25 07:04 TheGreatDeadOne