예제 #1
0
 def pspace(self, h1e, eri, norb, nelec, hdiag, np=400):
     nelec = _unpack_nelec(nelec, self.spin)
     return direct_spin1.pspace(h1e, eri, norb, nelec, hdiag, np)
예제 #2
0
 def pspace(self, h1e, eri, norb, nelec, hdiag, np=400):
     nelec = _unpack_nelec(nelec, self.spin)
     return direct_spin1.pspace(h1e, eri, norb, nelec, hdiag, np)
예제 #3
0
 def pspace(self, h1e, eri, norb, nelec, hdiag, np=400):
     return direct_spin1.pspace(h1e, eri, norb, nelec, hdiag, np)
예제 #4
0
 def pspace(self, h1e, eri, norb, nelec, hdiag, np=400):
     return direct_spin1.pspace(h1e, eri, norb, nelec, hdiag, np)