Closed nickvandewiele closed 1 year ago
This issue is being automatically marked as stale because it has not received any interaction in the last 90 days. Please leave a comment if this is still a relevant issue, otherwise it will automatically be closed in 30 days.
When running
make eg2
the following error was produced:The problem is the way QM entries are stored in a
ThermoDatabase
object:Basically, it is using SMILES+multiplicity to create a dictionary key.
This was the list of already existing entries:
This can never work.
We need another canonical identifier to be used as the key.