Home
last modified time | relevance | path

Searched defs:write_dft_control (Results 1 – 2 of 2) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dcp_control_utils.F1339 SUBROUTINE write_dft_control(dft_control, dft_section) subroutine
1343 CHARACTER(len=*), PARAMETER :: routineN = 'write_dft_control', & argument
1344 routineP = moduleN//':'//routineN
1346 CHARACTER(LEN=20) :: tmpStr
1347 INTEGER :: handle, output_unit
1348 REAL(kind=dp) :: density_cut, density_smooth_cut_range, &
1349 gradient_cut, tau_cut
1350 TYPE(cp_logger_type), POINTER :: logger
1351 TYPE(enumeration_type), POINTER :: enum
1352 TYPE(keyword_type), POINTER :: keyword
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dcp_control_utils.F1303 SUBROUTINE write_dft_control(dft_control, dft_section) subroutine
1307 CHARACTER(len=*), PARAMETER :: routineN = 'write_dft_control', & argument
1308 routineP = moduleN//':'//routineN
1310 CHARACTER(LEN=20) :: tmpStr
1311 INTEGER :: handle, output_unit
1312 REAL(kind=dp) :: density_cut, density_smooth_cut_range, &
1313 gradient_cut, tau_cut
1314 TYPE(cp_logger_type), POINTER :: logger
1315 TYPE(enumeration_type), POINTER :: enum
1316 TYPE(keyword_type), POINTER :: keyword
[all …]