Exemplo n.º 1
0
    def analyze(self):
        """
        read ao overlap matrix
        """
        myjob = gms_parser(self.config)
        myjob.get_ao()

        return
Exemplo n.º 2
0
 def analyze(self):
     """
     read ao overlap matrix
     """
     myjob = gms_parser(self.config)
     myjob.get_ao()
     
     return
Exemplo n.º 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
Exemplo n.º 4
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
Exemplo n.º 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
Exemplo n.º 6
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