Home
last modified time | relevance | path

Searched refs:py_integration_weights (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-phonopy/phonopy-2.11.0/c/
H A D_phonopy.c1072 PyArrayObject* py_integration_weights; in py_thm_integration_weight_at_omegas() local
1085 &py_integration_weights, in py_thm_integration_weight_at_omegas()
1093 iw = (double*)PyArray_DATA(py_integration_weights); in py_thm_integration_weight_at_omegas()
/dports/science/phonopy/phonopy-2.11.0/c/
H A D_phonopy.c1072 PyArrayObject* py_integration_weights; in py_thm_integration_weight_at_omegas() local
1085 &py_integration_weights, in py_thm_integration_weight_at_omegas()
1093 iw = (double*)PyArray_DATA(py_integration_weights); in py_thm_integration_weight_at_omegas()
/dports/science/py-phono3py/phono3py-1.22.3/c/
H A D_phono3py.c1186 PyArrayObject *py_integration_weights; in py_get_thm_isotope_strength() local
1209 &py_integration_weights, in py_get_thm_isotope_strength()
1224 integration_weights = (double*)PyArray_DATA(py_integration_weights); in py_get_thm_isotope_strength()