Lines Matching refs:NAEB

277                                int NAEB,  in read_general_wavefunction()  argument
292 NEL += NAEB; in read_general_wavefunction()
320 if (walker_type == COLLINEAR && (NAEA == NAEB && wfn_type == 0)) in read_general_wavefunction()
362 …::shm::construct_csr_matrix_single_input<PsiT_Matrix>(OrbMat(OrbMat.extension(0), {0, NAEB}), 1e-8, in read_general_wavefunction()
398 read_mat(in, OrbMat(OrbMat.extension(0), {0, NAEB}), Cstyle, fullMOMat, NMO, NAEB); in read_general_wavefunction()
400 …::construct_csr_matrix_single_input<PsiT_Matrix>(OrbMat(OrbMat.extension(0), {0, NAEB}), 1e-8, 'H', in read_general_wavefunction()
408 if (NAEB != 0) in read_general_wavefunction()
440 int NAEB, in read_ph_wavefunction() argument
458 NEL += NAEB; in read_ph_wavefunction()
557 std::vector<size_t> counts_beta(NAEB + 1); in read_ph_wavefunction()
560 std::vector<std::vector<int>> unique_beta(NAEB + 1); in read_ph_wavefunction()
604 for (int k = 0, q = 0; k < NAEB; k++) in read_ph_wavefunction()
626 for (int i = 1; i <= NAEB; i++) in read_ph_wavefunction()
633 …ph_excitations<int, ComplexType> ph_struct(ndets, NAEA, NAEB, counts_alpha, counts_beta, shared_al… in read_ph_wavefunction()
643 for (int i = 0; i < NAEB; i++) in read_ph_wavefunction()
680 for (int k = 0, q = 0; k < NAEB; k++) in read_ph_wavefunction()
707 int NAEB, in read_ph_wavefunction_hdf() argument
717 NEL += NAEB; in read_ph_wavefunction_hdf()
735 getCommonInput(dump, NMO, NAEA, NAEB, ndets, ci_coeff, wtype, comm.root()); in read_ph_wavefunction_hdf()
736 if (walker_type != wtype && NAEA != NAEB) in read_ph_wavefunction_hdf()
801 int NAEB) in build_ph_struct() argument
809 std::vector<size_t> counts_beta(NAEB + 1); in build_ph_struct()
812 std::vector<std::vector<int>> unique_beta(NAEB + 1); in build_ph_struct()
851 for (int k = 0, q = 0; k < NAEB; k++) in build_ph_struct()
871 for (int i = 1; i <= NAEB; i++) in build_ph_struct()
878 …ph_excitations<int, ComplexType> ph_struct(ndets, NAEA, NAEB, counts_alpha, counts_beta, shared_al… in build_ph_struct()
886 for (int i = 0; i < NAEB; i++) in build_ph_struct()
919 for (int k = 0, q = 0; k < NAEB; k++) in build_ph_struct()
942 int NAEB, in getCommonInput() argument
965 if (NAEB != dims[2]) in getCommonInput()
995 …string fileName, boost::multi::array<ComplexType, 3>& OrbMat, int NMO, int NAEA, int NAEB, int det) in readWfn() argument
1038 read_mat(in, OrbMat[1], Cstyle, fullMOMat, NMO, NAEB); in readWfn()
1042 OrbMat.reextent({1, 2 * NMO, NAEA + NAEB}); in readWfn()
1043 read_mat(in, OrbMat[0], Cstyle, fullMOMat, 2 * NMO, NAEA + NAEB); in readWfn()