Exemplo n.º 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
Exemplo n.º 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)
Exemplo n.º 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)