Skip to content

Commit

Permalink
Fix keying
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Mar 22, 2024
1 parent 7490717 commit 51b5fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openff/bespokefit/optimizers/forcebalance/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def _generate_target(
for key, value in qc_record.final_energies.items()
}
metadata = qc_record.optimization_spec.keywords
metadata["dihedrals"] = qc_record.optimization_spec.keywords.dihedrals
metadata["dihedrals"] = qc_record.optimization_spec.keywords["dihedrals"]

else:
raise NotImplementedError()
Expand Down

0 comments on commit 51b5fff

Please sign in to comment.