Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Копия kkr_manual.pdf
Скачиваний:
29
Добавлен:
23.03.2015
Размер:
2.06 Mб
Скачать

8.3Dimensioning

The dimension of all arrays that depend on the specific application are fixed automatically using the FORTRAN allocate function. This means that the users is normally not bothered by dimensioning as long as the system he wants to deal with does not require more storage that his computer supplies. In that case the program will crash with a segmentation error (i.e. the user has to be less ambitious or to buy more core memory ...).

The only exception is the variable NRMAX that is fixed to 750 in the file sprkkr rmesh.dim. Thus, if more radial mesh points should be used the setting in sprkkr rmesh.dim should be changed and the programs recompiled.

Dimension file sprkkr rmesh.dim

C ########### R-MESH RELATED BOUNDARIES ###########

ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc

cthis include - file is used in:

cgen, scf, chi, dirac_bs, dirbsmid, dirbsrad, dirbsstp

ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc

INTEGER NRMAX

c radial mesh points PARAMETER ( NRMAX=750 )

81

Bibliography

[1]J. S. Faulkner, Prog. Mater. Sci. 27, 3 (1982).

[2]P. Weinberger, Electron Scattering Theory for Ordered and Disordered Matter (Oxford University Press, Oxford, 1990).

[3]A. Gonis, Green functions for ordered and disordered systems (North-Holland, Amsterdam, 1992).

[4]A. Gonis and W. H. Butler, Multiple scattering in solids, Graduate Texts in Contemporary Physics (Springer, Berlin, 1999).

[5]H. Ebert, in Electronic Structure and Physical Properties of Solids, Vol. 535 of Lecture Notes in Physics, edited by H. Dreysse´ (Springer, Berlin, 2000), p. 191.

[6]H. Ebert, Rep. Prog. Phys. 59, 1665 (1996).

[7]M. E. Rose, Elementary Theory of Angular Momentum (Wiley, New York, 1961).

[8]M. E. Rose, Relativistic Electron Theory (Wiley, New York, 1961).

[9]H. Ebert, H. Freyer, A. Vernes, and G.-Y. Guo, Phys. Rev. B 53, 7721 (1996).

[10]H. Ebert, H. Freyer, and M. Deng, Phys. Rev. B 56, 9454 (1997).

[11]H. Ebert, A. Vernes, and J. Banhart, Solid State Commun. 104, 243 (1997).

[12]H. Ebert, P. Strange, and B. L. Gyorffy,¨ J. Phys. F: Met. Phys. 18, L135 (1988).

[13]J. Strempfer et al., European Physical Journal B 14, 63 (2000).

[14]S. Ostanin, V. Popescu, H. Ebert, and H. Dreysse,´ J. Phys.: Condensed Matter 11, 9095 (1999).

[15]J. Minar´ and H. Ebert, Solid State Commun. 118, 383 (2001).

[16]H. Ebert and V. Popescu, Phys. Rev. B 56, 12884 (1997).

[17]J. Minar,´ V. Popescu, and H. Ebert, Phys. Rev. B 62, 10051 (2000).

82

[18]H. Ebert and J. Schwitalla, Phys. Rev. B 55, 3100 (1997).

[19]H. Ebert and G. Y. Guo, J. Magn. Magn. Materials 148, 174 (1995).

83