Skip to content

Commit

Permalink
Remove unnecssary FIST and QS dependence for NNP run
Browse files Browse the repository at this point in the history
  • Loading branch information
cschran authored and dev-zero committed Dec 8, 2021
1 parent 652d16e commit e5dc313
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/force_env_types.F
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,6 @@ RECURSIVE SUBROUTINE force_env_get(force_env, in_use, fist_env, qs_env, &
subsys=subsys)
CASE (use_nnp_force)
CPASSERT(ASSOCIATED(force_env%nnp_env))
CPASSERT(.NOT. PRESENT(qs_env))
CPASSERT(.NOT. PRESENT(fist_env))
CALL nnp_env_get(force_env%nnp_env, &
nnp_potential_energy=potential_energy, &
subsys=subsys)
Expand Down

0 comments on commit e5dc313

Please sign in to comment.