Graphical Utility Tool for OpenMX.
Copyright (C), 2015-2017, Naoya Yamaguchi.
This software includes the work that is distributed in version 3 of the GPL (GPLv3).
- 2015/07/10 Ver. alpha-1 Written by Naoya Yamaguchi.
- 2015/07/13 Ver. alpha-2 Written by Naoya Yamaguchi.
- 2015/07/15 Ver. alpha-3 Written by Naoya Yamaguchi.
- 2015/07/16 Ver. alpha-4 Written by Naoya Yamaguchi.
- 2015/08/24 Ver. alpha-5 Written by Naoya Yamaguchi.
- 2015/11/12 Ver. beta-1 Written by Naoya Yamaguchi.
- 2016/03/17 Ver. alpha-6 Written by Naoya Yamaguchi.
- 2016/06/11 Ver. 1.0 Released by Naoya Yamaguchi.
- 2016/08/19 Ver. 1.1 Released by Naoya Yamaguchi.
- 2016/09/23 Ver. 1.2 Released by Naoya Yamaguchi.
- 2016/10/01 Ver. 1.2.1 Modified by Naoya Yamaguchi.
- 2016/10/04 Ver. 1.2.2 Modified by Naoya Yamaguchi.
- 2016/10/18 Ver. 1.2.3 Modified by Naoya Yamaguchi.
- 2016/12/09 Ver. 1.2.4 Modified by Naoya Yamaguchi.
- 2016/12/17 Ver. 1.3 Released by Naoya Yamaguchi.
- 2016/12/18 Ver. 1.3.1 Modified by Naoya Yamaguchi.
- 2017/01/02 Ver. 1.3.2 Modified by Naoya Yamaguchi.
- 2017/01/15 Ver. 1.4 Released by Naoya Yamaguchi. (renaming 'openmx.tcl' 'OMXTool.tcl')
- 2017/02/11 Ver. 1.4.1 Modified by Naoya Yamaguchi.
- 2017/02/13 Ver. 1.4.2 Modified by Naoya Yamaguchi. (renaming 'OMXTool.tcl' 'omxtool')
- 2017/03/04 Ver. 1.4.3 Modified by Naoya Yamaguchi.
- 2017/03/09 Ver. 1.5 Released by Naoya Yamaguchi.
- 2017/03/09 Ver. 1.5.1 Modified by Naoya Yamaguchi.
- 2017/03/13 Ver. 1.5.2 Modified by Naoya Yamaguchi.
- 2017/03/13 Ver. 1.5.3 Modified by Naoya Yamaguchi.
- 2017/03/13 Ver. 1.5.4 Modified by Naoya Yamaguchi.
- 2017/03/30 Ver. 1.5.5 Modified by Naoya Yamaguchi.
- 2017/06/18 Ver. 1.5.6 Modified by Naoya Yamaguchi.
- 2017/08/11 Ver. 1.5.7 Modified by Naoya Yamaguchi.
- 2017/08/20 Ver. 1.5.8 Modified by Naoya Yamaguchi.
- 2017/09/26 Ver. 1.5.9 Modified by Naoya Yamaguchi.
- 2017/11/18 Ver. beta-2 Written by Naoya Yamaguchi.
This script provides graphical utilities for OpenMX.
OMXTool helps you do the following processes through a GUI.
- draw figures of band dispersions.
- convert the byte order (endianness) of 'SCFOUT file'. (
tclsh8.5or later is required.)
wish(Windowing Shell) andgnuplotare required.
- Download
OMXTool-*.tar.gzorOMXTool-*.zipfrom here and unzip it. (Usually, *=version.) - Put
omxtoolon your computer.
- Overwrite
omxtool. - Launch it and reset the settings via menu: Option -> Reset.
./omxtool
or:
./omxtool &
- Try
./omxtooland launch a GUI of OMXTool as shown in the figure below.
- We recommend to launch 'OMXTool' as a background process (i.e.
./omxtool &).
- Click the
Bandbutton. - Select a *.Band file and you can see a preview of the band dispersion as shown in the figures below.
- How to save the figures:
- Click the
Exportbutton and open a dialog box to save the figure. - Save the figure through the dialog box.
- Click the
- Click the
Optionbutton and open theOptionwindow for the setting. - Set gnuplot options.
- The settings are saved on clicking the
Closebutton in theOptionwindow. - Clicking the
Resetbutton sets them the default settings.