Home
last modified time | relevance | path

Searched refs:nexp_lsd (Results 1 – 14 of 14) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Datom_kind_orbitals.F1177 … INTEGER :: i, j, l, lm, n, ne, nexp_lpot, nexp_lsd, & local
1212 gth_atompot%nexp_lsd = 0
1237 nexp_lsd=nexp_lsd, &
1242 gth_atompot%nexp_lsd = nexp_lsd
1243 gth_atompot%alpha_lsd(1:nexp_lsd) = SQRT(0.5_dp/alpha_lsd(1:nexp_lsd))
1244 gth_atompot%nct_lsd(1:nexp_lsd) = nct_lsd(1:nexp_lsd)
H A Dqs_interactions.F81 maxl, n_local, nexp_lpot, nexp_lsd, nexp_ppl, nkind, nloc local
209 nexp_lsd=nexp_lsd, &
213 DO j = 1, nexp_lsd
H A Datom_output.F681 DO k = 1, potential%gth_pot%nexp_lsd
782 WRITE (iw, '(A,I5)') " LSD ", gthpot%nexp_lsd
783 DO i = 1, gthpot%nexp_lsd
H A Datom_types.F116 INTEGER :: nexp_lsd component
2626 potential%nexp_lsd = 0
2706 READ (line_att, *) potential%nexp_lsd
2707 DO ipot = 1, potential%nexp_lsd
2830 CALL parser_get_object(parser, potential%nexp_lsd)
2831 DO ipot = 1, potential%nexp_lsd
H A Datom_operators.F405 DO k = 1, potential%gth_pot%nexp_lsd
478 DO k = 1, potential%gth_pot%nexp_lsd
558 DO k = 1, potential%gth_pot%nexp_lsd
H A Datom_fit.F1716 DO j = 1, gthpot%nexp_lsd
1792 DO j = 1, gthpot%nexp_lsd
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Datom_kind_orbitals.F1177 … INTEGER :: i, j, l, lm, n, ne, nexp_lpot, nexp_lsd, & local
1212 gth_atompot%nexp_lsd = 0
1237 nexp_lsd=nexp_lsd, &
1242 gth_atompot%nexp_lsd = nexp_lsd
1243 gth_atompot%alpha_lsd(1:nexp_lsd) = SQRT(0.5_dp/alpha_lsd(1:nexp_lsd))
1244 gth_atompot%nct_lsd(1:nexp_lsd) = nct_lsd(1:nexp_lsd)
H A Dqs_interactions.F84 maxl, maxnset, n_local, nexp_lpot, nexp_lsd, nexp_ppl, nkind, nloc local
212 nexp_lsd=nexp_lsd, &
216 DO j = 1, nexp_lsd
H A Datom_output.F681 DO k = 1, potential%gth_pot%nexp_lsd
782 WRITE (iw, '(A,I5)') " LSD ", gthpot%nexp_lsd
783 DO i = 1, gthpot%nexp_lsd
H A Datom_types.F116 INTEGER :: nexp_lsd component
2626 potential%nexp_lsd = 0
2706 READ (line_att, *) potential%nexp_lsd
2707 DO ipot = 1, potential%nexp_lsd
2830 CALL parser_get_object(parser, potential%nexp_lsd)
2831 DO ipot = 1, potential%nexp_lsd
H A Datom_operators.F406 DO k = 1, potential%gth_pot%nexp_lsd
479 DO k = 1, potential%gth_pot%nexp_lsd
559 DO k = 1, potential%gth_pot%nexp_lsd
H A Datom_fit.F1716 DO j = 1, gthpot%nexp_lsd
1792 DO j = 1, gthpot%nexp_lsd
/dports/science/cp2k-data/cp2k-7.1.0/src/subsys/
H A Dexternal_potential_types.F150 INTEGER :: nexp_lsd component
849 lsd_present, nexp_lsd, alpha_lsd, nct_lsd, cval_lsd, & argument
874 INTEGER, INTENT(OUT), OPTIONAL :: nexp_lsd local
926 IF (PRESENT(nexp_lsd)) nexp_lsd = potential%nexp_lsd
1850 potential%nexp_lsd = 0
2063 READ (line_att, *) potential%nexp_lsd
2064 n = potential%nexp_lsd
2069 DO ipot = 1, potential%nexp_lsd
2169 CALL parser_get_object(parser, potential%nexp_lsd)
2170 n = potential%nexp_lsd
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/subsys/
H A Dexternal_potential_types.F150 INTEGER :: nexp_lsd component
881 INTEGER, INTENT(OUT), OPTIONAL :: nexp_lsd local
933 IF (PRESENT(nexp_lsd)) nexp_lsd = potential%nexp_lsd
1858 potential%nexp_lsd = 0
2071 READ (line_att, *) potential%nexp_lsd
2072 n = potential%nexp_lsd
2077 DO ipot = 1, potential%nexp_lsd
2177 CALL parser_get_object(parser, potential%nexp_lsd)
2178 n = potential%nexp_lsd
2190 DO ipot = 1, potential%nexp_lsd
[all …]