![]() |
(git:b77b4be)
|
Functions/Subroutines | |
subroutine, public | parse_pao_section (pao, input) |
Declare the PAO input section. | |
character(len=11) function, public | id2str (id) |
Helper routine. | |
subroutine, public | create_pao_section (section) |
Creates the PAO subsection of the linear scaling section. | |
Variables | |
integer, parameter, public | pao_rotinv_param = 101 |
integer, parameter, public | pao_fock_param = 102 |
integer, parameter, public | pao_exp_param = 103 |
integer, parameter, public | pao_gth_param = 104 |
integer, parameter, public | pao_equi_param = 105 |
integer, parameter, public | pao_opt_cg = 301 |
integer, parameter, public | pao_opt_bfgs = 302 |
integer, parameter, public | pao_ml_gp = 401 |
integer, parameter, public | pao_ml_nn = 402 |
integer, parameter, public | pao_ml_lazy = 403 |
integer, parameter, public | pao_ml_prior_zero = 501 |
integer, parameter, public | pao_ml_prior_mean = 502 |
integer, parameter, public | pao_ml_desc_pot = 601 |
integer, parameter, public | pao_ml_desc_overlap = 602 |
integer, parameter, public | pao_ml_desc_r12 = 603 |
subroutine, public pao_input::parse_pao_section | ( | type(pao_env_type), pointer | pao, |
type(section_vals_type), pointer | input | ||
) |
Declare the PAO input section.
pao | ... |
input | ... |
Definition at line 68 of file pao_input.F.
character(len=11) function, public pao_input::id2str | ( | integer | id | ) |
Helper routine.
id | ... |
Definition at line 215 of file pao_input.F.
subroutine, public pao_input::create_pao_section | ( | type(section_type), pointer | section | ) |
Creates the PAO subsection of the linear scaling section.
section | ... |
Definition at line 261 of file pao_input.F.
integer, parameter, public pao_input::pao_rotinv_param = 101 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_fock_param = 102 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_exp_param = 103 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_gth_param = 104 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_equi_param = 105 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_opt_cg = 301 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_opt_bfgs = 302 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_ml_gp = 401 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_ml_nn = 402 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_ml_lazy = 403 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_ml_prior_zero = 501 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_ml_prior_mean = 502 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_ml_desc_pot = 601 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_ml_desc_overlap = 602 |
Definition at line 45 of file pao_input.F.
integer, parameter, public pao_input::pao_ml_desc_r12 = 603 |
Definition at line 45 of file pao_input.F.