Example #1
0
 def __init__(self, symbol, xcname='LDA', scalarrel=True, corehole=None,
              configuration=None,
              nofiles=True, txt='-', gpernode=150,
              orbital_free=False, tw_coeff=1.):
     AllElectron.__init__(self, symbol, xcname, scalarrel, corehole,
                          configuration, nofiles, txt, gpernode,
                          orbital_free, tw_coeff)
Example #2
0
 def __init__(self,
              symbol,
              xcname='LDA',
              scalarrel=False,
              corehole=None,
              configuration=None,
              nofiles=True,
              txt='-',
              gpernode=150):
     AllElectron.__init__(self, symbol, xcname, scalarrel, corehole,
                          configuration, nofiles, txt, gpernode)
Example #3
0
 def __init__(self, symbol, xcname='LDA', scalarrel=False, corehole=None,
              configuration=None,
              nofiles=True, txt='-', gpernode=150):
     AllElectron.__init__(self, symbol, xcname, scalarrel, corehole,
                          configuration, nofiles, txt, gpernode)