You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I recently used this package to generate some statistical data, it failed when some of the molecules' experiment values were not provided. Is there a solution to this kind of data?
Error:
line 97, in generate_graph_from_results of wrangle.py
node[1]["exp_DG"] = self.results["Experimental"][name].DG
KeyError: 'mol20'
The text was updated successfully, but these errors were encountered:
Sure @richardjgowers, I'd like to use some intermediate molecules to bridge the complex perturbations when doing relative free energy calculations, these intermediate molecules do not have experiment value.
For example, this is an input CSV file for cinnabar:
Hi, I recently used this package to generate some statistical data, it failed when some of the molecules' experiment values were not provided. Is there a solution to this kind of data?
Error:
The text was updated successfully, but these errors were encountered: