Re: OpenMX hangs on Band calc and DOS ( No.1 ) |
- Date: 2005/03/18 18:07
- Name: Ken Lux
- Additional info:
I get the same problem with the GaAs example - hanging on the 4th kpath.
|
Re: OpenMX hangs on Band calc and DOS ( No.2 ) |
- Date: 2005/03/19 00:51
- Name: T.Ozaki
- Hi,
I guess that your problem comes from a lapack routine, since I could not reproduce the stop problem even for the GaAs case using OpenMX2.3 in my computational environment.
In OpenMX2.3, "dstegr", which is a lapack routine, is used as default to diagonalize the tridiagonalized matrix. However, the routine seems to hang up often as you met, although it is perhaps the fastest one. In addition, the hanging behaviour depends on computational platform. Such a case would be resolved by using "dstevx" instead of "dstegr". Then, the following keyword is available.
scf.lapack.dste dstevx # dstegr|dstedc|dstevx, default=dstegr
Would you try again your calculation using this option ?
Also, I have prepared fully relativistic pseudo potentials and basis functions of cerium, which are now downloadable on the website. Although you seemed not to get convergence, I was able to generate them with perfect SCF convergence (it is recommended to compile ADPACK by using gcc rather than icc for numerical stability). In the dimer calculation on the website, Ce9.0 is used as basis set. However, the use of basis function with a smaller cutoff radius would be better in bulk systems in order to avoid the overcompleteness.
After the release of OpenMX2.3, we have fixed several bugs. If you would prefer the latest version to OpenMX2.3, the source code is available from http://staff.aist.go.jp/t-ozaki/source2.72.tar.gz (the default of "dsteXX" has been also changed from "dstegr" to "dstevx" because of the above reason). But this is a tentative release, since bugs we have recognized still remain.
Regards,
T.Ozaki
|
Re: OpenMX hangs on Band calc and DOS ( No.3 ) |
- Date: 2005/03/19 03:30
- Name: Ken Lux
- OK, I tried the GaAs with v.2.3 and with the keyword changed and it works fine!
I'll give the CePt2 a try and post how it turns out.
Thanks, Ken
|
Re: OpenMX hangs on Band calc and DOS ( No.4 ) |
- Date: 2005/03/22 10:01
- Name: Ken Lux <lux@engr.wisc.edu>
- It looks like it works with the CePt2 system now as well. Although it doesn't seem to make much of a difference if I use a restart file or not.
Thanks!
|
how to use *.RST.tar file ( No.5 ) |
- Date: 2005/03/26 12:42
- Name: s. j. luo <sjluo@phys.ntu.edu.tw>
- Hi,
The SCF iteration is finished when the SCF criterion is not satisfied,I want to continue the SCf calculations by using *.RST.tar in order to save time.Could you tell me how to *.RST.tar!
Thank you in advance!
luo
|