Home
last modified time | relevance | path

Searched refs:boxdist (Results 1 – 3 of 3) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Drealus.f90250 REAL(DP), ALLOCATABLE :: boxdist(:), xyz(:,:), diff(:) local
312 ALLOCATE( boxdist ( roughestimate ) )
332 boxdist(:) = 0.D0
373 boxdist(mbia) = sqrt( distsq )*alat
392 tabp(ia)%dist(:) = boxdist(1:mbia)
431 DEALLOCATE( boxdist )
/dports/science/ergo/ergo-3.8/source/dft/
H A Dgrid_hicu.cc1940 real boxdist, in compute_grid() argument
2042 Nxyz[i] = 1 + (int)((startBox.max[i] - startBox.min[i]) / boxdist); in compute_grid()
2048 (double)boxdist, Nx, Ny, Nz, Nx*Ny*Nz); in compute_grid()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/dft/
H A Dgrid-gen2.c2472 real boxdist, in compute_grid() argument
2597 Nxyz[i] = 1 + (integer)((startBox.max[i] - startBox.min[i]) / boxdist); in compute_grid()
2602 boxdist, Nx, Ny, Nz, Nx*Ny*Nz); in compute_grid()