Searched refs:CAct (Results 1 – 4 of 4) sorted by relevance
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/mcscf/ |
H A D | PiOS.py | 211 CAct = np.array(CActOcc + CActVir).T 214 SAct = mdot(CAct.T, S1, CAct) 220 CAct = np.dot(CAct, MakeSmh(SAct)) 221 CAct = SemiCanonicalize(CAct, Fock, S1, "active") 229 CAct = np.array(CActList).T 230 SAct = mdot(CAct.T, S1, CAct) 231 CAct = np.dot(CAct, MakeSmh(SAct)) 233 SActMo = mdot(COrb1.T, S1.T, CAct, CAct.T, S1, COrb1) 236 nRest = COrb1.shape[1] - CAct.shape[1] 249 COrbNew = np.hstack([CAct]) [all …]
|
/dports/math/gap/gap-4.11.0/pkg/HeLP-3.5/lib/ |
H A D | HeLP_internal_functions.gi | 804 BindGlobal("HeLP_INTERNAL_WithGivenOrderAndPAAllTables", function(CAct, tables, ord, pas) 805 # arguments: CAct character table 806 # tables: list of other character tables (derived from CAct) that should be used 810 W := HeLP_INTERNAL_MakeSystem(Irr(CAct), ord, CAct, pas); 834 InstallGlobalFunction("HeLP_INTERNAL_WithGivenOrderAllTables", function(CAct, tables, ord) 835 # arguments: CAct character table 836 # tables: list of other character tables (derived from CAct) that should be used 845 presol := HeLP_INTERNAL_WithGivenOrderAllTables(CAct, tables, d); 875 intersol := HeLP_INTERNAL_WithGivenOrderAndPAAllTables(CAct, tables, ord, pa);
|
H A D | HeLP.gi | 500 local C, relevant_primes, tables, B, p, BT_not_available, intersol, CAct; 509 CAct := CT; 513 CAct := C; 515 CAct := CT; 531 intersol := HeLP_INTERNAL_WithGivenOrderAndPAAllTables(CAct, tables, ord, pas); 551 local C, CAct, B, BT_not_available, relevant_primes, p, tables, properdivisors, intersol, d, presol; 560 CAct := CT; 564 CAct := C; 566 CAct := CT; 587 intersol := HeLP_INTERNAL_WithGivenOrderAllTables(CAct, tables, ord);
|
/dports/editors/fte/fte/src/ |
H A D | e_search.cpp | 911 int CAct, NAct; in ShowPosition() local 923 CAct = VToR(CP.Row) + 1; in ShowPosition() 974 CAct, NAct, in ShowPosition()
|