Home
last modified time | relevance | path

Searched refs:last_sgf_global (Results 1 – 6 of 6) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dhfx_communication.F325 INTEGER, ALLOCATABLE, DIMENSION(:) :: kind_of, last_sgf_global local
354 ALLOCATE (last_sgf_global(0:natom))
355 last_sgf_global(0) = 0
358 last_sgf_global(iatom) = last_sgf_global(iatom - 1) + basis_parameter(ikind)%nsgf_total
384 DEALLOCATE (kind_of, last_sgf_global)
H A Dhfx_derivatives.F149 … INTEGER, ALLOCATABLE, DIMENSION(:) :: atom_of_kind, kind_of, last_sgf_global, & local
437 ALLOCATE (last_sgf_global(0:natom))
438 last_sgf_global(0) = 0
441 last_sgf_global(iatom) = last_sgf_global(iatom - 1) + basis_parameter(ikind)%nsgf_total
1676 DEALLOCATE (last_sgf_global)
H A Dhfx_energy_potential.F179 INTEGER, ALLOCATABLE, DIMENSION(:) :: kind_of, last_sgf_global, nimages, & local
713 ALLOCATE (last_sgf_global(0:natom))
714 last_sgf_global(0) = 0
717 last_sgf_global(iatom) = last_sgf_global(iatom - 1) + basis_parameter(ikind)%nsgf_total
2130 DEALLOCATE (last_sgf_global)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dhfx_communication.F325 INTEGER, ALLOCATABLE, DIMENSION(:) :: kind_of, last_sgf_global local
354 ALLOCATE (last_sgf_global(0:natom))
355 last_sgf_global(0) = 0
358 last_sgf_global(iatom) = last_sgf_global(iatom - 1) + basis_parameter(ikind)%nsgf_total
384 DEALLOCATE (kind_of, last_sgf_global)
H A Dhfx_derivatives.F145 … INTEGER, ALLOCATABLE, DIMENSION(:) :: atom_of_kind, kind_of, last_sgf_global, & local
431 ALLOCATE (last_sgf_global(0:natom))
432 last_sgf_global(0) = 0
435 last_sgf_global(iatom) = last_sgf_global(iatom - 1) + basis_parameter(ikind)%nsgf_total
1662 DEALLOCATE (last_sgf_global)
H A Dhfx_energy_potential.F179 INTEGER, ALLOCATABLE, DIMENSION(:) :: kind_of, last_sgf_global, nimages, & local
713 ALLOCATE (last_sgf_global(0:natom))
714 last_sgf_global(0) = 0
717 last_sgf_global(iatom) = last_sgf_global(iatom - 1) + basis_parameter(ikind)%nsgf_total
2130 DEALLOCATE (last_sgf_global)