Home
last modified time | relevance | path

Searched refs:mo_tmp (Results 1 – 4 of 4) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled/ledpanel/src/
H A Dwxledfont.cpp109 const MatrixObject* mo_tmp=0; in GetMOForText() local
120 mo_tmp=this->GetLetter(c); in GetMOForText()
121 if(mo_tmp!=NULL) in GetMOForText()
124 mo_lines[line]->SetDatesAt(x,0,*mo_tmp); in GetMOForText()
127 x+=mo_tmp->GetWidth()+m_letterspace; in GetMOForText()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/soscf/
H A Dnewton_ah.py488 mo_energy, mo_tmp = mf.eig(fock, s1e)
489 mf.get_occ(mo_energy, mo_tmp)
490 mo_tmp = None
543 mo_energy, mo_tmp = mf.eig(fock, s1e)
544 mf.get_occ(mo_energy, mo_tmp)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmixed_cdft_methods.F2081 TYPE(cp_fm_type), POINTER :: inverse_mat, mo_overlap_wfn, mo_tmp local
2174 CALL cp_fm_create(matrix=mo_tmp, &
2181 mo_tmp, nmo, 1.0_dp, 0.0_dp)
2186 mo_tmp, 0.0_dp, mo_overlap_wfn)
2192 mo_tmp, 0.0_dp, mo_overlap_wfn)
2197 CALL cp_fm_release(mo_tmp)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dmixed_cdft_methods.F2080 TYPE(cp_fm_type), POINTER :: inverse_mat, mo_overlap_wfn, mo_tmp local
2173 CALL cp_fm_create(matrix=mo_tmp, &
2180 mo_tmp, nmo, 1.0_dp, 0.0_dp)
2185 mo_tmp, 0.0_dp, mo_overlap_wfn)
2191 mo_tmp, 0.0_dp, mo_overlap_wfn)
2196 CALL cp_fm_release(mo_tmp)