(self, Options)
| 106 | return DOS(self.eps,self.rho,self.name) |
| 107 | |
| 108 | def _plot_(self, Options) : |
| 109 | return [ {'label' : self.name, 'xlabel' :r'$\epsilon$', 'ylabel' : r'%s$(\epsilon)$'%self.name, 'xdata' : self.eps,'ydata' : self.rho } ] |
| 110 | |
| 111 | def density(self,mu=0): |
| 112 | r""" |
nothing calls this directly
no outgoing calls
no test coverage detected