Home
last modified time | relevance | path

Searched refs:A2_x (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-gpaw/gpaw-21.6.0/gpaw/xc/
H A Drpa.py233 A2_x = np.empty(nx, complex)
235 A2_x = None
285 m1, m2, cut_G, A2_x)
327 m1, m2, cut_G, A2_x): argument
340 chi0_wGG = chi0.redistribute(chi0_wGG, A2_x)
H A Dfxc.py167 cut_G, A2_x): argument
190 chi0_0wGG = chi0.redistribute(chi0_swGG[0], A2_x)
192 chi0.redistribute(chi0_swGG[1], A2_x[nredist:])
193 chi0_swGG = A2_x[:2 * nredist].reshape((2, ) + chi0_0wGG.shape)
196 chi0_0wGG = chi0.redistribute(chi0_swGG[0], A2_x)
198 chi0_swGG = A2_x[:1 * nredist].reshape((1, ) + chi0_0wGG.shape)
/dports/graphics/art/ART-1.9.3/rtengine/
H A Ddiagonalcurves.cc319 double c, d, A1_x, A1_y, A2_x, A2_y, A3_x, A3_y; in catmull_rom_spline() local
346 A2_x = c * p1_x + d * p2_x; in catmull_rom_spline()
356 B1_x = c * A1_x + d * A2_x; in catmull_rom_spline()
361 B2_x = c * A2_x + d * A3_x; in catmull_rom_spline()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Ddiagonalcurves.cc340 double A2_x = c * p1_x + d * p2_x; in catmull_rom_spline() local
350 double B1_x = c * A1_x + d * A2_x; in catmull_rom_spline()
355 double B2_x = c * A2_x + d * A3_x; in catmull_rom_spline()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/response/
H A Dg0w0.py796 A2_x = np.empty(max(mynw * nGmax, nw * mynGmax) * nGmax, complex)
860 A1_x, A2_x, iq)
895 chi0bands_wvv, m1, m2, ecut, htp, htm, wstc, A1_x, A2_x, argument
932 chi0_wGG = chi0.redistribute(chi0_wGG, A2_x)
1173 A2_GW_x = A2_x.copy()
1180 Wp_wGG = A2_x[:Wm_wGG.size].reshape(Wm_wGG.shape)