Example #1
0
 def get_ovlp(self, mol=None, gauge_orig=None):
     if mol is None: mol = self.mol
     if gauge_orig is None: gauge_orig = self.gauge_orig
     return rhf_nmr.get_ovlp(mol,
                             gauge_orig)  #Jia, try to understand this later
Example #2
0
 def get_ovlp(self, mol=None, gauge_orig=None):
     if mol is None: mol = self.mol
     if gauge_orig is None: gauge_orig = self.gauge_orig
     return rhf_nmr.get_ovlp(mol, gauge_orig)
Example #3
0
 def get_ovlp(self, mol=None, gauge_orig=None):
     if mol is None: mol = self.mol
     if gauge_orig is None: gauge_orig = self.gauge_orig
     return rhf_nmr.get_ovlp(mol, gauge_orig)