Home
last modified time | relevance | path

Searched refs:first_sgf_atom (Results 1 – 4 of 4) sorted by relevance

/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dpopulation_analyses.F263 INTEGER, ALLOCATABLE, DIMENSION(:) :: first_sgf_atom local
313 ALLOCATE (first_sgf_atom(natom))
314 first_sgf_atom(:) = 0
316 CALL get_particle_set(particle_set, qs_kind_set, first_sgf=first_sgf_atom)
367 sgfb = first_sgf_atom(jatom)
377 sgfa = first_sgf_atom(iatom)
417 IF (ALLOCATED(first_sgf_atom)) THEN
418 DEALLOCATE (first_sgf_atom)
H A Ddft_plus_u.F325 ALLOCATE (first_sgf_atom(natom))
326 first_sgf_atom(:) = 0
1614 ALLOCATE (first_sgf_atom(natom))
1615 first_sgf_atom(:) = 0
1667 sgf = first_sgf_atom(iatom)
1683 sgf = first_sgf_atom(jatom)
1692 sgf = first_sgf_atom(iatom)
1968 sgf = first_sgf_atom(iatom)
1980 sgf = first_sgf_atom(jatom)
2011 IF (ALLOCATED(first_sgf_atom)) THEN
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dpopulation_analyses.F263 INTEGER, ALLOCATABLE, DIMENSION(:) :: first_sgf_atom local
313 ALLOCATE (first_sgf_atom(natom))
314 first_sgf_atom(:) = 0
316 CALL get_particle_set(particle_set, qs_kind_set, first_sgf=first_sgf_atom)
367 sgfb = first_sgf_atom(jatom)
377 sgfa = first_sgf_atom(iatom)
417 IF (ALLOCATED(first_sgf_atom)) THEN
418 DEALLOCATE (first_sgf_atom)
H A Ddft_plus_u.F325 ALLOCATE (first_sgf_atom(natom))
326 first_sgf_atom(:) = 0
1614 ALLOCATE (first_sgf_atom(natom))
1615 first_sgf_atom(:) = 0
1667 sgf = first_sgf_atom(iatom)
1683 sgf = first_sgf_atom(jatom)
1692 sgf = first_sgf_atom(iatom)
1968 sgf = first_sgf_atom(iatom)
1980 sgf = first_sgf_atom(jatom)
2011 IF (ALLOCATED(first_sgf_atom)) THEN
[all …]