![]() |
(git:936074a)
|
#include "./base/base_uses.f90"Go to the source code of this file.
Modules | |
| module | sirius_interface |
| Interface to the SIRIUS Library. | |
Functions/Subroutines | |
| subroutine, public | sirius_interface::cp_sirius_init () |
| Empty implementation in case SIRIUS is not compiled in. | |
| logical function, public | sirius_interface::cp_sirius_is_initialized () |
| Return always .FALSE. because the Sirius library is not compiled in. | |
| subroutine, public | sirius_interface::cp_sirius_finalize () |
| Empty implementation in case SIRIUS is not compiled in. | |
| subroutine, public | sirius_interface::cp_sirius_create_env (pwdft_env) |
| Empty implementation in case SIRIUS is not compiled in. | |
| subroutine, public | sirius_interface::cp_sirius_energy_force (pwdft_env, calculate_forces, calculate_stress) |
| Empty implementation in case SIRIUS is not compiled in. | |
| subroutine, public | sirius_interface::cp_sirius_update_context (pwdft_env) |
| Empty implementation in case SIRIUS is not compiled in. | |