Exemplo n.º 1
0
Arquivo: xyz.py Projeto: hornos/pypak
 def __init__( self, path = None, opts = "", sysopts = { "verbose" : False, "debug" : False } ):
   File.__init__( self, path, opts, sysopts )
   self.geom = Geometry( 'xyz' )
   self.species = {}
Exemplo n.º 2
0
Arquivo: UPOT.py Projeto: hornos/pyf3
 def __init__( self, path = None, opts = "", sysopts = { "verbose" : False, "debug" : False } ):
   File.__init__( self, path, opts, sysopts )
   self.geom = Geometry( 'UPOT' )
   self.reference = None