Skip to content

Commit f70f574

Browse files
committed
Shift atoms more actively
Signed-off-by: Igor S. Gerasimov <foxtranigor@gmail.com>
1 parent 9697873 commit f70f574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prog/main.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ subroutine xtbMain(env, argParser)
11531153
block
11541154
real(wp) :: shift(3)
11551155
call random_number(shift)
1156-
mol%xyz(:, i) = mol%xyz(:, i) + 1.0e-6_wp * shift(:)
1156+
mol%xyz(:, i) = mol%xyz(:, i) + 1.0e-4_wp * shift(:)
11571157
end block
11581158
end if
11591159
end do

0 commit comments

Comments
 (0)