예제 #1
0
 def test_plot_dos4(self):
     gcf().clear()
     dosplot('files/kkr/kkr_run_dos_output/',
             units='eV_rel',
             nofig=True,
             allatoms=True,
             lm=list(range(1, 5)))
     return gcf()
예제 #2
0
 def test_plot_dos2(self):
     gcf().clear()
     dosplot('files/kkr/kkr_run_dos_output/',
             units='eV_rel',
             nofig=True,
             allatoms=True,
             totonly=False)
     return gcf()
예제 #3
0
 def test_plot_dos3(self):
     gcf().clear()
     dosplot('files/kkr/kkr_run_dos_output/',
             units='eV_rel',
             nofig=True,
             allatoms=True,
             filled=True,
             normalized=True,
             xyswitch=True,
             color='r')
     return gcf()
예제 #4
0
 def test_plot_dos(self):
     gcf().clear()
     dosplot('files/kkr/kkr_run_dos_output/')
     return gcf()