SOC Band-structure convergence issue for a strained crystal
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 4
- Joined: Sun May 29, 2022 5:50 pm
SOC Band-structure convergence issue for a strained crystal
Dear all
I need to deform a Bi2FeCrO6 crystal with R3 symmetry along the x-direction by 1,3,5,-1,-3,-5% and get the SOC band structure of each deformed system with GGA = PE. I could perform the structure relaxation, self-consistent calculation and non-self-consistent without any issues. However, I am facing convergence issues with the SOC band structure calculation. I tried to converge the SOC band structure with ICHARG = 12, but still, it doesn’t seem like it’ll converge. Why do all other calculations converge but not the SOC band-structure calculation?
Any suggestions on how to overcome this issue?
I have attached the input files for the 1% deformed crystal in the x-direction. I have also attached the POSCAR file for the un-deformed crystal.
Regards
Sougat Purohit
I need to deform a Bi2FeCrO6 crystal with R3 symmetry along the x-direction by 1,3,5,-1,-3,-5% and get the SOC band structure of each deformed system with GGA = PE. I could perform the structure relaxation, self-consistent calculation and non-self-consistent without any issues. However, I am facing convergence issues with the SOC band structure calculation. I tried to converge the SOC band structure with ICHARG = 12, but still, it doesn’t seem like it’ll converge. Why do all other calculations converge but not the SOC band-structure calculation?
Any suggestions on how to overcome this issue?
I have attached the input files for the 1% deformed crystal in the x-direction. I have also attached the POSCAR file for the un-deformed crystal.
Regards
Sougat Purohit
You do not have the required permissions to view the files attached to this post.
-
- Global Moderator
- Posts: 542
- Joined: Fri Nov 08, 2019 7:18 am
Re: SOC Band-structure convergence issue for a strained crystal
Are these the exact inputs? If yes then the CHGCAR file is missing.
Otherwise could you tell me the exact steps to reproduce the issue.
Otherwise could you tell me the exact steps to reproduce the issue.
Martin Schlipf
VASP developer
-
- Newbie
- Posts: 4
- Joined: Sun May 29, 2022 5:50 pm
Re: SOC Band-structure convergence issue for a strained crystal
Dear Martin Schlipf
The CHG and CHGCAR files made the folder too large so that I couldn't include them.
However, I am describing the exact steps I followed to reproduce this issue:
1. structure relaxation of the deformed crystal 2. self-consistent run by taking the CONTCAR of structure relaxation as POSCAR 3. non-self-consistent run by taking the CONTCAR of self-consistent run as POSCAR 4. SOC band structure calculation (BS.zip, previously attached)
I have attached my input files for every step.
Regards
Sougat
The CHG and CHGCAR files made the folder too large so that I couldn't include them.
However, I am describing the exact steps I followed to reproduce this issue:
1. structure relaxation of the deformed crystal 2. self-consistent run by taking the CONTCAR of structure relaxation as POSCAR 3. non-self-consistent run by taking the CONTCAR of self-consistent run as POSCAR 4. SOC band structure calculation (BS.zip, previously attached)
I have attached my input files for every step.
Regards
Sougat
You do not have the required permissions to view the files attached to this post.
-
- Global Moderator
- Posts: 542
- Joined: Fri Nov 08, 2019 7:18 am
Re: SOC Band-structure convergence issue for a strained crystal
Thanks, I will have a look. It seems that the third step has the wrong KPOINTS file, but I will just use the one from your previous post.
One thing you should be aware however is that this calculation will be much more expensive than the 2nd step, so perhaps the issue is just that you did not allocate enough resources. In the second step you use 2 irreducible k points (after symmetry reduction). For the band structure you want 9 lines with 80 points each = 720 k points.
You could try to use fewer points per line or not to calculate all lines at the same time to see if that fixes your issue.
One thing you should be aware however is that this calculation will be much more expensive than the 2nd step, so perhaps the issue is just that you did not allocate enough resources. In the second step you use 2 irreducible k points (after symmetry reduction). For the band structure you want 9 lines with 80 points each = 720 k points.
You could try to use fewer points per line or not to calculate all lines at the same time to see if that fixes your issue.
Martin Schlipf
VASP developer
-
- Newbie
- Posts: 4
- Joined: Sun May 29, 2022 5:50 pm
Re: SOC Band-structure convergence issue for a strained crystal
Dear Martin Schlipf
Thank you very much for the suggestion!
I'll redo the band-structure calculation with fewer points per line and check if it works.
Also, could you tell me what is wrong with the KPOINTS file in the third step? Do I need to use a gamma-centred grid?
Regards
Sougat
Thank you very much for the suggestion!
I'll redo the band-structure calculation with fewer points per line and check if it works.
Also, could you tell me what is wrong with the KPOINTS file in the third step? Do I need to use a gamma-centred grid?
Regards
Sougat
-
- Global Moderator
- Posts: 542
- Joined: Fri Nov 08, 2019 7:18 am
Re: SOC Band-structure convergence issue for a strained crystal
The attached KPOINTS file for the 3rd step is the same as for the 2nd one. Obviously you would want to run a KPOINTS file for the band structure there.
My test finished, I could produce a band structure with the KPOINTS file from the original post reducing the number of points per line to 50. To give you an idea with my setup the band structure calculation was about 150 times more expensive than the 2nd step, so make sure to scale your allocated time appropriately.
My test finished, I could produce a band structure with the KPOINTS file from the original post reducing the number of points per line to 50. To give you an idea with my setup the band structure calculation was about 150 times more expensive than the 2nd step, so make sure to scale your allocated time appropriately.
You do not have the required permissions to view the files attached to this post.
Martin Schlipf
VASP developer
-
- Newbie
- Posts: 4
- Joined: Sun May 29, 2022 5:50 pm
Re: SOC Band-structure convergence issue for a strained crystal
Understood. Thanks a lot for the help!