Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ss0832 authored Mar 3, 2025
1 parent fbffdd3 commit de88d4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions biaspotpy/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ def switch_move_vector(self,
B_g,
move_vector_list,
method_list=None,
max_rms_force_switching_threshold=0.5,
min_rms_force_switching_threshold=0.1,
max_rms_force_switching_threshold=0.05,
min_rms_force_switching_threshold=0.005,
steepness=10.0,
offset=0.5):

Expand Down Expand Up @@ -409,8 +409,8 @@ def calc_move_vector(self, iter, geom_num_list, B_g, pre_B_g, pre_geom, B_e, pre
move_vector, optimizer_instances = self.switch_move_vector(B_g,
move_vector_list,
optimizer_instances,
max_rms_force_switching_threshold=0.5,
min_rms_force_switching_threshold=0.1
max_rms_force_switching_threshold=0.05,
min_rms_force_switching_threshold=0.005
)

print("==================================================================================")
Expand Down

0 comments on commit de88d4f

Please sign in to comment.