Skip to content

Fix DFTB+ `read_results()` bug where the `atoms` object is not read in

Andrew Rosen requested to merge (removed):rosen-dftb-output into master

This closes #1083 (closed).

Currently, the read_results() function in the DFTB+ calculator has a bug in that self.atoms is set to self.atoms_input rather than read from the geo_end.gen file.

Note: ASE currently ensures that the geo_end.gen file is written for all jobs for this very purpose, so we can be confident that it's always available alongside the results.tag file.

Edited by Andrew Rosen

Merge request reports