All-electron method

All-electron method refers to electronic structure methods that consider all electrons in the system explicitly in solving for the wave functions (or electron densities). This is in contrast to the pseudopotential method where the influence of inner-shell electrons is taken into account through an effective potential (i.e., pseudopotential). All-electron methods are, in general, more accurate than pseudopotential methods. An additional merit is that all-electron methods are more suited for simulation of X-ray spectroscopy which involve inner-shell electrons. On the other hand, the calculation cost is higher than the pseudopotential method due to the larger number of electrons under consideration. Software codes employ various measures for efficiently handling steep variations in the inner-shell orbitals and gradual changes in interstitial regions at the same time.

Atom-localized basis/Gaussian basis

Many calculation codes expand the wave function using functions localized around atoms. Usually, numerical solutions to the Kohn-Sham equation for the atom or atom-localized Gaussians are used. Since the wave function in molecules and solids usually resemble a linear combination of atomic wave functions, atom-localized basis sets can describe the wave function accurately using a much smaller number of basis functions compared to the plane wave basis set. However, since atom-localized basis functions are not orthogonal in general, the improvement with increasing basis size is not always monotonic. Moreover, atom-localized basis sets are usually unsuitable for describing systems where electrons exist at positions away from atoms (such as in electrides or floating electron states).

Bayesian Optimization

The Bayesian optimization is one of the machine learning methods to find the optimal value (maximum value or minimum value) of a function whose shape is unknown (black box function). From the function values at a finite number of points, the Bayesian optimization predicts the functional form by the Gaussian process from the function values at a limited number of points. Then, a point, which is expected to have the optimum value or that with large uncertainty is examined preferentially. By sequentially adding search points and gradually increasing the accuracy of prediction, this method can find the optimum point even in a relatively high-dimensional search space.

Classical Monte Carlo Method

In the context of condensed matter physics, methods of Markov-chain Monte Carlo simulation for many-body systems obeying classical statistical mechanics are called classical Monte Carlo methods. The representative example is the one by the Metropolis-Hastings method. The Markov-chain Monte Carlo method for simulated annealing is also a classical Monte Carlo method. In particular, a local update method is the method in which a degree of freedom is selected at each step for update. A local update generally suffers from the slow convergence near the critical point (critical slowing-down). To solve this problem, global update methods are proposed, in which a group of elements are updated at each time. However, it is necessary to design the algorithm depending on each specific system, and the applicability of the algorithm is limited compared to the local update methods.

Related software

Related keywords

Coherent Potential Approximation (CPA)

An approximation often used for disordered systems. In general, it is difficult to describe the disordered systems, including alloys, within the framework of the band theory that usually assumes periodic structures. CPA successfully describes realistic alloys quantitatively, by confining the effect of the disorder within each site in a self-consistent fashion. As a part of KKR method, CPA is used in computing the electronic state calculations of disordered systems.

Related software