![]() |
(git:e68414f)
|
Types for all ALMO-based methods. More...
Data Types | |
| type | almo_scf_env_type |
| type | almo_scf_history_type |
| type | optimizer_options_type |
Functions/Subroutines | |
| subroutine, public | print_optimizer_options (optimizer, unit_nr) |
| Prints out the options of an optimizer. | |
| subroutine, public | almo_scf_env_release (almo_scf_env) |
| release the almo scf envirnoment | |
Variables | |
| integer, parameter, public | almo_mat_dim_aobasis = 1 |
| integer, parameter, public | almo_mat_dim_occ = 2 |
| integer, parameter, public | almo_mat_dim_virt = 3 |
| integer, parameter, public | almo_mat_dim_virt_full = 4 |
| integer, parameter, public | almo_mat_dim_domains = 5 |
| integer, parameter, public | almo_mat_dim_virt_disc = 6 |
| real(kind=dp), parameter, public | almo_max_cutoff_multiplier = 2.2_dp |
Types for all ALMO-based methods.
| subroutine, public almo_scf_types::print_optimizer_options | ( | type(optimizer_options_type), intent(in) | optimizer, |
| integer, intent(in) | unit_nr | ||
| ) |
Prints out the options of an optimizer.
| optimizer | options to print |
| unit_nr | output stream |
Definition at line 436 of file almo_scf_types.F.
| subroutine, public almo_scf_types::almo_scf_env_release | ( | type(almo_scf_env_type), pointer | almo_scf_env | ) |
release the almo scf envirnoment
| almo_scf_env | ... |
Definition at line 549 of file almo_scf_types.F.
| integer, parameter, public almo_scf_types::almo_mat_dim_aobasis = 1 |
Definition at line 36 of file almo_scf_types.F.
| integer, parameter, public almo_scf_types::almo_mat_dim_occ = 2 |
Definition at line 36 of file almo_scf_types.F.
| integer, parameter, public almo_scf_types::almo_mat_dim_virt = 3 |
Definition at line 36 of file almo_scf_types.F.
| integer, parameter, public almo_scf_types::almo_mat_dim_virt_full = 4 |
Definition at line 36 of file almo_scf_types.F.
| integer, parameter, public almo_scf_types::almo_mat_dim_domains = 5 |
Definition at line 36 of file almo_scf_types.F.
| integer, parameter, public almo_scf_types::almo_mat_dim_virt_disc = 6 |
Definition at line 36 of file almo_scf_types.F.
| real(kind=dp), parameter, public almo_scf_types::almo_max_cutoff_multiplier = 2.2_dp |
Definition at line 42 of file almo_scf_types.F.