Home
last modified time | relevance | path

Searched defs:calculate_potential_matrix (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-gpaw/gpaw-21.6.0/gpaw/
H A Dlfc.py1054 def calculate_potential_matrix(self, vt_G, Vt_MM, q): member in BasisFunctions
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/atom/
H A Daeatom.py92 def calculate_potential_matrix(self, vr_g): member in GaussianBasis
/dports/science/py-gpaw/gpaw-21.6.0/c/
H A Dlfc.c231 PyObject* calculate_potential_matrix(LFCObject *lfc, PyObject *args) in calculate_potential_matrix() function