Home
last modified time | relevance | path

Searched refs:_eigh (Results 1 – 16 of 16) sorted by relevance

/dports/science/py-pyscf/pyscf-2.0.1/pyscf/dft/
H A Ddks.py158 _eigh = dhf.RDHF._eigh variable in RDKS
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/normalization/
H A Ddecorrelated_batch_normalization.py14 def _eigh(a, xp): function
102 self.eigvals, self.eigvectors = _eigh(cov, xp)
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/scf/
H A Dghf_symm.py149 return self._eigh(h, s)
159 e, c = self._eigh(h[ir], s[ir])
H A Duhf_symm.py327 return self._eigh(h, s)
336 e, c = self._eigh(ha[ir], s[ir])
349 e, c = self._eigh(hb[ir], s[ir])
H A Datom_hf.py116 e, c = self._eigh(f_l, s_l)
H A Ddhf.py675 def _eigh(self, h, s): member in HF1e
679 return DHF._eigh(self, h, s)
691 def _eigh(self, h, s): member in RDHF
H A Dhf_symm.py215 mo_energy, u = mf._eigh(fock_ir, s_ir)
302 return mf._eigh(h, s)
311 e, c = mf._eigh(h[ir], s[ir])
H A Duhf.py775 e_a, c_a = self._eigh(fock[0], s)
776 e_b, c_b = self._eigh(fock[1], s)
H A Daddons.py513 mf._eigh = eigh
525 mf._eigh = eigh
H A Drohf.py380 e, c = self._eigh(fock, s)
H A Dhf.py1487 def _eigh(self, h, s): member in SCF
1496 return self._eigh(h, s)
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/x2c/
H A Dx2c.py362 def _eigh(self, h, s): member in X2C_UHF
490 def _eigh(self, h, s): member in X2C_RHF
521 def _eigh(self, h, s): member in X2C_RKS
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/scf/
H A Dkhf.py681 e, c = self._eigh(h_kpts[k], s_kpts[k])
/dports/math/py-jax/jax-0.2.9/jax/experimental/jax2tf/
H A Djax2tf.py2116 def _eigh(operand: TfVal, lower: bool): function
2129 tf_impl[lax_linalg.eigh_p] = _eigh
/dports/math/py-algopy/algopy-0.5.7/algopy/utpm/
H A Dalgorithms.py1928 def _eigh(cls, L_data, Q_data, A_data, epsilon = 1e-8, full_output = False): member in RawAlgorithmsMixIn
H A Dutpm.py2733 UTPM._eigh( l.data, Q.data, A.data, epsilon = epsilon)