Home
last modified time | relevance | path

Searched refs:ExchangePeriodicScreened_calc (Results 1 – 2 of 2) sorted by relevance

/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DCoulomb_internal.h203 struct ExchangePeriodicScreened_calc struct
205 ExchangePeriodicScreened_calc(double omega) : inv4omegaSq(0.25/(omega*omega)) {} in ExchangePeriodicScreened_calc() function
308 void exchangeAnalytic(vector3<int> S, const matrix3<>& GGT, const ExchangePeriodicScreened_calc& ca…
314 void exchangeAnalytic_gpu(vector3<int> S, const matrix3<>& GGT, const ExchangePeriodicScreened_calc
321 void exchangeAnalyticStress(vector3<int> S, const matrix3<>& G, const ExchangePeriodicScreened_calc
327 …eAnalyticStress_gpu(vector3<int> S, const matrix3<>& G, const ExchangePeriodicScreened_calc& calc,…
H A DCoulomb_ExchangeEval.cpp584 { if(omega) CALL_exchangeAnalytic(ExchangePeriodicScreened_calc(omega)); in operator ()()
635 { if(omega) RETURN_exchangeAnalyticStress(ExchangePeriodicScreened_calc(omega)) in latticeGradient()