Package schrodinger :: Package application :: Package glide :: Package packages :: Module driver :: Class GridgenJob
[hide private]
[frames] | no frames]

Class GridgenJob

object --+    
         |    
  GlideJob --+
             |
            GridgenJob
Known Subclasses:

Objects of this class represent a gridgen job and additionally have the machinery for running the job. Since there is only one "subjob" to run, there's no subjob generator, database, or driver object involved.

Instance Methods [hide private]
 
__init__(self, keywords, jobname, options=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
run(self)
 
setUp(self)
 
writeInputFile(self)
 
addSubjob(self)
 
runSubjob(self)
 
checkGridFile(self)

Inherited from GlideJob: __getattr__, __str__, checkDevKeywords, iteritems

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]
  gridfile
  recep_file
  input_filename
  cpu_time

Inherited from object: __class__

Method Details [hide private]

__init__(self, keywords, jobname, options=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

gridfile

Get Method:
unreachable.gridfile(self)

recep_file

Get Method:
unreachable.recep_file(self)

input_filename

Get Method:
unreachable.input_filename(self)

cpu_time

Get Method:
unreachable.cpu_time(self)