![]() |
(git:f56c6e3)
|
Energy correction environment setup and handling. More...
Functions/Subroutines | |
| subroutine, public | ec_env_create (qs_env, ec_env, dft_section, ec_section) |
| Allocates and intitializes ec_env. | |
| subroutine, public | ec_write_input (ec_env) |
| Print out the energy correction input section. | |
Energy correction environment setup and handling.
| subroutine, public ec_environment::ec_env_create | ( | type(qs_environment_type), pointer | qs_env, |
| type(energy_correction_type), pointer | ec_env, | ||
| type(section_vals_type), pointer | dft_section, | ||
| type(section_vals_type), optional, pointer | ec_section | ||
| ) |
Allocates and intitializes ec_env.
| qs_env | The QS environment |
| ec_env | The energy correction environment (the object to create) |
| dft_section | The DFT section |
| ec_section | The energy correction input section |
Definition at line 89 of file ec_environment.F.
| subroutine, public ec_environment::ec_write_input | ( | type(energy_correction_type), pointer | ec_env | ) |
Print out the energy correction input section.
| ec_env | ... |
Definition at line 514 of file ec_environment.F.