Home
last modified time | relevance | path

Searched refs:all_vectors (Results 1 – 24 of 24) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dxas_env_types.F104 TYPE(cp_fm_type), POINTER :: all_vectors component
158 all_vectors, all_evals, my_gto_basis, qs_loc_env, & argument
182 TYPE(cp_fm_type), OPTIONAL, POINTER :: all_vectors local
227 IF (PRESENT(all_vectors)) all_vectors => xas_env%all_vectors
331 NULLIFY (xas_env%all_evals, xas_env%all_vectors)
396 IF (ASSOCIATED(xas_env%all_vectors) .AND. xas_env%nvirtual .GT. 0) THEN
397 CALL cp_fm_release(xas_env%all_vectors)
399 NULLIFY (xas_env%all_vectors)
H A Dxas_tp_scf.F419 TYPE(cp_fm_type), POINTER :: all_vectors, excvec_coeff, & local
439 NULLIFY (all_evals, all_vectors, excvec_coeff, excvec_overlap, uno_evals, para_env, blacs_env)
457 all_vectors=all_vectors, all_evals=all_evals, &
601 NULLIFY (all_vectors, all_evals)
602 CALL get_xas_env(xas_env=xas_env, all_vectors=all_vectors, &
607 CALL cp_fm_to_fm(mo_coeff, all_vectors, ncol=nmo, &
613 CALL cp_fm_to_fm(uno_orbs, all_vectors, ncol=nvirtual2, &
650 TYPE(cp_fm_type), POINTER :: all_vectors, mo_coeff local
662 NULLIFY (dft_section, xas_section, scf_section, all_vectors, mo_coeff, all_evals, eigenvalues)
714 CALL get_xas_env(xas_env=xas_env, all_vectors=all_vectors, &
[all …]
H A Dxas_methods.F209 NULLIFY (all_vectors, state_of_atom, nexc_states, xas_control)
291 all_vectors=all_vectors, &
397 CALL cp_fm_to_fm(mo_coeff, all_vectors, ncol=nexc_search, &
834 NULLIFY (xas_env%all_vectors)
835 CALL cp_fm_create(xas_env%all_vectors, tmp_fm_struct)
1059 NULLIFY (all_evals, all_vectors, excvec_coeff)
1066 CALL get_xas_env(xas_env=xas_env, all_vectors=all_vectors, xas_estate=xas_estate, &
1086 all_vectors, all_evals, &
1097 all_vectors, all_evals, &
1224 mos, all_vectors, iatom, append_cube) argument
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dxas_env_types.F104 TYPE(cp_fm_type), POINTER :: all_vectors component
158 all_vectors, all_evals, my_gto_basis, qs_loc_env, & argument
182 TYPE(cp_fm_type), OPTIONAL, POINTER :: all_vectors local
227 IF (PRESENT(all_vectors)) all_vectors => xas_env%all_vectors
331 NULLIFY (xas_env%all_evals, xas_env%all_vectors)
396 IF (ASSOCIATED(xas_env%all_vectors) .AND. xas_env%nvirtual .GT. 0) THEN
397 CALL cp_fm_release(xas_env%all_vectors)
399 NULLIFY (xas_env%all_vectors)
H A Dxas_tp_scf.F419 TYPE(cp_fm_type), POINTER :: all_vectors, excvec_coeff, & local
439 NULLIFY (all_evals, all_vectors, excvec_coeff, excvec_overlap, uno_evals, para_env, blacs_env)
457 all_vectors=all_vectors, all_evals=all_evals, &
601 NULLIFY (all_vectors, all_evals)
602 CALL get_xas_env(xas_env=xas_env, all_vectors=all_vectors, &
607 CALL cp_fm_to_fm(mo_coeff, all_vectors, ncol=nmo, &
613 CALL cp_fm_to_fm(uno_orbs, all_vectors, ncol=nvirtual2, &
650 TYPE(cp_fm_type), POINTER :: all_vectors, mo_coeff local
662 NULLIFY (dft_section, xas_section, scf_section, all_vectors, mo_coeff, all_evals, eigenvalues)
714 CALL get_xas_env(xas_env=xas_env, all_vectors=all_vectors, &
[all …]
H A Dxas_methods.F209 NULLIFY (all_vectors, state_of_atom, nexc_states, xas_control)
291 all_vectors=all_vectors, &
397 CALL cp_fm_to_fm(mo_coeff, all_vectors, ncol=nexc_search, &
834 NULLIFY (xas_env%all_vectors)
835 CALL cp_fm_create(xas_env%all_vectors, tmp_fm_struct)
1059 NULLIFY (all_evals, all_vectors, excvec_coeff)
1066 CALL get_xas_env(xas_env=xas_env, all_vectors=all_vectors, xas_estate=xas_estate, &
1086 all_vectors, all_evals, &
1097 all_vectors, all_evals, &
1224 mos, all_vectors, iatom, append_cube) argument
[all …]
/dports/math/octave-forge-divand/divand/inst/
H A Dcat_cell_array.m16 all_vectors = 1; variable
19 all_vectors = all_vectors & isvector(x{i}); variable
22 if all_vectors
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpcanvasitem-utils.c304 GList *all_vectors; in gimp_canvas_item_on_vectors() local
320 all_vectors = gimp_image_get_vectors_list (image); in gimp_canvas_item_on_vectors()
322 for (list = all_vectors; list; list = g_list_next (list)) in gimp_canvas_item_on_vectors()
341 g_list_free (all_vectors); in gimp_canvas_item_on_vectors()
347 g_list_free (all_vectors); in gimp_canvas_item_on_vectors()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpimage-pick-item.c196 GList *all_vectors; in gimp_image_pick_vectors() local
202 all_vectors = gimp_image_get_vectors_list (image); in gimp_image_pick_vectors()
204 for (list = all_vectors; list; list = g_list_next (list)) in gimp_image_pick_vectors()
233 g_list_free (all_vectors); in gimp_image_pick_vectors()
/dports/biology/py-ete3/ete3-3.1.2/ete3/coretype/
H A Darraytable.py142 all_vectors=[]
150 all_vectors.append(vector)
152 grouped_matrix.append(grouping_f(all_vectors))
/dports/math/libmesh/libmesh-1.6.2/include/reduced_basis/
H A Drb_construction.h342 virtual void get_all_vectors(std::map<std::string, NumericVector<Number> *> & all_vectors);
347 virtual void get_output_vectors(std::map<std::string, NumericVector<Number> *> & all_vectors);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp265 Filter all_files, all_inkscape_files, all_image_files, all_vectors, all_bitmaps; in createFilterMenu() local
348 all_vectors.name = g_utf8_to_utf16(all_vectors_filter_name, in createFilterMenu()
349 -1, NULL, &all_vectors.name_length, NULL); in createFilterMenu()
350 all_vectors.filter = g_utf8_to_utf16(all_vectors_filter.data(), in createFilterMenu()
351 -1, NULL, &all_vectors.filter_length, NULL); in createFilterMenu()
352 all_vectors.mod = NULL; in createFilterMenu()
353 filter_list.push_front(all_vectors); in createFilterMenu()
384 all_vectors.filter_length + in createFilterMenu()
385 all_vectors.name_length + 3 + in createFilterMenu()
/dports/math/libmesh/libmesh-1.6.2/src/reduced_basis/
H A Drb_construction.C2248 void RBConstruction::get_all_vectors(std::map<std::string, NumericVector<Number> *> & all_vectors) in get_all_vectors() argument
2250 all_vectors.clear(); in get_all_vectors()
2252 get_output_vectors(all_vectors); in get_all_vectors()
2258 all_vectors[F_vector_name.str()] = get_Fq(q_f); in get_all_vectors()
2263 all_vectors[F_vector_name.str()] = get_non_dirichlet_Fq(q_f); in get_all_vectors()
/dports/science/py-cirq-aqt/Cirq-0.12.0/docs/tutorials/
H A Dhidden_linear_function.ipynb229 …" all_vectors = [np.array([(m>>i) % 2 for i in range(self.n)]) for m in range(2**self.n)]\n…
232 " for y in all_vectors:\n",
239 " self.L = [x for x in all_vectors if vector_in_L(x)]\n",
242 " self.all_zs = [z for z in all_vectors if self.is_z(z)]\n",
/dports/science/py-cirq-ionq/Cirq-0.13.1/docs/tutorials/
H A Dhidden_linear_function.ipynb229 …" all_vectors = [np.array([(m>>i) % 2 for i in range(self.n)]) for m in range(2**self.n)]\n…
232 " for y in all_vectors:\n",
239 " self.L = [x for x in all_vectors if vector_in_L(x)]\n",
242 " self.all_zs = [z for z in all_vectors if self.is_z(z)]\n",
/dports/science/py-cirq-pasqal/Cirq-0.13.1/docs/tutorials/
H A Dhidden_linear_function.ipynb229 …" all_vectors = [np.array([(m>>i) % 2 for i in range(self.n)]) for m in range(2**self.n)]\n…
232 " for y in all_vectors:\n",
239 " self.L = [x for x in all_vectors if vector_in_L(x)]\n",
242 " self.all_zs = [z for z in all_vectors if self.is_z(z)]\n",
/dports/science/py-cirq-core/Cirq-0.13.1/docs/tutorials/
H A Dhidden_linear_function.ipynb229 …" all_vectors = [np.array([(m>>i) % 2 for i in range(self.n)]) for m in range(2**self.n)]\n…
232 " for y in all_vectors:\n",
239 " self.L = [x for x in all_vectors if vector_in_L(x)]\n",
242 " self.all_zs = [z for z in all_vectors if self.is_z(z)]\n",
/dports/science/py-cirq-google/Cirq-0.13.0/docs/tutorials/
H A Dhidden_linear_function.ipynb229 …" all_vectors = [np.array([(m>>i) % 2 for i in range(self.n)]) for m in range(2**self.n)]\n…
232 " for y in all_vectors:\n",
239 " self.L = [x for x in all_vectors if vector_in_L(x)]\n",
242 " self.all_zs = [z for z in all_vectors if self.is_z(z)]\n",
/dports/math/octave/octave-6.4.0/scripts/general/
H A Dinterpn.m175 all_vectors = all (cellfun ("isvector", y)); variable
177 if (all_vectors && ! same_size)
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/gb/
H A Dgrain.py2465 all_vectors = []
2468 all_vectors.append(np.dot(sym, vec))
2469 return np.unique(np.array(all_vectors), axis=0)
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A DChangeLog.1211362 (all_vectors): Rename to `large_vectors'.
H A DChangeLog.1128665 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
/dports/editors/emacs/emacs-27.2/src/
H A DChangeLog.1211362 (all_vectors): Rename to `large_vectors'.
H A DChangeLog.1128665 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)