Esempio n. 1
0
 def __init__( self, path = None, opts = "", sysopts = { "verbose" : False, "debug" : False } ):
   File.__init__( self, path, opts, sysopts )
   self.geom = Geometry( 'CHGCAR' )
   self.species = {}
   self._natom  = 0
   self.voldata = {}
   self.volcol = 5
Esempio n. 2
0
 def __init__(self, path=None, opts="", sysopts={"verbose": False, "debug": False}):
     File.__init__(self, path, opts, sysopts)
     self.geom = Geometry("SCCOUT")
     self.species = {}
Esempio n. 3
0
File: UEIG.py Progetto: hornos/pypak
 def __init__( self, path = None, opts = "", sysopts = { "verbose" : False, "debug" : False } ):
   File.__init__( self, path, opts, sysopts )
   self.alpha = {}
   self.beta  = {}
Esempio n. 4
0
File: UPOT.py Progetto: hornos/pypak
 def __init__( self, path = None, opts = "", sysopts = { "verbose" : False, "debug" : False } ):
   File.__init__( self, path, opts, sysopts )
   self.geom = Geometry( 'UPOT' )
   self.reference_upot = None