Home
last modified time | relevance | path

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

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/mc/
H A Dmc_types.F159 REAL(dp), DIMENSION(:, :), POINTER :: coordinates_empty component
279 REAL(dp), DIMENSION(:, :), OPTIONAL, POINTER :: coordinates_empty local
298 IF (PRESENT(coordinates_empty)) coordinates_empty => mc_input_file%coordinates_empty
956 ALLOCATE (mc_input_file%coordinates_empty(1:3, 1:nunits(1)))
960 mc_input_file%coordinates_empty(1:3, iunit) = empty_coords(1:3, iunit)
1133 DEALLOCATE (mc_input_file%coordinates_empty)
1791 coordinates_empty) argument
1796 REAL(dp), DIMENSION(:, :), OPTIONAL, POINTER :: coordinates_empty local
1933 IF (PRESENT(coordinates_empty)) THEN
1934 ALLOCATE (coordinates_empty(1:3, 1:mc_molecule_info%nunits(1)))
[all …]
H A Dmc_misc.F481 REAL(dp), DIMENSION(:, :), POINTER :: coordinates_empty local
494 nunits_empty=nunits_empty, coordinates_empty=coordinates_empty, &
520 coordinates_empty(1:3, iunit)*angstrom
H A Dmc_run.F185 coordinates_empty=empty_coordinates)
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/mc/
H A Dmc_types.F159 REAL(dp), DIMENSION(:, :), POINTER :: coordinates_empty component
279 REAL(dp), DIMENSION(:, :), OPTIONAL, POINTER :: coordinates_empty local
298 IF (PRESENT(coordinates_empty)) coordinates_empty => mc_input_file%coordinates_empty
956 ALLOCATE (mc_input_file%coordinates_empty(1:3, 1:nunits(1)))
960 mc_input_file%coordinates_empty(1:3, iunit) = empty_coords(1:3, iunit)
1133 DEALLOCATE (mc_input_file%coordinates_empty)
1791 coordinates_empty) argument
1796 REAL(dp), DIMENSION(:, :), OPTIONAL, POINTER :: coordinates_empty local
1933 IF (PRESENT(coordinates_empty)) THEN
1934 ALLOCATE (coordinates_empty(1:3, 1:mc_molecule_info%nunits(1)))
[all …]
H A Dmc_misc.F481 REAL(dp), DIMENSION(:, :), POINTER :: coordinates_empty local
494 nunits_empty=nunits_empty, coordinates_empty=coordinates_empty, &
520 coordinates_empty(1:3, iunit)*angstrom
H A Dmc_run.F187 coordinates_empty=empty_coordinates)