@@ -427,8 +427,10 @@ def run_dynamics(dyn_var, _dyn_params, ham, compute_model, _model_params, rnd):
427427 - -1: set all dephasing rates to zero [ default ]
428428 - 0: use the rates read out from the input
429429 - 1: use the energy-based decoherence method (EDC)
430- - 2: Schwartz - mean-field Force-based decoherence
431- - 3: Schwartz - pair-wise-based decoherences
430+ - 2: Schwartz - mean-field Force-based decoherence with `schwartz_decoherence_inv_alpha`
431+ - 3: Schwartz - pair-wise-based decoherences
432+ - 4: Schwartz - mean-field Force-based decoherence with `schwartz_interaction_width`
433+ - 5: Gu-Franco
432434
433435
434436 * **dyn_params["schwartz_decoherence_inv_alpha"]** ( MATRIX(ndof, 1) ): a matrix of 1/alpha - the parameters
@@ -439,6 +441,9 @@ def run_dynamics(dyn_var, _dyn_params, ham, compute_model, _model_params, rnd):
439441 of NAC in computing decoherence rates [ default: NULL ]
440442
441443
444+ * **dyn_params["reorg_energy"]** ( double ): reorganization energy of the bath [ units: Ha; default: 0.0 Ha ]
445+
446+
442447 * **dyn_params["decoherence_C_param"]** ( double ): An empirical parameter used in the EDC method [ default: 1.0 Ha]
443448
444449
@@ -853,6 +858,7 @@ def run_dynamics(dyn_var, _dyn_params, ham, compute_model, _model_params, rnd):
853858 "sdm_norm_tolerance" : 0.0 ,
854859 "dish_decoherence_event_option" : 1 ,
855860 "decoherence_times_type" : - 1 ,
861+ "reorg_energy" :0.0 ,
856862 "decoherence_C_param" : 1.0 ,
857863 "decoherence_eps_param" : 0.1 ,
858864 "dephasing_informed" : 0 ,
0 commit comments