古いバージョンのBBSは閲覧のみ可能です。
The old BBS is read only.

6221

DOS plot (1) Outline

Posted on : April 14, 2012 (Sat) 12:58:08

by Koji Kobashi

I recall that several years ago, Dr Kotani, who was then in Prof Akai's lab, presented a package to plot a DOS. One may still find it somewhere in the BBC. All you need is to input a following command in the terminal (example):

./gpd out/Cu_00_dos

To run this properly, one needs to prepare "gpdos" that has been compiled as follows:

g77 gpdos gpdos.f

Alternatively, one can also do the following:

g77 gpdos.f
mv a.out gpdos

Then an eps file of the DOS of "Cu_00_dos" is created that could be seen by a linux software "evince" (Document Viewer) or other softwares.