Home
last modified time | relevance | path

Searched refs:full_grid (Results 1 – 20 of 20) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dkpoint_types.F142 LOGICAL :: full_grid component
196 kpoint%full_grid = .FALSE.
318full_grid, use_real_wfn, eps_geo, parallel_group_size, kp_range, nkp, xkp, wkp, & argument
325 LOGICAL, OPTIONAL :: symmetry, verbose, full_grid, & local
359 IF (PRESENT(full_grid)) full_grid = kpoint%full_grid
424full_grid, use_real_wfn, eps_geo, parallel_group_size, kp_range, nkp, xkp, wkp, & argument
431 LOGICAL, OPTIONAL :: symmetry, verbose, full_grid, & local
465 IF (PRESENT(full_grid)) kpoint%full_grid = full_grid
587 CALL section_vals_val_get(kpoint_section, "FULL_GRID", l_val=kpoint%full_grid)
663 IF (kpoint%full_grid) THEN
H A Dcryssym.F211 SUBROUTINE kpoint_gen(csym, nk, symm, shift, full_grid) argument
216 LOGICAL, INTENT(IN), OPTIONAL :: full_grid local
242 IF (PRESENT(full_grid)) THEN
243 fullmesh = full_grid
H A Dqs_gamma2kp.F75 kpoint%full_grid = .TRUE.
H A Dqs_band_structure.F349 kpoint%full_grid = .FALSE.
371 kpoint%full_grid = .TRUE.
H A Dkpoint_methods.F171 full_grid=kpoint%full_grid)
1037 IF (.NOT. kpoint%full_grid) THEN
1168 IF (.NOT. kpoint%full_grid) THEN
H A Dqs_wannier90.F248 kpoint%full_grid = .TRUE.
H A Dmp2_integrals.F1349 kpoints%full_grid = .FALSE.
1352 kpoints%full_grid = .TRUE.
H A Drpa_gw.F2672 kpoints%full_grid = .FALSE.
2693 kpoints%full_grid = .TRUE.
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dkpoint_types.F142 LOGICAL :: full_grid component
196 kpoint%full_grid = .FALSE.
318full_grid, use_real_wfn, eps_geo, parallel_group_size, kp_range, nkp, xkp, wkp, & argument
325 LOGICAL, OPTIONAL :: symmetry, verbose, full_grid, & local
359 IF (PRESENT(full_grid)) full_grid = kpoint%full_grid
424full_grid, use_real_wfn, eps_geo, parallel_group_size, kp_range, nkp, xkp, wkp, & argument
431 LOGICAL, OPTIONAL :: symmetry, verbose, full_grid, & local
465 IF (PRESENT(full_grid)) kpoint%full_grid = full_grid
587 CALL section_vals_val_get(kpoint_section, "FULL_GRID", l_val=kpoint%full_grid)
663 IF (kpoint%full_grid) THEN
H A Dcryssym.F211 SUBROUTINE kpoint_gen(csym, nk, symm, shift, full_grid) argument
216 LOGICAL, INTENT(IN), OPTIONAL :: full_grid local
242 IF (PRESENT(full_grid)) THEN
243 fullmesh = full_grid
H A Dqs_gamma2kp.F75 kpoint%full_grid = .TRUE.
H A Dqs_band_structure.F330 kpoint%full_grid = .FALSE.
352 kpoint%full_grid = .TRUE.
H A Dkpoint_methods.F171 full_grid=kpoint%full_grid)
1037 IF (.NOT. kpoint%full_grid) THEN
1168 IF (.NOT. kpoint%full_grid) THEN
H A Dqs_wannier90.F248 kpoint%full_grid = .TRUE.
H A Dmp2_integrals.F1488 kpoints%full_grid = .FALSE.
1491 kpoints%full_grid = .TRUE.
H A Drpa_gw.F2923 kpoints%full_grid = .FALSE.
2944 kpoints%full_grid = .TRUE.
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/qfitlib/tools/python/
H A Dconnolly.py83 full_grid = grid(48, R, Z, 1.4+i*0.2) variable
84 x,y,z = full_grid.transpose()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/cp2k/
H A Dinputs.py1771 full_grid: bool = False,
1812 self.full_grid = full_grid
1830 "FULL_GRID": Keyword("FULL_GRID", full_grid),
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sview/
H A Dsview.h242 int full_grid; member
H A Dgrid.c1476 popup_win->full_grid = 1; in setup_popup_grid_list()