Home
last modified time | relevance | path

Searched refs:what_list (Results 1 – 21 of 21) sorted by relevance

/dports/science/py-abipy/abipy-0.9.0/abipy/dynamics/
H A Dhist.py389 if what_list is None:
392 what_list = list_strings(what_list)
394 nplots = len(what_list)
403 assert len(ax_list) == len(what_list)
408 for what, ax in zip(what_list, ax_list):
620 def what_list(self): member in HistRobot
638 what_list = list_strings(what_list) if what_list is not None else self.what_list
641 nrows, ncols = len(what_list), len(self)
647 for irow, what in enumerate(what_list):
674 what_list = (list_strings(what_list) if what_list is not None
[all …]
/dports/science/py-abipy/abipy-0.9.0/abipy/panels/
H A Dhist.py16what_list = pn.widgets.CheckBoxGroup(name="Select", value=_what_list, options=_what_list, inline=F… variable in HistFilePanel
31 return pn.Column(self.what_list, self.sizing_mode, self.plot_relax_btn)
41 num_plots, nrows, ncols = len(self.what_list.value), 1, 1
47 for i, what in enumerate(self.what_list.value):
/dports/science/py-abipy/abipy-0.9.0/abipy/eph/
H A Dv1qavg.py161 def plot(self, what_list="all", ispden=0, fontsize=6, sharey=False, **kwargs): argument
174 what_list = list_strings(what_list) if what_list != "all" else ["v1scf_avg", "v1lr_avg"]
176 for vname in what_list:
193 for vname in what_list:
236 what_list = ["v1scf_gsmall", "v1lr_gsmall"]
238 for vname in what_list:
255 for vname in what_list:
365 …yield self.plot(what_list="v1scfmlr_avg", title=r"$v1_{\bf q} - v1_{\bf q}^{\mathrm{LR}}$", show=F…
H A Da2f.py690 what_list = list_strings(what_list)
691 nrows, ncols = len(what_list), 1
697 for i, (ax, what) in enumerate(zip(ax_list, what_list)):
810 what_list = ["a2f", "lambda"]
811 nrows, ncols = len(what_list), 1
821 for ix, (ax, what) in enumerate(zip(ax_list, what_list)):
1055 ncfile.plot_eph_strength(what_list=what,
1068 ncfile.plot_eph_strength(what_list=what,
1172 what_list = list_strings(what_list)
1175 nrows, ncols = len(what_list), 1
[all …]
H A Drta.py74 def x2_grid(what_list): argument
80 what_list = list_strings(what_list)
81 num_plots, ncols, nrows = len(what_list), 1, 1
86 return num_plots, ncols, nrows, what_list
424 what_list=("sigma", "seebeck", "kappa", "pi"), argument
438 num_plots, ncols, nrows, what_list = x2_grid(what_list)
447 for iax, (what, ax) in enumerate(zip(what_list, ax_list)):
H A Dsigeph.py558what_list=("re", "im", "spfunc"), with_frohl=False, xlims=None, fontsize=8, **kwargs): argument
579 what_list = list_strings(what_list)
588 for ix, (what, ax) in enumerate(zip(what_list, ax_list)):
1622 what_list = ["re_qpe", "imag_qpe", "ze0"] # "re_fan0", "imag_fan0", "dw"
1625 nrows, ncols = len(what_list), 1
1633 for ix, (ax, what) in enumerate(zip(ax_list, what_list)):
1643 if ix == len(what_list) - 1: ax.set_xlabel("Temperature [K]")
2625 what_list = ["re_qpe", "imag_qpe", "ze0"]
2628 nrows, ncols = len(what_list), 1
2648 for ix, (ax, what) in enumerate(zip(ax_list, what_list)):
[all …]
/dports/science/py-abipy/abipy-0.9.0/abipy/dfpt/
H A Dmsqdos.py150 ucart_t = self.get_msq_tmesh(tmesh, what_list=("displ")).displ
172 def get_msq_tmesh(self, tmesh, iatom_list=None, what_list=("displ", "vel")): argument
207 what_list = list_strings(what_list)
217 if "displ" in what_list:
222 if "vel" in what_list:
295 msq = self.get_msq_tmesh([float(temp)], iatom_list=aview.iatom_list, what_list=what)
409 msq = self.get_msq_tmesh([float(temp)], what_list="displ")
428 msq = self.get_msq_tmesh([float(temp)], what_list="displ")
570 msq = self.get_msq_tmesh(tmesh, iatom_list=aview.iatom_list, what_list=what)
640 msq = self.get_msq_tmesh(tmesh, iatom_list=aview.iatom_list, what_list=what)
/dports/science/py-abipy/abipy-0.9.0/abipy/dynamics/tests/
H A Dtest_hist.py102 what_list = ["energy", "abc", "pressure", "forces"]
103 assert robot.gridplot(what=what_list, fontsize=4, show=False)
106 assert robot.plot_lattice_convergence(what_list=("a", "alpha"), show=False)
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/
H A Doptic.py511 def plot_linopt_convergence(self, components="all", what_list=("re", "im"), argument
536 nrows, ncols = len(components), len(what_list)
542 for j, what in enumerate(what_list):
572 def plot_convergence_rank3(self, key, components="all", itemp=0, what_list=("abs",), argument
597 nrows, ncols = len(components), len(what_list)
603 for j, what in enumerate(what_list):
H A Deffmass_analyzer.py109 def _select(self, what_list, spin, etol_ev): argument
112 if "vbm" in what_list:
122 if "cbm" in what_list:
H A Dgw.py520 def plot(self, ax_list=None, what_list=("re", "im", "spfunc"), fermie=None, argument
536 what_list = list_strings(what_list)
537 ax_list, fig, plt = get_axarray_fig_plt(ax_list, nrows=len(what_list), ncols=1,
548 for i, (what, ax) in enumerate(zip(what_list, ax_list)):
1988 what_list = ["re_qpe", "imag_qpe", "ze0"]
1991 nrows, ncols = len(what_list), 1
2011 for i, (ax, what) in enumerate(zip(ax_list, what_list)):
2032 if i == len(what_list) - 1:
H A Debands.py3710 def combiplot(self, what_list="dos", spin_mode="automatic", e0="fermie", argument
3735 what_list = list_strings(what_list)
3736 nrows, ncols = len(what_list), 1
3742 for i, (what, ax) in enumerate(zip(what_list, ax_list)):
3768 if i == len(what_list) - 1:
/dports/science/py-abipy/abipy-0.9.0/abipy/eph/tests/
H A Dtest_v1qavg.py33 assert ncfile.plot(what_list="all", ispden=0, show=False)
/dports/science/py-abipy/abipy-0.9.0/abipy/abio/
H A Drobots.py981 def plot_lattice_convergence(self, what_list=None, sortby=None, hue=None, fontsize=8, **kwargs): argument
1052 if what_list is not None:
1054 items = [locs[what] for what in list_strings(what_list)]
/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c2756 get_complete_info(list_T *what_list, dict_T *retdict) in get_complete_info() argument
2768 if (what_list == NULL) in get_complete_info()
2773 CHECK_LIST_MATERIALIZE(what_list); in get_complete_info()
2774 FOR_ALL_LIST_ITEMS(what_list, item) in get_complete_info()
2855 list_T *what_list = NULL; in f_complete_info() local
2870 what_list = argvars[0].vval.v_list; in f_complete_info()
2872 get_complete_info(what_list, rettv->vval.v_dict); in f_complete_info()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/String/
H A Danalyze.hpp131 int search_forwards (array<string> what_list, int pos, string in);
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/tests/
H A Dtest_ebands.py108 … assert edos_plotter.combiplot(what_list=("dos", "idos"), spin_mode="resolved", show=False)
109 …assert edos_plotter.combiplot(e0=0, what_list="dos", spin_mode="automatic", fontsize=12, show=Fals…
H A Dtest_gw.py158 assert sigma.plot(what_list="spfunc", xlims=(-10, 10), fontsize=12, show=False)
/dports/science/py-abipy/abipy-0.9.0/abipy/scripts/
H A Dabirun.py1171 for what in robot.what_list:
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c3241 void get_complete_info(list_T *what_list, dict_T *retdict) in get_complete_info() argument
3251 if (what_list == NULL) { in get_complete_info()
3255 for (listitem_T *item = tv_list_first(what_list) in get_complete_info()
3257 ; item = TV_LIST_ITEM_NEXT(what_list, item)) { in get_complete_info()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c1248 list_T *what_list = NULL; in f_complete_info() local
1255 what_list = argvars[0].vval.v_list; in f_complete_info()
1257 get_complete_info(what_list, rettv->vval.v_dict); in f_complete_info()