Home
last modified time | relevance | path

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

/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_o3c_types.F160 NULLIFY (o3c%ijpair)
169 ijpair => o3c%ijpair(nij)
170 CALL get_iterator_info(nl_iterator, ikind=ijpair%ikind, jkind=ijpair%jkind, &
171 iatom=ijpair%iatom, jatom=ijpair%jatom, &
172 r=ijpair%rij, cell=ijpair%cellj)
176 CALL nl_set_sub_iterator(ac_iterator, ijpair%ikind, kkind, ijpair%iatom)
188 ijpair%nklist = nk
193 CALL nl_set_sub_iterator(ac_iterator, ijpair%ikind, kkind, ijpair%iatom)
350 IF (PRESENT(ijpair)) ijpair => o3c%ijpair
531 ELSE IF (ijpair == o3c%nijpairs .AND. klist == o3c%ijpair(ijpair)%nklist) THEN
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_o3c_types.F160 NULLIFY (o3c%ijpair)
169 ijpair => o3c%ijpair(nij)
170 CALL get_iterator_info(nl_iterator, ikind=ijpair%ikind, jkind=ijpair%jkind, &
171 iatom=ijpair%iatom, jatom=ijpair%jatom, &
172 r=ijpair%rij, cell=ijpair%cellj)
176 CALL nl_set_sub_iterator(ac_iterator, ijpair%ikind, kkind, ijpair%iatom)
188 ijpair%nklist = nk
193 CALL nl_set_sub_iterator(ac_iterator, ijpair%ikind, kkind, ijpair%iatom)
350 IF (PRESENT(ijpair)) ijpair => o3c%ijpair
531 ELSE IF (ijpair == o3c%nijpairs .AND. klist == o3c%ijpair(ijpair)%nklist) THEN
[all …]
/dports/math/GiNaC/ginac-1.8.2/check/
H A Dtime_antipode.cpp54 typedef pair<unsigned, unsigned> ijpair; typedef
89 vertex(ijpair ij = ijpair(0,0)) : indices(ij) { } in vertex()
98 ijpair indices;
107 Sigma(ijpair ij = ijpair(0,0)) : vertex(ij) { } in Sigma()
109 ijpair get_increment() const override { return ijpair(indices.first+indices.second+1, 0); } in get_increment()
139 Sigma_flipped(ijpair ij = ijpair(0,0)) : Sigma(ij) { } in Sigma_flipped()
141 ijpair get_increment() const override { return ijpair(0, indices.first+indices.second+1); } in get_increment()
152 Gamma(ijpair ij = ijpair(0,0)) : vertex(ij) { } in Gamma()
154 ijpair get_increment() const override { return ijpair(indices.first+indices.second+1, 0); } in get_increment()
186 Vacuum(ijpair ij = ijpair(0,0)) : vertex(ij) { } in Vacuum()
[all …]