Home
last modified time | relevance | path

Searched refs:estep (Results 1 – 25 of 57) sorted by relevance

123

/dports/math/py-matplotlib/matplotlib-3.4.3/examples/mplot3d/
H A Derrorbar3d.py18 estep = 15 variable
20 zuplims = (i % estep == 0) & (i // estep % 3 == 0)
21 zlolims = (i % estep == 0) & (i // estep % 3 == 2)
23 ax.errorbar(x, y, z, 0.2, zuplims=zuplims, zlolims=zlolims, errorevery=estep)
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/
H A Darpes.py148 def get_emesh_eminmax(self, estep): argument
154 return np.arange(emin, emax, estep), emin, emax
156 def get_data_nmtuple(self, itemp, estep, spins=None): argument
160 emesh, emin, emax = self.get_emesh_eminmax(estep)
213 self.plot_ekmap_itemp(itemp=itemp, spins=spins, estep=estep, ax=ax, ylims=ylims,
239 a = self.get_data_nmtuple(itemp, estep, spins=spins)
299 xs, emin, emax = self.get_emesh_eminmax(estep)
391 xs, emin, emax = self.get_emesh_eminmax(estep)
435 def plot_surface(self, itemp=0, estep=0.02, spins=None, ax=None, **kwargs): argument
438 xs, emin, emax = self.get_emesh_eminmax(estep)
[all …]
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/tests/
H A Dtest_arpes.py18 assert plotter.plot_ekmap_itemp(itemp=0, estep=0.05, show=False)
21 assert plotter.plot_3dlines(itemp=0, estep=0.05, band_inds=[1, 2, 3], show=False)
22 assert plotter.plot_surface(itemp=0, estep=0.05, show=False)
/dports/science/tinker/tinker/source/
H A Dpss.f767 real*8 estep(0:maxstep)
795 estep(kstep) = energy ()
797 if (estep(kstep) .lt. estep(kstep-2) .and.
798 & estep(kstep-1) .lt. estep(kstep-2)) then
859 real*8 estep(0:maxstep)
891 estep(kstep) = energy ()
893 if (estep(kstep) .lt. estep(kstep-2) .and.
894 & estep(kstep-1) .lt. estep(kstep-2)) then
H A Dpssrigid.f520 real*8 estep(0:maxstep) local
552 estep(kstep) = energy ()
553 if (kstep.ge.2 .and. estep(kstep).le.10000.0d0) then
554 if (estep(kstep) .lt. estep(kstep-2) .and.
555 & estep(kstep-1) .lt. estep(kstep-2)) then
H A Dpssrot.f461 real*8 estep(0:maxstep) local
488 estep(kstep) = energy ()
490 if (estep(kstep) .lt. estep(kstep-2) .and.
491 & estep(kstep-1) .lt. estep(kstep-2)) then
H A Dscan.f503 real*8 estep(0:maxstep) local
537 estep(kstep) = energy ()
540 if (estep(kstep) .lt. estep(kstep-2) .and.
541 & estep(kstep-1) .lt. estep(kstep-2)) then
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dsubset.c187 subset_everyn (gint estart, gint estep, GGobiData *d, ggobid *gg) in subset_everyn() argument
195 if (estart >= 0 && estart < top-1 && estep >= 0 && estep < top) { in subset_everyn()
201 i += estep; in subset_everyn()
H A Dsubset_ui.c169 gint estart, estep; in subset_cb() local
200 estep = (gint) d->subset.estep_adj->value; in subset_cb()
201 redraw = subset_everyn (estart-1, estep, d, gg); in subset_cb()
/dports/audio/faac/faac-78d8e01/libfaac/
H A Dfft.c322 int exp, estep; in fft_proc() local
324 estep = size; in fft_proc()
329 estep >>= 1; in fft_proc()
349 exp += estep; in fft_proc()
/dports/science/siesta/siesta-4.1.5/Util/Optical/
H A Doptical_input.f120 next=nint((emax-omega(lasti))/estep)+1
122 omg=omega(lasti)+i*estep
/dports/science/tinker/tinker/other/
H A Dagda.f741 real*8 step(3,maxvib),estep(0:maxstep)
767 estep(kstep) = energy ()
769 if (estep(kstep) .lt. estep(kstep-2) .and.
770 & estep(kstep-1) .lt. estep(kstep-2)) then
/dports/science/octopus/octopus-10.5/src/basic/
H A Dcommand_line.F90165 subroutine getopt_photoelectron_spectrum(estep, espan, &
169 real(c_double), intent(inout) :: estep local
H A Dgetopt_f.c703 ( double *estep, double *espan, double *thstep, in FC_FUNC_()
783 *estep = atof(optarg); in FC_FUNC_()
/dports/science/dftbplus/dftbplus-19.1/prog/setupgeom/
H A Dlibnegf_vars.F90108 real(dp) :: estep component
380 gOUT%estep = gIN%estep
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_extlibs/
H A Dlibnegf_vars.F90108 real(dp) :: estep component
382 gOUT%estep = gIN%estep
/dports/devel/ga/ga-5.8/global/examples/md_cluster/
H A Dmdstep.F48 call estep
113 call estep
/dports/misc/ompl/ompl-1.5.2/demos/constraint/
H A DConstrainedPlanningImplicitParallel.cpp87 Eigen::VectorXd estep = in getGoal() local
98 x.segment(3 * 1 + offset, 3) = x.segment(3 * 0 + offset, 3) + estep; in getGoal()
99 x.segment(3 * 2 + offset, 3) = x.segment(3 * 1 + offset, 3) + estep; in getGoal()
/dports/databases/grass7/grass-7.8.6/raster/r.sunmask/
H A Dmain.c100 double nstep, estep; in main() local
469 estep = sin(azi) * window.ew_res; in main()
492 east += estep; in main()
/dports/biology/molden/molden5.8/
H A Dcad2mol.f932 dimension estep(maxstp),xmxfor(maxstp),rmsfor(maxstp)
1040 read(unit=line,fmt='(32x,f19.10)') estep(i)
1041 write(*,*) 'estep(i)',i,estep(i)
1059 write(unit=lintmp,fmt='(1x,f13.6)') estep(i)
1079 write(unit=lintmp,fmt='(a9,f13.6)') 'scf done:', estep(i)
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/mpl_toolkits/tests/
H A Dtest_mplot3d.py1250 estep = 15
1252 zuplims = (i % estep == 0) & (i // estep % 3 == 0)
1253 zlolims = (i % estep == 0) & (i // estep % 3 == 2)
1256 errorevery=estep)
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/promql/
H A Dparse.go548 var estep time.Duration
553 estep, err = parseDuration(estepStr)
563 Step: estep,
/dports/databases/grass7/grass-7.8.6/lib/proj/
H A Ddo_proj.c61 double estep, nstep; in get_pj_area() local
121 estep = (window.west + window.east) / 21.; in get_pj_area()
124 x[i] = window.west + estep * (i + 1); in get_pj_area()
127 x[i + 20] = window.west + estep * (i + 1); in get_pj_area()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Delinkxl.c717 struct ether_multistep estep; in ex_set_mc() local
726 ETHER_FIRST_MULTI(estep, ec, enm); in ex_set_mc()
746 ETHER_NEXT_MULTI(estep, enm); in ex_set_mc()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dlapack.cpp262 static bool Jacobi( float* S, size_t sstep, float* e, float* E, size_t estep, int n, uchar* buf ) in Jacobi() argument
264 return JacobiImpl_(S, sstep, e, E, estep, n, buf); in Jacobi()
267 static bool Jacobi( double* S, size_t sstep, double* e, double* E, size_t estep, int n, uchar* buf ) in Jacobi() argument
269 return JacobiImpl_(S, sstep, e, E, estep, n, buf); in Jacobi()

123