예제 #1
0
    def run(self):
        """
        Run gamess
        """
        myjob = gms_run(self.config)
        myjob.caller()

        return
예제 #2
0
파일: gms_overlap.py 프로젝트: xielm12/JADE
 def run(self):
     """
     Run gamess
     """
     myjob = gms_run(self.config)
     myjob.caller()
     
     return
예제 #3
0
    def run(self):
        """
        call the QC code & confirm the running is ok. if not throw error messages.
        """
        # exec jobs
        myjob = gms_run(self.config)
        myjob.caller()

        return
예제 #4
0
파일: gms_nonzero.py 프로젝트: xielm12/JADE
 def run(self):
     """
     call the QC code & confirm the running is ok. if not throw error messages.
     """
     # exec jobs
     myjob = gms_run(self.config)
     myjob.caller()
     
     return