Re: Band and magnetism of YIG with 80 atoms completely wrong ( No.1 ) |
- Date: 2024/08/19 21:40
- Name: Naoya Yamaguchi
- Hi,
I think you may have failed to find solution of the correct electronic structure.
If you are beginner, you should use `scf.energycutoff`, instead of `scf.Ngrid`, and you should remove the following line.
``` scf.Ngrid 7 7 7 ```
At least the real space grid given by `7 7 7` above is too rough to calculate properly.
In addition, a parameter of 4 for `scf.Mixing.StartPulay` is too small.
You can find the following tip from https://www.openmx-square.org/openmx_man3.9/node40.html :
>Use a rather larger value for 'scf.Mixing.StartPulay'. Before starting the Pulay-type mixing, achieve a convergence at some level. An appropriate value may be 10 to 30 for 'scf.Mixing.StartPulay'.
Regards, Naoya Yamaguchi
|
Re: Band and magnetism of YIG with 80 atoms completely wrong ( No.2 ) |
- Date: 2024/08/20 09:31
- Name: LZQ <220232383@seu.edu.cn>
- Dear Naoya Yamaguchi,
I follow your recommendation and it works, thank you very much.
Best, ZQ Li
|
|