Re: Change the number of data point in Density of States calculation ( No.1 ) |
- Date: 2014/03/17 16:37
- Name: T. Ozaki
- Hi,
For DosMain.c, just changing the following part
if (method==1){ Dos_N = 500; } else if (method==4){ Dos_N = iemax - iemin + 1; } else{ Dos_N = (emax-emin)/gaussian*5; }
as you like will realize your wish.
Regards,
TO
|
|