Skip to content

Commit

Permalink
Split input_cp2k_dft.F (cp2k#3554)
Browse files Browse the repository at this point in the history
  • Loading branch information
juerghutter authored Jul 17, 2024
1 parent 68ba995 commit 55a83f1
Show file tree
Hide file tree
Showing 11 changed files with 9,376 additions and 8,900 deletions.
7 changes: 7 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,13 @@ list(
input_cp2k_colvar.F
input_cp2k_constraints.F
input_cp2k_dft.F
input_cp2k_print_dft.F
input_cp2k_scf.F
input_cp2k_as.F
input_cp2k_opt.F
input_cp2k_qs.F
input_cp2k_se.F
input_cp2k_xas.F
input_cp2k_distribution.F
input_cp2k_ec.F
input_cp2k_eip.F
Expand Down
462 changes: 462 additions & 0 deletions src/input_cp2k_as.F

Large diffs are not rendered by default.

10,216 changes: 1,320 additions & 8,896 deletions src/input_cp2k_dft.F

Large diffs are not rendered by default.

544 changes: 544 additions & 0 deletions src/input_cp2k_opt.F

Large diffs are not rendered by default.

2,728 changes: 2,728 additions & 0 deletions src/input_cp2k_print_dft.F

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/input_cp2k_properties_dft.F
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ MODULE input_cp2k_properties_dft
tddfpt_kernel_none, tddfpt_kernel_stda, use_mom_ref_coac, use_mom_ref_com, &
use_mom_ref_user, use_mom_ref_zero
USE input_cp2k_atprop, ONLY: create_atprop_section
USE input_cp2k_dft, ONLY: create_ddapc_restraint_section, &
create_interp_section, &
create_lrigpw_section, &
USE input_cp2k_dft, ONLY: create_interp_section, &
create_mgrid_section
USE input_cp2k_qs, ONLY: create_ddapc_restraint_section, &
create_lrigpw_section
USE input_cp2k_kpoints, ONLY: create_kpoint_set_section
USE input_cp2k_loc, ONLY: create_localize_section
USE input_cp2k_resp, ONLY: create_resp_section
Expand Down
830 changes: 830 additions & 0 deletions src/input_cp2k_qs.F

Large diffs are not rendered by default.

1,991 changes: 1,991 additions & 0 deletions src/input_cp2k_scf.F

Large diffs are not rendered by default.

463 changes: 463 additions & 0 deletions src/input_cp2k_se.F

Large diffs are not rendered by default.

1,027 changes: 1,027 additions & 0 deletions src/input_cp2k_xas.F

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/scf_control_types.F
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ MODULE scf_control_types
outer_scf_optimizer_diis, outer_scf_optimizer_newton, outer_scf_optimizer_newton_ls, &
outer_scf_optimizer_none, outer_scf_optimizer_sd, outer_scf_optimizer_secant, &
outer_scf_s2_constraint, smear_energy_window, smear_fermi_dirac, smear_list
USE input_cp2k_dft, ONLY: create_scf_section
USE input_cp2k_scf, ONLY: create_scf_section
USE input_enumeration_types, ONLY: enum_i2c,&
enumeration_type
USE input_keyword_types, ONLY: keyword_get,&
Expand Down

0 comments on commit 55a83f1

Please sign in to comment.