예제 #1
0
    def analyze(self):
        """
        read ao overlap matrix
        """
        myjob = gms_parser(self.config)
        myjob.get_ao()

        return
예제 #2
0
파일: gms_overlap.py 프로젝트: xielm12/JADE
 def analyze(self):
     """
     read ao overlap matrix
     """
     myjob = gms_parser(self.config)
     myjob.get_ao()
     
     return
예제 #3
0
    def analyze(self):
        """
        for surface hopping like calc., the required QC information was extraced.
        """
        gms = gms_parser(self.config)
        # @check correction first
        gms.get_td_dat()

        return
예제 #4
0
파일: gms_nonzero.py 프로젝트: xielm12/JADE
    def analyze(self):
        """
        for surface hopping like calc., the required QC information was extraced.
        """
        gms = gms_parser(self.config)        
        # @check correction first
        gms.get_td_dat()

        return
예제 #5
0
    def analyze(self):
        """
        extract data used for surface hopping dynamics., 
        the required QC information was extraced.
        """
        parser = gms_parser(self.config)
        # @check correction first
        parser.get_td_dat()

        return
예제 #6
0
파일: gms_zero.py 프로젝트: xielm12/JADE
 def analyze(self):
     """
     extract data used for surface hopping dynamics., 
     the required QC information was extraced.
     """
     parser = gms_parser(self.config)        
     # @check correction first
     parser.get_td_dat()
  
     return