Skip to content

Commit

Permalink
PINT: Improve description of coupling
Browse files Browse the repository at this point in the history
  • Loading branch information
cschran authored and hforbert committed Sep 3, 2019
1 parent 0b72603 commit 77d3599
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/motion/helium_methods.F
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,9 @@ SUBROUTINE helium_create(helium_env, input, solute)
CPABORT(msg_str)
END IF
msg_str = "Using multiple-time stepping in imaginary time for solute to couple "// &
"to fewer solvent beads. Warning: Avoid too large coupling factors."
"to fewer solvent beads, e.g. for factor 3: "// &
"he_1 - 3*sol_1; he_2 - 3*sol_4... "// &
"Avoid too large coupling factors."
CPWARN(msg_str)
ELSE IF (helium_env(k)%helium%solute_beads < helium_env(k)%helium%beads) THEN
! Imaginary time striding for solvent:
Expand Down

0 comments on commit 77d3599

Please sign in to comment.