Home
last modified time | relevance | path

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

/dports/science/madness/madness-ebb3fd7/src/apps/hf/
H A Dhartreefock.cc252 double HartreeFock<T,NDIM>::calculate_tot_ke_sp(const std::vector<funcT>& phis) in calculate_tot_ke_sp() function in madness::HartreeFock
323 double ke = 2.0 * calculate_tot_ke_sp(phis); in iterateOutput()
H A Ddft.cc277 double DFT<T,NDIM>::calculate_tot_ke_sp(const std::vector<funcT>& phis, bool spinpol, in calculate_tot_ke_sp() function in madness::DFT
372 double ke = DFT::calculate_tot_ke_sp(phis, false, periodic); in iterateOutput()
H A Dhartreefock.h237 double calculate_tot_ke_sp(const std::vector<funcT>& phis);
H A Ddft.h289 static double calculate_tot_ke_sp(const std::vector<funcT>& phis,