Skip to content

Commit 6d90a1e

Browse files
committed
add OBABO stochastic integrator to complement BAOAB
1 parent 1da3d05 commit 6d90a1e

File tree

6 files changed

+239
-192
lines changed

6 files changed

+239
-192
lines changed

doc/tinker-guide.pdf

187 Bytes
Binary file not shown.

other/obabo.f

Lines changed: 0 additions & 173 deletions
This file was deleted.

source/anneal.f

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ program anneal
285285
call beeman (istep,dt)
286286
else if (integrate .eq. 'BAOAB') then
287287
call baoab (istep,dt)
288+
else if (integrate .eq. 'OBABO') then
289+
call obabo (istep,dt)
288290
else if (integrate .eq. 'NOSE-HOOVER') then
289291
call nose (istep,dt)
290292
else if (integrate .eq. 'STOCHASTIC') then

0 commit comments

Comments
 (0)