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

        return
Exemple #2
0
 def run(self):
     """
     Run gamess
     """
     myjob = gms_run(self.config)
     myjob.caller()
     
     return
Exemple #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
Exemple #4
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