Home
last modified time | relevance | path

Searched defs:nocc2 (Results 1 – 9 of 9) sorted by relevance

/dports/science/bagel/bagel-1.2.2/src/df/
H A Dreldffull.h57 …int nocc2() const { assert(dffull_[0]->nocc2() == dffull_[1]->nocc2()); return dffull_[0]->nocc2()… in nocc2() function
113 int nocc2() const { assert(!data_.empty()); return data_.front()->nocc2(); } in nocc2() function
H A Ddf.h211 …DFFullDist(const std::shared_ptr<const ParallelDF> df, const int nocc1, const int nocc2) : Paralle… in DFFullDist()
214 int nocc2() const { return nindex2_; } in nocc2() function
H A Dcomplexdf.h178 …ComplexDFFullDist(const std::shared_ptr<const ParallelDF> df, const int nocc, const int nocc2) : D… in ComplexDFFullDist()
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Numerics/detail/HIP/Kernels/
H A Dbatched_dot_wabn_wban.hip.cpp40 int nocc2 = nocc * nocc; in kernel_batched_dot_wabn_wban() local
91 int nocc2 = nocc * nocc; in kernel_batched_dot_wanb_wbna() local
H A Ddot_wabn.hip.cpp34 int nocc2 = nocc * nocc; in kernel_dot_wabn() local
133 int nocc2 = nocc * nocc; in kernel_dot_wanb2() local
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Numerics/detail/CUDA/Kernels/
H A Dbatched_dot_wabn_wban.cu47 int nocc2 = nocc * nocc; in kernel_batched_dot_wabn_wban() local
98 int nocc2 = nocc * nocc; in kernel_batched_dot_wanb_wbna() local
H A Ddot_wabn.cu43 int nocc2 = nocc * nocc; in kernel_dot_wabn() local
142 int nocc2 = nocc * nocc; in kernel_dot_wanb2() local
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/response/
H A Dkslrf.py312 def get_band_transitions_domain(bandsummation, nbands, nocc1=None, nocc2=None): argument
372 def remove_null_transitions(n1_M, n2_M, nocc1=None, nocc2=None): argument
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DCASPT2.cpp802 const long long nocc2 = idx->getNOCC( i2 ); in vector_length() local