Home
last modified time | relevance | path

Searched refs:orbsLeft (Results 1 – 3 of 3) sorted by relevance

/dports/science/chemps2/CheMPS2-1.8.10/PyCheMPS2/
H A DPyCheMPS2.pyx335 …ouble alpha, double beta, double eta, np.ndarray[int, ndim=1, mode="c"] orbsLeft not None, np.ndar…
336 cdef np.ndarray[double, ndim=1, mode="c"] RePart = np.zeros([len(orbsLeft)*len(orbsRight)])
337 cdef np.ndarray[double, ndim=1, mode="c"] ImPart = np.zeros([len(orbsLeft)*len(orbsRight)])
341 assert orbsLeft.flags['C_CONTIGUOUS']
343 …self.thisptr.GFmatrix_addition(alpha, beta, eta, &orbsLeft[0], len(orbsLeft), &orbsRight[0], len(o…
345 …ouble alpha, double beta, double eta, np.ndarray[int, ndim=1, mode="c"] orbsLeft not None, np.ndar…
346 cdef np.ndarray[double, ndim=1, mode="c"] RePart = np.zeros([len(orbsLeft)*len(orbsRight)])
347 cdef np.ndarray[double, ndim=1, mode="c"] ImPart = np.zeros([len(orbsLeft)*len(orbsRight)])
351 assert orbsLeft.flags['C_CONTIGUOUS']
353 …self.thisptr.GFmatrix_removal(alpha, beta, eta, &orbsLeft[0], len(orbsLeft), &orbsRight[0], len(or…
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/include/chemps2/
H A DFCI.h198 …addition(const double alpha, const double beta, const double eta, int * orbsLeft, const unsigned i…
232 …_removal(const double alpha, const double beta, const double eta, int * orbsLeft, const unsigned i…
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DFCI.cpp2215 …addition(const double alpha, const double beta, const double eta, int * orbsLeft, const unsigned i… in GFmatrix_addition() argument
2226 …for (unsigned int cnt = 0; cnt < numLeft; cnt++){ int orbl = orbsLeft[ cnt ]; assert((orbl < L) … in GFmatrix_addition()
2247 …if ( getOrb2Irrep( orbsLeft[ cnt_left] ) == getOrb2Irrep( orbitalRight ) ){ matchingIrrep = true; } in GFmatrix_addition()
2270 const int orbitalLeft = orbsLeft[ cnt_left ]; in GFmatrix_addition()
2306 …_removal(const double alpha, const double beta, const double eta, int * orbsLeft, const unsigned i… in GFmatrix_removal() argument
2317 …for (unsigned int cnt = 0; cnt < numLeft; cnt++){ int orbl = orbsLeft [ cnt ]; assert((orbl < L) … in GFmatrix_removal()
2338 …if ( getOrb2Irrep( orbsLeft[ cnt_left] ) == getOrb2Irrep( orbitalRight ) ){ matchingIrrep = true; } in GFmatrix_removal()
2361 const int orbitalLeft = orbsLeft[ cnt_left ]; in GFmatrix_removal()