Home
last modified time | relevance | path

Searched refs:ngridx (Results 1 – 9 of 9) sorted by relevance

/dports/math/py-matplotlib/matplotlib-3.4.3/examples/images_contours_and_fields/
H A Dirregulardatagrid.py29 ngridx = 100 variable
44 xi = np.linspace(-2.1, 2.1, ngridx)
65 (npts, ngridx * ngridy))
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/images_contours_and_fields/
H A Dirregulardatagrid.py30 ngridx = 100 variable
45 xi = np.linspace(-2.1, 2.1, ngridx)
68 (npts, ngridx * ngridy))
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/images_contours_and_fields/
H A Dirregulardatagrid.py30 ngridx = 100 variable
45 xi = np.linspace(-2.1, 2.1, ngridx)
68 (npts, ngridx * ngridy))
/dports/devel/py-cclib/cclib-1.7.1/cclib/method/
H A Dhirshfeld.py85 ngridx, ngridy, ngridz = self.charge_density.data.shape
89 for x in range(ngridx)
93 grid_shape = (self.data.natom, ngridx, ngridy, ngridz)
H A Dddec.py265 ngridx, ngridy, ngridz = self.charge_density.data.shape
266 grid_shape = (self.data.natom, ngridx, ngridy, ngridz)
275 for x in range(ngridx)
289 ).reshape((ngridx, ngridy, ngridz))
327 ngridx, ngridy, ngridz = self.charge_density.data.shape
329 self._rho_ref = numpy.zeros((ngridx, ngridy, ngridz))
389 ngridx, ngridy, ngridz = self.charge_density.data.shape
395 (self.data.natom, ngridx, ngridy, ngridz), dtype=float
469 ngridx, ngridy, ngridz = self.charge_density.data.shape
684 ngridx, ngridy, ngridz = self.charge_density.data.shape
[all …]
H A Dvolume.py443 ngridx, spacingx = numpy.asanyarray(lines[3].split(), dtype=float)[[0, 1]]
467 convertor(originx + ngridx * spacingx - 0.5 * spacingx, "bohr", "Angstrom"),
479 assert vol.data.shape == (ngridx, ngridy, ngridz)
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/dft/
H A Dnumint_uniform_grid.c206 int ngridx; in _num_grids_on_x() local
208 ngridx = nx1 - nx0; in _num_grids_on_x()
212 ngridx = nx_per_cell; in _num_grids_on_x()
214 return ngridx; in _num_grids_on_x()
292 if (ngridx == 0) { in _orth_components()
365 return ngridx; in _orth_components()
386 if (ngridx == 0) { in _init_orth_data()
1160 int ngridx = nx1 - nx0; in _nonorth_ints() local
1361 if (ngridx == 0) { in _init_nonorth_data()
2165 int ngridx = nx1 - nx0; in _nonorth_rho() local
[all …]
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dsip_plot_distortion.py16 def plot_distortions(wcsfn, ex=1, ngridx=10, ngridy=10, stepx=10, stepy=10): argument
20 xgrid = np.linspace(0, W, ngridx)
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dmctweak.py161 ngridx = ngridy = 10
163 xgrid = np.linspace(0, W, ngridx)