You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -556,6 +556,7 @@ The bold notation of key (such aas **type_map**) means that it's a necessary key
556
556
| model_devi_numb_candi_v | Int | 0 | See `model_devi_adapt_trust_lo`.|
557
557
| model_devi_perc_candi_f | Float | 0.0 | See `model_devi_adapt_trust_lo`.|
558
558
| model_devi_perc_candi_v | Float | 0.0 | See `model_devi_adapt_trust_lo`.|
559
+
| model_devi_f_avg_relative | Boolean | False | Normalized the force model deviations by the RMS force magnitude along the trajectory. This key should not be used with `use_relative`. |
559
560
|**model_devi_clean_traj**| Boolean | true | Deciding whether to clean traj folders in MD since they are too large. |
560
561
|**model_devi_nopbc**| Boolean | False | Assume open boundary condition in MD simulations. |
561
562
| model_devi_activation_func | List of list of string |[["tanh","tanh"],["tanh","gelu"],["gelu","tanh"],["gelu","gelu"]]| Set activation functions for models, length of the List should be the same as `numb_models`, and two elements in the list of string respectively assign activation functions to the embedding and fitting nets within each model. *Backward compatibility*: the orginal "List of String" format is still supported, where embedding and fitting nets of one model use the same activation function, and the length of the List should be the same as `numb_models`|
0 commit comments