Home
last modified time | relevance | path

Searched refs:nnlist (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/autopano-sift-c/autopano-sift-C-2.5.1/
H A DTestKDTree.c104 SortedLimitedList* nnlist = KDTree_NearestNeighbourList(kd, (IKDTreeDomain*)target, &dist, 3); in main() local
107 for(i=0; i<SortedLimitedList_Count(nnlist); i++) { in main()
108 KDTreeBestEntry* be = (KDTreeBestEntry*) SortedLimitedList_GetItem(nnlist, i); in main()
113 SortedLimitedList_delete(nnlist); in main()
119 SortedLimitedList* nnlist = KDTree_NearestNeighbourListBBF(kd, (IKDTreeDomain*)target, 3, 20); in main() local
121 for(i=0; i<SortedLimitedList_Count(nnlist); i++) { in main()
122 KDTreeBestEntry* be = (KDTreeBestEntry*) SortedLimitedList_GetItem(nnlist, i); in main()
127 SortedLimitedList_delete(nnlist); in main()
/dports/science/wannier90/wannier90-3.1.0/src/postw90/
H A Dget_oper.F90407 if ((ik2 .eq. nnlist(ik, inn)) .and. &
432 nnlist(ik, nn), num_states(nnlist(ik, nn)), &
591 if ((ik2 .eq. nnlist(ik, inn)) .and. &
615 nnlist(ik, nn), num_states(nnlist(ik, nn)), &
730 qb2 = nnlist(ik, nn2)
733 qb1 = nnlist(ik, nn1)
874 qb2 = nnlist(ik, nn2)
877 qb1 = nnlist(ik, nn1)
1345 if ((ik2 .eq. nnlist(ik, inn)) .and. &
1387 nnlist(ik, nn), num_states(nnlist(ik, nn)), &
[all …]
H A Dpostw90_common.F90443 allocate (nnlist(num_kpts, nntot), stat=ierr)
463 call comms_bcast(nnlist(1, 1), num_kpts*nntot)
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_digest_nnkp.F9028 kpointsfrac, nncount, nnlist, nnfolding, & argument
57 integer, pointer :: nnlist(:,:) local
111 nullify( nnlist )
345 call re_alloc( nnlist, 1, numkpoints, 1, nncount, &
354 & nnlist(ikp,inn), &
361 call broadcast( nnlist )
492 integer, pointer :: nnlist(:,:) local
515 kpointsfrac(i,nnlist(1,inn)) + nnfolding(i,1,inn) - kpointsfrac(i,1)
H A Dsiesta2wannier90.F9080 integer, pointer :: nnlist(:,:) variable
213 kpointsfrac, nncount, nnlist, nnfolding, &
218 call chosing_b_vectors( kpointsfrac, nncount, nnlist, nnfolding, &
H A Dmmn.F9048 use m_siesta2wannier90, only: nnlist ! nnlist(ikp,inn) is the index of
207 indexneig = nnlist(ik,inn)
277 bvectoraux(:) = kpointsfrac(:,nnlist(ik,inn)) + &
H A Dwrite_inp_wannier.F9036 use m_siesta2wannier90, only: nnlist ! nnlist(ikp,inn) is the index of the
130 & ik, nnlist(ik,inn), g
/dports/math/flann/flann-1.9.1-29-g1d04523/test/
H A Dmemusage_nn.py71 nnlist = pf.nn(X1, X2) variable
74 del nnlist
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_wannier90.F168 INTEGER, ALLOCATABLE, DIMENSION(:, :) :: nblist, nnlist local
285 ALLOCATE (nnlist(num_kpts, num_nnmax))
287 nnlist = 0
294 kpt_latt, nntot, nnlist, nncell, iw)
299 CALL mp_sum(nnlist, para_env%group)
406 bvec(1:3) = kpt_latt(1:3, nnlist(ik, i)) - kpt_latt(1:3, ik) + nncell(1:3, ik, i)
493 ik2 = nnlist(ik, i)
617 DEALLOCATE (nnlist, nncell)
H A Dwannier90.F98 INTEGER, ALLOCATABLE :: nnlist(:, :) ! list of neighbours for each k-point variable
191 nnlist_loc(:, 1:nntot) = nnlist(:, 1:nntot)
196 DEALLOCATE (nncell, neigh, nnlist)
446 ALLOCATE (nnlist(num_kpts, nntot))
490 nnlist(nkp, nnx) = nkp2
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_wannier90.F168 INTEGER, ALLOCATABLE, DIMENSION(:, :) :: nblist, nnlist local
285 ALLOCATE (nnlist(num_kpts, num_nnmax))
287 nnlist = 0
294 kpt_latt, nntot, nnlist, nncell, iw)
299 CALL mp_sum(nnlist, para_env%group)
406 bvec(1:3) = kpt_latt(1:3, nnlist(ik, i)) - kpt_latt(1:3, ik) + nncell(1:3, ik, i)
493 ik2 = nnlist(ik, i)
617 DEALLOCATE (nnlist, nncell)
H A Dwannier90.F98 INTEGER, ALLOCATABLE :: nnlist(:, :) ! list of neighbours for each k-point variable
191 nnlist_loc(:, 1:nntot) = nnlist(:, 1:nntot)
196 DEALLOCATE (nncell, neigh, nnlist)
446 ALLOCATE (nnlist(num_kpts, nntot))
490 nnlist(nkp, nnx) = nkp2
/dports/science/wannier90/wannier90-3.1.0/src/
H A Dkmesh.F90249 allocate (nnlist(num_kpts, nntot), stat=ierr)
302 nnlist(nkp, nnx) = nkp2
339 nnlist(nkp, bnum) = nkp2
520 nnlist_tmp(:, :) = nnlist(:, :)
523 deallocate (nnlist, stat=ierr)
534 allocate (nnlist(num_kpts, nntot), stat=ierr)
559 nnlist(1, na) = nnlist_tmp(1, nn)
737 nkp, nnlist(nkp, nn), (nncell(i, nkp, nn), i=1, 3)
796 if (allocated(nnlist)) then
797 deallocate (nnlist, stat=ierr)
H A Doverlap.F9095 use w90_parameters, only: num_bands, num_wann, num_kpts, nntot, nncell, nnlist, &
170 if ((nkp2 .eq. nnlist(nkp, inn)) .and. &
623 u_matrix, m_matrix, nntot, nnlist, &
718 nkp2 = nnlist(nkp + displs(my_node_id), nn)
H A Ddisentangle.F9026 dis_spheres_first_wann, num_kpts, nnlist, ndimwin, wb, gamma_only, &
146 nkp2 = nnlist(nkp_global, nn)
174 nkp2 = nnlist(nkp_global, nn)
214 nkp2 = nnlist(nkp_global, nn)
363 nkp2 = nnlist(nkp_global, nn)
1779 nkp2 = nnlist(nkp, nn)
1964 nkp2 = nnlist(nkp, nn)
2335 nkp2 = nnlist(nkp, nn)
2635 nkp2 = nnlist(nkp, nn)
2771 nkp2 = nnlist(nkp, nn)
[all …]
H A Dwannier_lib.F90178 nnlist_loc(:, 1:nntot) = nnlist(:, 1:nntot)
H A Dparameters.F90436 integer, public, save, allocatable :: nnlist(:, :) ! list of neighbours for each k-point variable
2113 if (allocated(nnlist)) deallocate (nnlist)
2114 allocate (nnlist(num_kpts, nntot), stat=ierr)
2121 nnlist(k, nnkpts_idx(k)) = nnkpts_block(2, i)
6401 allocate (nnlist(num_kpts, nntot), stat=ierr)
6421 call comms_bcast(nnlist(1, 1), num_kpts*nntot)
H A Dwannierise.F9092 use w90_parameters, only: num_wann, num_cg_steps, num_iter, nnlist, &
1297 nkp2 = nnlist(nkp, nn)
/dports/science/elk/elk-7.2.42/src/
H A Dsetupw90.f9042 num_bands,natmtot,atom_symbols,atoms_cart,.false.,spinpol,nntot,nnlist, &
H A Dwritew90mmn.f9040 jk=nnlist(ik,i)
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcompute_orientorder_atom.h52 void calc_boop(double **rlist, int numNeighbors, double qn[], int nlist[], int nnlist);
/dports/science/wannier90/wannier90-3.1.0/doc/user_guide/
H A Dwannier.tex40 \verb# gamma_only,spinors,nntot,nnlist,nncell,num_bands,num_wann,proj_site,#\\
80 \verb# intent(out) :: nnlist#\\
152 given by \verb#nnlist(nkp,1:nntot)#.
261 \mathbf{k+b}&=& \verb#kpt_latt(1:3,nnlist(nkp,nn))# +
/dports/science/py-ase/ase-3.22.0/ase/ga/
H A Dutilities.py374 nnlist = np.reshape(nnmat, (len(nnmat)**2))
375 return nnlist
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex70.c613 PetscInt *nnlist; in DMSwarmPICInsertPointsCellwise() local
619 ierr = PetscMalloc1(npoints,&nnlist);CHKERRQ(ierr); in DMSwarmPICInsertPointsCellwise()
640 nnlist[q] = nearest_neighour; in DMSwarmPICInsertPointsCellwise()
647 ierr = DMSwarmCopyPoint(dm,nnlist[q],ncurr+q);CHKERRQ(ierr); in DMSwarmPICInsertPointsCellwise()
663 ierr = PetscFree(nnlist);CHKERRQ(ierr); in DMSwarmPICInsertPointsCellwise()
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Dis_IS-Icelandic.dic161038nnlist

12