Introduction¶
What is 2DMAT ?¶
2DMAT is a framework for applying a search algorithm to a direct problem solver to find the optimal solution. As the standard direct problem solver, the experimental data analysis software for two-dimensional material structure analysis is prepared. The direct problem solver gives the deviation between the experimental data and the calculated data obtained under the given parameters such as atomic positions as a loss function used in the inverse problem. The optimal parameters are estimated by minimizing the loss function using a search algorithm. For further use, the original direct problem solver or the search algorithm can be defined by users. In the current version, for solving a direct problem, 2DMAT offers the wrapper of the solver for the total-reflection high-energy positron diffraction (TRHEPD) experiment[1, 2]. As algorithms, it offers the Nelder-Mead method[3], the grid search method[4], the Bayesian optimization method[5], and the replica exchange Monte Carlo method[6]. In the future, we plan to add other direct problem solvers and search algorithms in 2DMAT.
[1] As a review, see Y. Fukaya, et al., J. Phys. D: Appl. Phys. 52, 013002 (2019).
[2] This software has been developed by T. Hanada in Tohoku University. T. Hanada, H. Daimon, and S. Ino, Phys. Rev. B 51, 13320 (1995).
[5] The python package PHYSBO is used for Bayesian optimization.
[6] K. Hukushima and K. Nemoto, J. Phys. Soc. Japan, 65, 1604 (1996), R. Swendsen and J. Wang, Phys. Rev. Lett. 57, 2607 (1986).
License¶
Copyright (c) <2020-> The University of Tokyo. All rights reserved.
This software was developed with the support of “Project for advancement of software usability in materials science” of The Institute for Solid State Physics, The University of Tokyo. We hope that you cite the following reference when you publish the results using 2DMAT:
Version Information¶
v1.0.1: 2021-04-15
v1.0.0: 2021-03-12
v0.1.0: 2021-02-08
Main developers¶
2DMAT has been developed by following members.
v0.1.0 -
Motoyama (The Institute for Solid State Physics, The University of Tokyo)
Yoshimi (The Institute for Solid State Physics, The University of Tokyo)
Hoshi (Department of Applied Mathematics and Physics, Tottori University)