Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed total energy module installation #504

Merged
merged 2 commits into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions external_modules/total_energy_module/total_energy.f90
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ SUBROUTINE init_run_setup(calculate_eigts)
USE dynamics_module, ONLY : allocate_dyn_vars
USE paw_variables, ONLY : okpaw
USE paw_init, ONLY : paw_init_onecenter, allocate_paw_internals
#if defined(__MPI)
USE paw_init, ONLY : paw_post_init
#endif
USE bp, ONLY : allocate_bp_efield, bp_global_map
USE fft_base, ONLY : dfftp, dffts
USE xc_lib, ONLY : xclib_dft_is_libxc, xclib_init_libxc, xclib_dft_is
Expand Down
Loading