File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,8 @@ def _create_dynamics(
286286 positions = _sr .io .get_coords_array (mols )
287287 target = self ._gcmc_samplers [i ]._get_target_position (positions )
288288 _logger .info (
289- f"Initial GCMC sphere centre: [{ target [0 ]:.3f} , { target [1 ]:.3f} , { target [2 ]:.3f} ] A"
289+ f"Initial GCMC sphere centre for lambda { lam :.5f} on device { device } : "
290+ f"[{ target [0 ]:.3f} , { target [1 ]:.3f} , { target [2 ]:.3f} ] A"
290291 )
291292
292293 # Create the dynamics object.
Original file line number Diff line number Diff line change @@ -436,7 +436,8 @@ def generate_lam_vals(lambda_base, increment=0.001):
436436 positions = _sr .io .get_coords_array (system )
437437 target = gcmc_sampler ._get_target_position (positions )
438438 _logger .info (
439- f"Initial GCMC sphere centre: [{ target [0 ]:.3f} , { target [1 ]:.3f} , { target [2 ]:.3f} ] A"
439+ f"Initial GCMC sphere centre at { _lam_sym } = { lambda_value :.5f} : "
440+ f"[{ target [0 ]:.3f} , { target [1 ]:.3f} , { target [2 ]:.3f} ] A"
440441 )
441442
442443 else :
You can’t perform that action at this time.
0 commit comments