fermisurfer Git
Revision | 29b8a205555dfde8f8e183e2bb2aa3ccaea37cf0 (tree) |
---|---|
Zeit | 2017-06-16 20:16:12 |
Autor | ![]() |
Commiter | mitsuaki1987 |
@@ -1,6 +1,6 @@ | ||
1 | 1 | #! /bin/sh |
2 | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | -# Generated by GNU Autoconf 2.69 for fermisurfer 1.9. | |
3 | +# Generated by GNU Autoconf 2.69 for fermisurfer 1.9.0. | |
4 | 4 | # |
5 | 5 | # Report bugs to <mkawamura@issp.u-tokyo.ac.jp>. |
6 | 6 | # |
@@ -580,8 +580,8 @@ MAKEFLAGS= | ||
580 | 580 | # Identity of this package. |
581 | 581 | PACKAGE_NAME='fermisurfer' |
582 | 582 | PACKAGE_TARNAME='fermisurfer' |
583 | -PACKAGE_VERSION='1.9' | |
584 | -PACKAGE_STRING='fermisurfer 1.9' | |
583 | +PACKAGE_VERSION='1.9.0' | |
584 | +PACKAGE_STRING='fermisurfer 1.9.0' | |
585 | 585 | PACKAGE_BUGREPORT='mkawamura@issp.u-tokyo.ac.jp' |
586 | 586 | PACKAGE_URL='' |
587 | 587 |
@@ -1309,7 +1309,7 @@ if test "$ac_init_help" = "long"; then | ||
1309 | 1309 | # Omit some internal or obsolete options to make the list less imposing. |
1310 | 1310 | # This message is too long to be a string in the A/UX 3.1 sh. |
1311 | 1311 | cat <<_ACEOF |
1312 | -\`configure' configures fermisurfer 1.9 to adapt to many kinds of systems. | |
1312 | +\`configure' configures fermisurfer 1.9.0 to adapt to many kinds of systems. | |
1313 | 1313 | |
1314 | 1314 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1315 | 1315 |
@@ -1383,7 +1383,7 @@ fi | ||
1383 | 1383 | |
1384 | 1384 | if test -n "$ac_init_help"; then |
1385 | 1385 | case $ac_init_help in |
1386 | - short | recursive ) echo "Configuration of fermisurfer 1.9:";; | |
1386 | + short | recursive ) echo "Configuration of fermisurfer 1.9.0:";; | |
1387 | 1387 | esac |
1388 | 1388 | cat <<\_ACEOF |
1389 | 1389 |
@@ -1495,7 +1495,7 @@ fi | ||
1495 | 1495 | test -n "$ac_init_help" && exit $ac_status |
1496 | 1496 | if $ac_init_version; then |
1497 | 1497 | cat <<\_ACEOF |
1498 | -fermisurfer configure 1.9 | |
1498 | +fermisurfer configure 1.9.0 | |
1499 | 1499 | generated by GNU Autoconf 2.69 |
1500 | 1500 | |
1501 | 1501 | Copyright (C) 2012 Free Software Foundation, Inc. |
@@ -1811,7 +1811,7 @@ cat >config.log <<_ACEOF | ||
1811 | 1811 | This file contains any messages produced by compilers while |
1812 | 1812 | running configure, to aid debugging if configure makes a mistake. |
1813 | 1813 | |
1814 | -It was created by fermisurfer $as_me 1.9, which was | |
1814 | +It was created by fermisurfer $as_me 1.9.0, which was | |
1815 | 1815 | generated by GNU Autoconf 2.69. Invocation command line was |
1816 | 1816 | |
1817 | 1817 | $ $0 $@ |
@@ -2674,7 +2674,7 @@ fi | ||
2674 | 2674 | |
2675 | 2675 | # Define the identity of the package. |
2676 | 2676 | PACKAGE='fermisurfer' |
2677 | - VERSION='1.9' | |
2677 | + VERSION='1.9.0' | |
2678 | 2678 | |
2679 | 2679 | |
2680 | 2680 | cat >>confdefs.h <<_ACEOF |
@@ -8912,7 +8912,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | ||
8912 | 8912 | # report actual input values of CONFIG_FILES etc. instead of their |
8913 | 8913 | # values after options handling. |
8914 | 8914 | ac_log=" |
8915 | -This file was extended by fermisurfer $as_me 1.9, which was | |
8915 | +This file was extended by fermisurfer $as_me 1.9.0, which was | |
8916 | 8916 | generated by GNU Autoconf 2.69. Invocation command line was |
8917 | 8917 | |
8918 | 8918 | CONFIG_FILES = $CONFIG_FILES |
@@ -8978,7 +8978,7 @@ _ACEOF | ||
8978 | 8978 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
8979 | 8979 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
8980 | 8980 | ac_cs_version="\\ |
8981 | -fermisurfer config.status 1.9 | |
8981 | +fermisurfer config.status 1.9.0 | |
8982 | 8982 | configured by $0, generated by GNU Autoconf 2.69, |
8983 | 8983 | with options \\"\$ac_cs_config\\" |
8984 | 8984 |
@@ -1,5 +1,5 @@ | ||
1 | 1 | AC_PREREQ([2.69]) |
2 | -AC_INIT([fermisurfer], [1.9], [mkawamura@issp.u-tokyo.ac.jp]) | |
2 | +AC_INIT([fermisurfer], [1.9.0], [mkawamura@issp.u-tokyo.ac.jp]) | |
3 | 3 | AC_CONFIG_AUX_DIR([config]) |
4 | 4 | AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |
5 | 5 | AC_CONFIG_HEADERS([config.h]) |
@@ -97,9 +97,9 @@ Windows. The information from the input file is printed. | ||
97 | 97 | |
98 | 98 | #. The number of node lines in each band. |
99 | 99 | |
100 | -Then, Operations are printed, and Fermi surfaces are drawn (Fig. :num:`start`). | |
100 | +Then, Operations are printed, and Fermi surfaces are drawn (Fig. :num:`startpng`). | |
101 | 101 | |
102 | -.. _start: | |
102 | +.. _startpng: | |
103 | 103 | |
104 | 104 | .. figure:: ../figs/start.png |
105 | 105 |
@@ -156,9 +156,9 @@ input file and the current Fermi energy; | ||
156 | 156 | |
157 | 157 | |
158 | 158 | Then, you should type the new Fermi energy; finally, the new Fermi |
159 | -surfaces are depicted (Fig. :num:`shift`). | |
159 | +surfaces are depicted (Fig. :num:`shiftpng`). | |
160 | 160 | |
161 | -.. _shift: | |
161 | +.. _shiftpng: | |
162 | 162 | |
163 | 163 | .. figure:: ../figs/shift.png |
164 | 164 |
@@ -168,7 +168,7 @@ surfaces are depicted (Fig. :num:`shift`). | ||
168 | 168 | Interpolation |
169 | 169 | ------------- |
170 | 170 | |
171 | -Smooth the Fermi surface with the interpolation (Fig. :num:`interpolate`). | |
171 | +Smooth the Fermi surface with the interpolation (Fig. :num:`interpolatepng`). | |
172 | 172 | Please type the number of interpolation points at the prompt |
173 | 173 | |
174 | 174 | :: |
@@ -177,7 +177,7 @@ Please type the number of interpolation points at the prompt | ||
177 | 177 | |
178 | 178 | The time for the plot increases with the interpolation ratio. |
179 | 179 | |
180 | -.. _interpolate: | |
180 | +.. _interpolatepng: | |
181 | 181 | |
182 | 182 | .. figure:: ../figs/interpolate.png |
183 | 183 |
@@ -199,9 +199,9 @@ Rotation | ||
199 | 199 | axis. |
200 | 200 | |
201 | 201 | In each menu, first the current value is printed. then a prompt to input |
202 | -the new value appears (Fig. :num:`setview`). | |
202 | +the new value appears (Fig. :num:`setviewpng`). | |
203 | 203 | |
204 | -.. _setview: | |
204 | +.. _setviewpng: | |
205 | 205 | |
206 | 206 | .. figure:: ../figs/setview.png |
207 | 207 |
@@ -211,9 +211,9 @@ Background color | ||
211 | 211 | ---------------- |
212 | 212 | |
213 | 213 | The background color is toggled between black and white; the edge of the |
214 | -Brillouin Zone is also toggled between white and black (Fig. :num:`background`). | |
214 | +Brillouin Zone is also toggled between white and black (Fig. :num:`backgroundpng`). | |
215 | 215 | |
216 | -.. _background: | |
216 | +.. _backgroundpng: | |
217 | 217 | |
218 | 218 | .. figure:: ../figs/background.png |
219 | 219 |
@@ -223,7 +223,7 @@ Brillouin Zone is also toggled between white and black (Fig. :num:`background`). | ||
223 | 223 | Color scale mode |
224 | 224 | ---------------- |
225 | 225 | |
226 | -It turns color pattern on Fermi surfaces (Fig. :num:`colorscale`). | |
226 | +It turns color pattern on Fermi surfaces (Fig. :num:`colorscalepng`). | |
227 | 227 | |
228 | 228 | Auto(default) : It makes blue as the minimum on Fermi surfaces and red |
229 | 229 | as the maximum on them. |
@@ -242,7 +242,7 @@ the color varies as red :math:`\rightarrow` yellow | ||
242 | 242 | :math:`\rightarrow` green :math:`\rightarrow` cyan :math:`\rightarrow` blue |
243 | 243 | :math:`\rightarrow` magenta :math:`\rightarrow` red. |
244 | 244 | |
245 | -.. _colorscale: | |
245 | +.. _colorscalepng: | |
246 | 246 | |
247 | 247 | .. figure:: ../figs/colorscale.png |
248 | 248 |
@@ -251,7 +251,7 @@ the color varies as red :math:`\rightarrow` yellow | ||
251 | 251 | Brillouin zone |
252 | 252 | -------------- |
253 | 253 | |
254 | -You choose Brillouin-zone type as follows (Fig. :num:`brillouinzone`): | |
254 | +You choose Brillouin-zone type as follows (Fig. :num:`brillouinzonepng`): | |
255 | 255 | |
256 | 256 | First Brillouin Zone : The region surrounded by Bragg's planes the |
257 | 257 | nearest to :math:`{\rm \Gamma}` point. |
@@ -259,7 +259,7 @@ nearest to :math:`{\rm \Gamma}` point. | ||
259 | 259 | Primitive Brillouin Zone : A hexahedron whose corner is the reciprocal |
260 | 260 | lattice point. |
261 | 261 | |
262 | -.. _brillouinzone: | |
262 | +.. _brillouinzonepng: | |
263 | 263 | |
264 | 264 | .. figure:: ../figs/brillouinzone.png |
265 | 265 |
@@ -270,9 +270,9 @@ Node line | ||
270 | 270 | --------- |
271 | 271 | |
272 | 272 | The line on which the matrix element becomes 0 (we call it node line) |
273 | -becomes enable/disable (Fig. :num:`nodeline`). | |
273 | +becomes enable/disable (Fig. :num:`nodelinepng`). | |
274 | 274 | |
275 | -.. _nodeline: | |
275 | +.. _nodelinepng: | |
276 | 276 | |
277 | 277 | .. figure:: ../figs/nodeline.png |
278 | 278 |
@@ -281,9 +281,9 @@ becomes enable/disable (Fig. :num:`nodeline`). | ||
281 | 281 | Color bar On/Off |
282 | 282 | ---------------- |
283 | 283 | |
284 | -The color bar becomes enable/disable (Fig. :num:`colorbar`). | |
284 | +The color bar becomes enable/disable (Fig. :num:`colorbarpng`). | |
285 | 285 | |
286 | -.. _colorbar: | |
286 | +.. _colorbarpng: | |
287 | 287 | |
288 | 288 | .. figure:: ../figs/colorbar.png |
289 | 289 |
@@ -293,7 +293,7 @@ Stereogram | ||
293 | 293 | ---------- |
294 | 294 | |
295 | 295 | The stereogram (parallel eyes and cross eyes) becomes enabled/disabled |
296 | -(Fig. :num:`stereogram`). | |
296 | +(Fig. :num:`stereogrampng`). | |
297 | 297 | |
298 | 298 | None (Default) |
299 | 299 |
@@ -301,7 +301,7 @@ Parallel : Parallel-eyes stereogram | ||
301 | 301 | |
302 | 302 | Cross : Cross-eyes stereogram |
303 | 303 | |
304 | -.. _stereogram: | |
304 | +.. _stereogrampng: | |
305 | 305 | |
306 | 306 | .. figure:: ../figs/stereogram.png |
307 | 307 |
@@ -312,7 +312,7 @@ Section | ||
312 | 312 | ------- |
313 | 313 | |
314 | 314 | Display a 2D plot of the Fermi surface (line) |
315 | -on an arbitrary section of the Brillouin zone (Fig. :num:`section`). | |
315 | +on an arbitrary section of the Brillouin zone (Fig. :num:`sectionpng`). | |
316 | 316 | |
317 | 317 | Section |
318 | 318 | Toggle the 2D plot of the Fermi surface (line). |
@@ -335,7 +335,7 @@ Modify Section (across Gamma) | ||
335 | 335 | |
336 | 336 | The section crosses :math:`\Gamma` point. |
337 | 337 | |
338 | -.. _section: | |
338 | +.. _sectionpng: | |
339 | 339 | |
340 | 340 | .. figure:: ../figs/section.png |
341 | 341 |
@@ -97,13 +97,13 @@ Windowsの場合 | ||
97 | 97 | |
98 | 98 | #. それぞれのバンドにおけるnode line (後述)の本数. |
99 | 99 | |
100 | -次に操作方法が出力され, Fermi面が描画されます(図 :num:`start` ). | |
100 | +次に操作方法が出力され, Fermi面が描画されます(図 :num:`startpng` ). | |
101 | 101 | |
102 | -.. _start: | |
102 | +.. _startpng: | |
103 | 103 | |
104 | 104 | .. figure:: ../figs/start.png |
105 | 105 | |
106 | - Fermisurferを起動した直後の画面. | |
106 | + Fermisurferを起動した直後の画面. | |
107 | 107 | |
108 | 108 | - マウスのドラッグによる回転が出来ます. |
109 | 109 |
@@ -157,9 +157,9 @@ Fermiエネルギー(デフォルトでは0)を任意の値にずらします. | ||
157 | 157 | Fermi energy shift : |
158 | 158 | |
159 | 159 | |
160 | -次に新しいFermiエネルギーを入力すると, Fermi面が再描画されます (図 :num:`shift`). | |
160 | +次に新しいFermiエネルギーを入力すると, Fermi面が再描画されます (図 :num:`shiftpng`). | |
161 | 161 | |
162 | -.. _shift: | |
162 | +.. _shiftpng: | |
163 | 163 | |
164 | 164 | .. figure:: ../figs/shift.png |
165 | 165 |
@@ -168,7 +168,7 @@ Fermiエネルギー(デフォルトでは0)を任意の値にずらします. | ||
168 | 168 | Interpolation |
169 | 169 | ------------- |
170 | 170 | |
171 | -補間により図の曲面を滑らかにします (図 :num:`interpolate`). | |
171 | +補間により図の曲面を滑らかにします (図 :num:`interpolatepng`). | |
172 | 172 | コンソールの |
173 | 173 | |
174 | 174 | :: |
@@ -177,7 +177,7 @@ Interpolation | ||
177 | 177 | |
178 | 178 | の後に分点数を入力してください. ただし分点数を増やすと描画にかかる時間も増えます. |
179 | 179 | |
180 | -.. _interpolate: | |
180 | +.. _interpolatepng: | |
181 | 181 | |
182 | 182 | .. figure:: ../figs/interpolate.png |
183 | 183 |
@@ -198,9 +198,9 @@ Rotation | ||
198 | 198 | x,y,z軸周りの回転角を指定します.回転操作はz軸-y軸-x軸の順で行われます |
199 | 199 | |
200 | 200 | それぞれのメニューを選択すると, はじめに現在の値が表示され, |
201 | -その後変更後の値を入れるプロンプトが現れます(図 :num:`setview`). | |
201 | +その後変更後の値を入れるプロンプトが現れます(図 :num:`setviewpng`). | |
202 | 202 | |
203 | -.. _setview: | |
203 | +.. _setviewpng: | |
204 | 204 | |
205 | 205 | .. figure:: ../figs/setview.png |
206 | 206 |
@@ -210,9 +210,9 @@ Background color | ||
210 | 210 | ---------------- |
211 | 211 | |
212 | 212 | 背景色を黒または白に切り替えます. Brillouin |
213 | -Zoneの枠線も白/黒と切り替わります (図 :num:`background`). | |
213 | +Zoneの枠線も白/黒と切り替わります (図 :num:`backgroundpng`). | |
214 | 214 | |
215 | -.. _background: | |
215 | +.. _backgroundpng: | |
216 | 216 | |
217 | 217 | .. figure:: ../figs/background.png |
218 | 218 |
@@ -221,7 +221,7 @@ Zoneの枠線も白/黒と切り替わります (図 :num:`background`). | ||
221 | 221 | Color scale mode |
222 | 222 | ---------------- |
223 | 223 | |
224 | -Fermi面の色表示のさせ方を変更します(図 :num:`colorscale`). | |
224 | +Fermi面の色表示のさせ方を変更します(図 :num:`colorscalepng`). | |
225 | 225 | |
226 | 226 | Auto(デフォルト) |
227 | 227 | カラースケールの範囲をFermi面上での物理量の最小値から最大値までとします. |
@@ -241,7 +241,7 @@ Periodic | ||
241 | 241 | 緑 :math:`\rightarrow` シアン :math:`\rightarrow` 青:math:`\rightarrow` |
242 | 242 | マゼンタ :math:`\rightarrow` 赤と変わります. |
243 | 243 | |
244 | -.. _colorscale: | |
244 | +.. _colorscalepng: | |
245 | 245 | |
246 | 246 | .. figure:: ../figs/colorscale.png |
247 | 247 |
@@ -251,7 +251,7 @@ Brillouin zone | ||
251 | 251 | -------------- |
252 | 252 | |
253 | 253 | 描画範囲をFirst Brillouin Zone/Primitive Brillouin Zoneと |
254 | -切り替える事が出来ます (図 :num:`brillouinzone`). | |
254 | +切り替える事が出来ます (図 :num:`brillouinzonepng`). | |
255 | 255 | |
256 | 256 | Fisrst Brillouin Zone |
257 | 257 | :math:`{\rm \Gamma}` 点から一番近いBragg面で囲まれた領域 |
@@ -259,7 +259,7 @@ Fisrst Brillouin Zone | ||
259 | 259 | Primitive Brillouine Zone |
260 | 260 | 逆格子ベクトルを辺とする平行6面体領域 |
261 | 261 | |
262 | -.. _brillouinzone: | |
262 | +.. _brillouinzonepng: | |
263 | 263 | |
264 | 264 | .. figure:: ../figs/brillouinzone.png |
265 | 265 |
@@ -268,9 +268,9 @@ Primitive Brillouine Zone | ||
268 | 268 | Node line |
269 | 269 | --------- |
270 | 270 | |
271 | -物理量が0となるところに引く線(node line)のOn/Offを切り替えます(図 :num:`nodeline`). | |
271 | +物理量が0となるところに引く線(node line)のOn/Offを切り替えます(図 :num:`nodelinepng`). | |
272 | 272 | |
273 | -.. _nodeline: | |
273 | +.. _nodelinepng: | |
274 | 274 | |
275 | 275 | .. figure:: ../figs/nodeline.png |
276 | 276 |
@@ -279,9 +279,9 @@ Node line | ||
279 | 279 | Color bar On/Off |
280 | 280 | ---------------- |
281 | 281 | |
282 | -カラーバーの表示/非表示を切り替えます(図 :num:`colorbar`). | |
282 | +カラーバーの表示/非表示を切り替えます(図 :num:`colorbarpng`). | |
283 | 283 | |
284 | -.. _colorbar: | |
284 | +.. _colorbarpng: | |
285 | 285 | |
286 | 286 | .. figure:: ../figs/colorbar.png |
287 | 287 |
@@ -290,7 +290,7 @@ Color bar On/Off | ||
290 | 290 | Stereogram |
291 | 291 | ---------- |
292 | 292 | |
293 | -裸眼立体視用の図の表示/非表示を切り替えます(図 :num:`stereogram`). | |
293 | +裸眼立体視用の図の表示/非表示を切り替えます(図 :num:`stereogrampng`). | |
294 | 294 | |
295 | 295 | None (デフォルト) |
296 | 296 | 立体視を無効にします. |
@@ -301,7 +301,7 @@ Parallel | ||
301 | 301 | Cross |
302 | 302 | 交差法用の図を表示します. |
303 | 303 | |
304 | -.. _stereogram: | |
304 | +.. _stereogrampng: | |
305 | 305 | |
306 | 306 | .. figure:: ../figs/stereogram.png |
307 | 307 |
@@ -311,7 +311,7 @@ Section | ||
311 | 311 | ------- |
312 | 312 | |
313 | 313 | Brillouin領域を任意の断面で切り取り, |
314 | -2次元のFermi面(線)を描画します (図 :num:`section`). | |
314 | +2次元のFermi面(線)を描画します (図 :num:`sectionpng`). | |
315 | 315 | |
316 | 316 | Section |
317 | 317 | 断面の表示・非表示を切り替えます. |
@@ -336,7 +336,7 @@ Modify Section (across Gamma) | ||
336 | 336 | の後に法線ベクトル(フラクショナル座標)を入力してください. |
337 | 337 | 断面は :math:`\Gamma` 点を通ります. |
338 | 338 | |
339 | -.. _section: | |
339 | +.. _sectionpng: | |
340 | 340 | |
341 | 341 | .. figure:: ../figs/section.png |
342 | 342 |
@@ -107,11 +107,11 @@ int main( | ||
107 | 107 | ) |
108 | 108 | { |
109 | 109 | printf("\n"); |
110 | - printf("########################################\n"); | |
111 | - printf("## ##\n"); | |
110 | + printf("##########################################\n"); | |
111 | + printf("## ##\n"); | |
112 | 112 | printf("## Welocome to FermiSurfer ver. %s ##\n", VERSION); |
113 | - printf("## ##\n"); | |
114 | - printf("########################################\n"); | |
113 | + printf("## ##\n"); | |
114 | + printf("##########################################\n"); | |
115 | 115 | printf("\n"); |
116 | 116 | if (argc < 2) { |
117 | 117 | printf("\n"); |