Skip to content

Commit

Permalink
More QMMM changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juerghutter committed Mar 19, 2019
1 parent ecc0c62 commit 75f9350
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 133 deletions.
4 changes: 3 additions & 1 deletion src/qmmm_init.F
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,9 @@ SUBROUTINE qmmm_init_periodic_potential(qmmm_env_qm, qm_cell_small, mm_cell, par
qmmm_coupl_type=qmmm_env_qm%qmmm_coupl_type, mm_cell=mm_cell, &
para_env=para_env, qmmm_periodic=qmmm_periodic, print_section=print_section)
ELSE IF (dft_control%qs_control%xtb) THEN
CPABORT("QM/MM periodic calculations not implemented for extended TB (xTB) method")
CALL qmmm_ewald_potential_init(qmmm_env_qm%ewald_env, qmmm_env_qm%ewald_pw, &
qmmm_coupl_type=qmmm_env_qm%qmmm_coupl_type, mm_cell=mm_cell, &
para_env=para_env, qmmm_periodic=qmmm_periodic, print_section=print_section)
ELSE

! setup for GPW/GPAW
Expand Down

0 comments on commit 75f9350

Please sign in to comment.