Lines Matching refs:METH_VARARGS

160     {"symmetrize", symmetrize, METH_VARARGS, 0},
161 {"symmetrize_ft", symmetrize_ft, METH_VARARGS, 0},
162 {"symmetrize_wavefunction", symmetrize_wavefunction, METH_VARARGS, 0},
163 {"symmetrize_return_index", symmetrize_return_index, METH_VARARGS, 0},
164 {"symmetrize_with_index", symmetrize_with_index, METH_VARARGS, 0},
165 {"map_k_points", map_k_points, METH_VARARGS, 0},
166 {"tetrahedron_weight", tetrahedron_weight, METH_VARARGS, 0},
168 {"mmm", mmm, METH_VARARGS, 0},
169 {"gemm", gemm, METH_VARARGS, 0},
170 {"rk", rk, METH_VARARGS, 0},
171 {"r2k", r2k, METH_VARARGS, 0},
173 {"Operator", NewOperatorObject, METH_VARARGS, 0},
174 {"WOperator", NewWOperatorObject, METH_VARARGS, 0},
175 {"Spline", NewSplineObject, METH_VARARGS, 0},
176 {"Transformer", NewTransformerObject, METH_VARARGS, 0},
177 {"add_to_density", add_to_density, METH_VARARGS, 0},
178 {"utilities_gaussian_wave", utilities_gaussian_wave, METH_VARARGS, 0},
179 {"eed_region", exterior_electron_density_region, METH_VARARGS, 0},
180 {"plane_wave_grid", plane_wave_grid, METH_VARARGS, 0},
181 {"pwlfc_expand", pwlfc_expand, METH_VARARGS, 0},
182 {"pw_insert", pw_insert, METH_VARARGS, 0},
183 {"pw_precond", pw_precond, METH_VARARGS, 0},
184 {"fd_precond", fd_precond, METH_VARARGS, 0},
185 {"pack", pack, METH_VARARGS, 0},
186 {"unpack", unpack, METH_VARARGS, 0},
187 {"unpack_complex", unpack_complex, METH_VARARGS, 0},
188 {"hartree", hartree, METH_VARARGS, 0},
189 {"localize", localize, METH_VARARGS, 0},
190 {"XCFunctional", NewXCFunctionalObject, METH_VARARGS, 0},
192 {"lxcXCFunctional", NewlxcXCFunctionalObject, METH_VARARGS, 0},
193 {"lxcXCFuncNum", lxcXCFuncNum, METH_VARARGS, 0},
195 {"tci_overlap", tci_overlap, METH_VARARGS, 0},
196 {"vdw", vdw, METH_VARARGS, 0},
197 {"vdw2", vdw2, METH_VARARGS, 0},
198 {"spherical_harmonics", spherical_harmonics, METH_VARARGS, 0},
199 {"pc_potential", pc_potential, METH_VARARGS, 0},
200 {"spline_to_grid", spline_to_grid, METH_VARARGS, 0},
201 {"LFC", NewLFCObject, METH_VARARGS, 0},
202 {"globally_broadcast_bytes", globally_broadcast_bytes, METH_VARARGS, 0},
203 {"get_num_threads", get_num_threads, METH_VARARGS, 0},
205 {"new_blacs_context", new_blacs_context, METH_VARARGS, NULL},
206 {"get_blacs_gridinfo", get_blacs_gridinfo, METH_VARARGS, NULL},
207 {"get_blacs_local_shape", get_blacs_local_shape, METH_VARARGS, NULL},
208 {"blacs_destroy", blacs_destroy, METH_VARARGS, 0},
209 {"scalapack_set", scalapack_set, METH_VARARGS, 0},
210 {"scalapack_redist", scalapack_redist, METH_VARARGS, 0},
211 {"scalapack_diagonalize_dc", scalapack_diagonalize_dc, METH_VARARGS, 0},
212 {"scalapack_diagonalize_ex", scalapack_diagonalize_ex, METH_VARARGS, 0},
214 {"scalapack_diagonalize_mr3", scalapack_diagonalize_mr3, METH_VARARGS, 0},
217 scalapack_general_diagonalize_dc, METH_VARARGS, 0},
219 scalapack_general_diagonalize_ex, METH_VARARGS, 0},
222 scalapack_general_diagonalize_mr3, METH_VARARGS, 0},
225 METH_VARARGS, 0},
226 {"scalapack_inverse", scalapack_inverse, METH_VARARGS, 0},
227 {"scalapack_solve", scalapack_solve, METH_VARARGS, 0},
228 {"pblas_tran", pblas_tran, METH_VARARGS, 0},
229 {"pblas_gemm", pblas_gemm, METH_VARARGS, 0},
230 {"pblas_hemm_symm", pblas_hemm_symm, METH_VARARGS, 0},
231 {"pblas_gemv", pblas_gemv, METH_VARARGS, 0},
232 {"pblas_r2k", pblas_r2k, METH_VARARGS, 0},
233 {"pblas_rk", pblas_rk, METH_VARARGS, 0},
235 {"pyelpa_init", pyelpa_init, METH_VARARGS, 0},
236 {"pyelpa_uninit", pyelpa_uninit, METH_VARARGS, 0},
237 {"pyelpa_version", pyelpa_version, METH_VARARGS, 0},
238 {"pyelpa_allocate", pyelpa_allocate, METH_VARARGS, 0},
239 {"pyelpa_set", pyelpa_set, METH_VARARGS, 0},
240 {"pyelpa_setup", pyelpa_setup, METH_VARARGS, 0},
241 {"pyelpa_set_comm", pyelpa_set_comm, METH_VARARGS, 0},
242 {"pyelpa_diagonalize", pyelpa_diagonalize, METH_VARARGS, 0},
243 {"pyelpa_general_diagonalize", pyelpa_general_diagonalize, METH_VARARGS, 0},
244 {"pyelpa_hermitian_multiply", pyelpa_hermitian_multiply, METH_VARARGS, 0},
245 {"pyelpa_constants", pyelpa_constants, METH_VARARGS, 0},
246 {"pyelpa_deallocate", pyelpa_deallocate, METH_VARARGS, 0},
250 {"FFTWPlan", FFTWPlan, METH_VARARGS, 0},
251 {"FFTWExecute", FFTWExecute, METH_VARARGS, 0},
252 {"FFTWDestroy", FFTWDestroy, METH_VARARGS, 0},
255 {"hpm_start", ibm_hpm_start, METH_VARARGS, 0},
256 {"hpm_stop", ibm_hpm_stop, METH_VARARGS, 0},
261 {"craypat_region_begin", craypat_region_begin, METH_VARARGS, 0},
262 {"craypat_region_end", craypat_region_end, METH_VARARGS, 0},
265 {"papi_mem_info", papi_mem_info, METH_VARARGS, 0},
268 {"libvdwxc_create", libvdwxc_create, METH_VARARGS, 0},
269 {"libvdwxc_has", libvdwxc_has, METH_VARARGS, 0},
270 {"libvdwxc_init_serial", libvdwxc_init_serial, METH_VARARGS, 0},
271 {"libvdwxc_calculate", libvdwxc_calculate, METH_VARARGS, 0},
272 {"libvdwxc_tostring", libvdwxc_tostring, METH_VARARGS, 0},
273 {"libvdwxc_free", libvdwxc_free, METH_VARARGS, 0},
274 {"libvdwxc_init_mpi", libvdwxc_init_mpi, METH_VARARGS, 0},
275 {"libvdwxc_init_pfft", libvdwxc_init_pfft, METH_VARARGS, 0},
277 {"adjust_positions", adjust_positions, METH_VARARGS, 0},
278 {"adjust_momenta", adjust_momenta, METH_VARARGS, 0},
279 {"calculate_forces_H2O", calculate_forces_H2O, METH_VARARGS, 0},
281 {"githash", githash, METH_VARARGS, 0},