diff --git a/libs/lib_criteria.py b/libs/lib_criteria.py index a2b631b..8683fcc 100644 --- a/libs/lib_criteria.py +++ b/libs/lib_criteria.py @@ -138,7 +138,7 @@ def eval_uncert_all( if al_type == 'energy_max': Epot_step.append(np.array(struc_step.get_potential_energies()) - E_ref[1][zndex]) else: - print(E_ref[0]) + print(E_ref) Epot_step.append(struc_step.get_potential_energy() - E_ref[0][zndex]) F_step.append(struc_step.get_forces())