@@ -519,6 +519,7 @@ def generate_lam_vals(lambda_base, increment=0.001):
519519 frame_frequency = 0 ,
520520 save_velocities = False ,
521521 auto_fix_minimise = True ,
522+ save_crash_report = self ._config .save_crash_report ,
522523 )
523524
524525 # Commit the system.
@@ -686,6 +687,7 @@ def generate_lam_vals(lambda_base, increment=0.001):
686687 auto_fix_minimise = True ,
687688 num_energy_neighbours = num_energy_neighbours ,
688689 null_energy = self ._config .null_energy ,
690+ save_crash_report = self ._config .save_crash_report ,
689691 # GCMC specific options.
690692 excess_chemical_potential = (
691693 self ._mu_ex if gcmc_sampler is not None else None
@@ -723,6 +725,7 @@ def generate_lam_vals(lambda_base, increment=0.001):
723725 auto_fix_minimise = True ,
724726 num_energy_neighbours = num_energy_neighbours ,
725727 null_energy = self ._config .null_energy ,
728+ save_crash_report = self ._config .save_crash_report ,
726729 )
727730 except Exception as e :
728731 try :
@@ -820,6 +823,7 @@ def generate_lam_vals(lambda_base, increment=0.001):
820823 auto_fix_minimise = True ,
821824 num_energy_neighbours = num_energy_neighbours ,
822825 null_energy = self ._config .null_energy ,
826+ save_crash_report = self ._config .save_crash_report ,
823827 )
824828
825829 # Save the energy contribution for each force.
@@ -895,6 +899,7 @@ def generate_lam_vals(lambda_base, increment=0.001):
895899 auto_fix_minimise = True ,
896900 num_energy_neighbours = num_energy_neighbours ,
897901 null_energy = self ._config .null_energy ,
902+ save_crash_report = self ._config .save_crash_report ,
898903 )
899904
900905 # Perform a GCMC move.
@@ -922,6 +927,7 @@ def generate_lam_vals(lambda_base, increment=0.001):
922927 auto_fix_minimise = True ,
923928 num_energy_neighbours = num_energy_neighbours ,
924929 null_energy = self ._config .null_energy ,
930+ save_crash_report = self ._config .save_crash_report ,
925931 )
926932 except Exception as e :
927933 try :
0 commit comments