Krylov subspace method

The DC method is robust and accurate for a wide variety of systems. However, the size of truncated clusters to obtain an accurate result tends to be large for metallic systems as shown in Fig. 18. A way of reducing the computational efforts is to map the original vector space defined by the truncated cluster into a Krylov subspace of which dimension is smaller than that of the original space [32]. The Krylov subspace method is available by

     scf.EigenvalueSolver       Krylov
Basically, the accuracy and efficiency are controlled by the following two keywords:
    orderN.HoppingRanges         6.0
    orderN.KrylovH.order         400
The keyword 'orderN.HoppingRanges' defines the radius of a sphere centered on each atom in the same sense as that in the DC method. The dimension of the Krylov subspace of Hamiltonian in each truncated cluster is given by 'orderN.KrylovH.order'. Moreover, the Krylov subspace method can be precisely tuned by the following keywords:

It is better to switch on 'orderN.Exact.Inverse.S' and 'orderN.Expand.Core' as the covalency increases, while the opposite could becomes better in simple metallic systems. In Fig. 19 the absolute error in the total energy calculated by the Krylov and DC methods are shown for a wide variety of materials. It is found that in comparison with the DC method, the Krylov subspace method is more efficient especially for metallic systems, and that the efficiency become comparable as the covalency and ionicity in the electronic structure increase.

It is also noted that the O($N$) Krylov subspace method is well parallelized to realize large-scale calculations. The most efficient parallelization for the O($N$) Krylov subspace method can be realized by using the same number of MPI processes as that of atoms together with OpenMP threads. Figure 20 shows that a system consisting of a hundred thousand atoms can be treated on a massively parallel computer [33,34], where the diamond structure consisting of 131072 carbon atoms is considered as a benchmark system.

Figure 19: (a) absolute error, with respect to the band calculations, in the total energy (Hartree/atom) calculated by the Krylov subspace and DC methods for metals and finite gap systems, (b) computational time (s/atom/MD). For a substantial comparison, the calculations were performed using a single Xeon processor. The set of numbers in the parenthesis of (a) means the average number of atoms in the core and buffer regions. The set of numbers in the parenthesis of (b) means the percentage of the dimension of the subspaces relative to the total number of basis functions in the truncated cluster, respectively.
\begin{figure}\begin{center}
\epsfig{file=Compare_Krylov.eps,width=10cm}
\end{center}
\end{figure}


Figure 20: Parallel efficiency of the O($N$) Krylov subspace method in the hybrid parallelization on the K-computer, where eight threads were used for all the cases. The diamond structure consisting of 131072 carbon atoms was considered as a benchmark system.
\begin{figure}\begin{center}
\epsfig{file=Parallel_Krylov.eps,width=13cm}
\end{center}
\end{figure}

2016-04-03