Example #1
0
File: xyz.py Project: 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 = {}
Example #2
0
File: UPOT.py Project: 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