Skip to content

Commit

Permalink
Merge pull request #90 from ikowalec/WIP_FHI-aims_compatibility
Browse files Browse the repository at this point in the history
fhi-aims compatibility
  • Loading branch information
Martin Hangaard Hansen committed Mar 25, 2020
2 parents 28c253b + 463775e commit bd7735d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion catlearn/optimize/mlneb.py
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,10 @@ def eval_and_append(self, interesting_point):

self.list_train = np.append(self.list_train,
interesting_point, axis=0)


# Remove old calculation information
self.ase_calc.results = {}

energy = get_energy_catlearn(self)

self.list_targets = np.append(self.list_targets, energy)
Expand Down

0 comments on commit bd7735d

Please sign in to comment.