Esempio n. 1
0
    def analyze(self):
        """
        read ao overlap matrix
        """
        gau = gau_parser(self.config)
        gau.get_ao()

        return
Esempio n. 2
0
    def analyze(self):
        """
        for surface hopping like calc., the required QC information was extraced.
        """
        gau = gau_parser(self.config)        
        # @check correction first
        gau.get_td()

        return
Esempio n. 3
0
    def analyze(self):
        """
        for surface hopping like calc., the required QC information was extraced.
        """
        gau = gau_parser(self.config)        
        # @check correction first
        gau.get_td_dat()

        return
Esempio n. 4
0
 def analyze(self):
     """
     extract data used for surface hopping dynamics., 
     the required QC information was extraced.
     """
     gau = gau_parser(self.config)        
     # @check correction first
     gau.get_td_dat()
  
     return
Esempio n. 5
0
    def analyze(self):
        """
        extract data used for surface hopping dynamics., 
        the required QC information was extraced.
        """
        gau = gau_parser(self.config)
        # @check correction first
        gau.get_td_dat()

        return