Home
last modified time | relevance | path

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

/dports/science/chemps2/CheMPS2-1.8.10/PyCheMPS2/
H A DPyCheMPS2.pyx335 … ndim=1, mode="c"] orbsLeft not None, np.ndarray[int, ndim=1, mode="c"] orbsRight not None, bool i…
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)])
342 assert orbsRight.flags['C_CONTIGUOUS']
343 …atrix_addition(alpha, beta, eta, &orbsLeft[0], len(orbsLeft), &orbsRight[0], len(orbsRight), isUp,…
345 … ndim=1, mode="c"] orbsLeft not None, np.ndarray[int, ndim=1, mode="c"] orbsRight not None, bool i…
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)])
352 assert orbsRight.flags['C_CONTIGUOUS']
353 …matrix_removal(alpha, beta, eta, &orbsLeft[0], len(orbsLeft), &orbsRight[0], len(orbsRight), isUp,…
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/include/chemps2/
H A DFCI.h198 …ta, const double eta, int * orbsLeft, const unsigned int numLeft, int * orbsRight, const unsigned …
232 …ta, const double eta, int * orbsLeft, const unsigned int numLeft, int * orbsRight, const unsigned …
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DFCI.cpp2215 …ta, const double eta, int * orbsLeft, const unsigned int numLeft, int * orbsRight, const unsigned … in GFmatrix_addition() argument
2227 …for (unsigned int cnt = 0; cnt < numRight; cnt++){ int orbr = orbsRight[ cnt ]; assert((orbr < L) … in GFmatrix_addition()
2244 const int orbitalRight = orbsRight[ cnt_right ]; in GFmatrix_addition()
2306 …ta, const double eta, int * orbsLeft, const unsigned int numLeft, int * orbsRight, const unsigned … in GFmatrix_removal() argument
2318 …for (unsigned int cnt = 0; cnt < numRight; cnt++){ int orbr = orbsRight[ cnt ]; assert((orbr < L) … in GFmatrix_removal()
2335 const int orbitalRight = orbsRight[ cnt_right ]; in GFmatrix_removal()