![]() |
(git:b77b4be)
|
Interface to the SIRIUS Library. More...
Functions/Subroutines | |
subroutine, public | cp_sirius_init () |
Empty implementation in case SIRIUS is not compiled in. | |
subroutine, public | cp_sirius_finalize () |
Empty implementation in case SIRIUS is not compiled in. | |
subroutine, public | cp_sirius_create_env (pwdft_env) |
Empty implementation in case SIRIUS is not compiled in. | |
subroutine, public | cp_sirius_energy_force (pwdft_env, calculate_forces, calculate_stress) |
Empty implementation in case SIRIUS is not compiled in. | |
subroutine, public | cp_sirius_update_context (pwdft_env) |
Empty implementation in case SIRIUS is not compiled in. | |
Interface to the SIRIUS Library.
Empty implementation in case SIRIUS is not compiled in.
subroutine, public sirius_interface::cp_sirius_init |
Empty implementation in case SIRIUS is not compiled in.
Definition at line 917 of file sirius_interface.F.
subroutine, public sirius_interface::cp_sirius_finalize |
Empty implementation in case SIRIUS is not compiled in.
Definition at line 923 of file sirius_interface.F.
subroutine, public sirius_interface::cp_sirius_create_env | ( | type(pwdft_environment_type), pointer | pwdft_env | ) |
Empty implementation in case SIRIUS is not compiled in.
pwdft_env | ... |
Definition at line 930 of file sirius_interface.F.
subroutine, public sirius_interface::cp_sirius_energy_force | ( | type(pwdft_environment_type), pointer | pwdft_env, |
logical | calculate_forces, | ||
logical | calculate_stress | ||
) |
Empty implementation in case SIRIUS is not compiled in.
pwdft_env | ... |
calculate_forces | ... |
calculate_stress | ... |
Definition at line 943 of file sirius_interface.F.
subroutine, public sirius_interface::cp_sirius_update_context | ( | type(pwdft_environment_type), pointer | pwdft_env | ) |
Empty implementation in case SIRIUS is not compiled in.
pwdft_env | ... |
Definition at line 957 of file sirius_interface.F.