|
CP2K 2.4 (Revision 12889)
|
Private Member Functions | |
| subroutine | set_all_potential (potential, name, alpha_core_charge, ccore_charge, core_charge_radius, z, zeff, zeff_correction, elec_conf) |
| Set the attributes of an all-electron potential data set. | |
| subroutine | set_fist_potential (potential, apol, cpol, qeff, mm_radius, qmmm_corr_radius, qmmm_radius) |
| Set the attributes of an effective charge and inducible point dipole potential data set. | |
| subroutine | set_gth_potential (potential, name, alpha_core_charge, alpha_ppl, ccore_charge, cerf_ppl, core_charge_radius, ppl_radius, ppnl_radius, lppnl, lprj_ppnl_max, nexp_ppl, nppnl, nprj_ppnl_max, z, zeff, zeff_correction, alpha_ppnl, cexp_ppl, elec_conf, nprj_ppnl, cprj, cprj_ppnl, vprj_ppnl, hprj_ppnl) |
| Set the attributes of a GTH potential data set. | |
Definition at line 207 of file external_potential_types.f90.
| subroutine external_potential_types::set_potential::set_all_potential | ( | TYPE(all_potential_type),pointer | potential, |
| CHARACTER(LEN=default_string_length),intent(in),optional | name, | ||
| REAL(KIND=dp),intent(in),optional | alpha_core_charge, | ||
| REAL(KIND=dp),intent(in),optional | ccore_charge, | ||
| REAL(KIND=dp),intent(in),optional | core_charge_radius, | ||
| INTEGER,intent(in),optional | z, | ||
| REAL(KIND=dp),intent(in),optional | zeff, | ||
| REAL(KIND=dp),intent(in),optional | zeff_correction, | ||
| INTEGER,dimension(:),optional,pointer | elec_conf | ||
| ) | [private] |
Set the attributes of an all-electron potential data set.
Definition at line 1705 of file external_potential_types.f90.
| subroutine external_potential_types::set_potential::set_fist_potential | ( | TYPE(fist_potential_type),pointer | potential, |
| REAL(KIND=dp),intent(in),optional | apol, | ||
| REAL(KIND=dp),intent(in),optional | cpol, | ||
| REAL(KIND=dp),intent(in),optional | qeff, | ||
| REAL(KIND=dp),intent(in),optional | mm_radius, | ||
| REAL(KIND=dp),intent(in),optional | qmmm_corr_radius, | ||
| REAL(KIND=dp),intent(in),optional | qmmm_radius | ||
| ) | [private] |
Set the attributes of an effective charge and inducible point dipole potential data set.
Definition at line 1755 of file external_potential_types.f90.
| subroutine external_potential_types::set_potential::set_gth_potential | ( | TYPE(gth_potential_type),pointer | potential, |
| CHARACTER(LEN=default_string_length),intent(in),optional | name, | ||
| REAL(KIND=dp),intent(in),optional | alpha_core_charge, | ||
| REAL(KIND=dp),intent(in),optional | alpha_ppl, | ||
| REAL(KIND=dp),intent(in),optional | ccore_charge, | ||
| REAL(KIND=dp),intent(in),optional | cerf_ppl, | ||
| REAL(KIND=dp),intent(in),optional | core_charge_radius, | ||
| REAL(KIND=dp),intent(in),optional | ppl_radius, | ||
| REAL(KIND=dp),intent(in),optional | ppnl_radius, | ||
| INTEGER,intent(in),optional | lppnl, | ||
| INTEGER,intent(in),optional | lprj_ppnl_max, | ||
| INTEGER,intent(in),optional | nexp_ppl, | ||
| INTEGER,intent(in),optional | nppnl, | ||
| INTEGER,intent(in),optional | nprj_ppnl_max, | ||
| INTEGER,intent(in),optional | z, | ||
| REAL(KIND=dp),intent(in),optional | zeff, | ||
| REAL(KIND=dp),intent(in),optional | zeff_correction, | ||
| REAL(KIND=dp),dimension(:),optional,pointer | alpha_ppnl, | ||
| REAL(KIND=dp),dimension(:),optional,pointer | cexp_ppl, | ||
| INTEGER,dimension(:),optional,pointer | elec_conf, | ||
| INTEGER,dimension(:),optional,pointer | nprj_ppnl, | ||
| REAL(KIND=dp),dimension(:, :),optional,pointer | cprj, | ||
| REAL(KIND=dp),dimension(:, :),optional,pointer | cprj_ppnl, | ||
| REAL(KIND=dp),dimension(:, :),optional,pointer | vprj_ppnl, | ||
| REAL(KIND=dp),dimension(:, :, :),optional,pointer | hprj_ppnl | ||
| ) | [private] |
Set the attributes of a GTH potential data set.
Definition at line 1788 of file external_potential_types.f90.
1.7.3