-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial01 #514
Comments
@faranak1991 could you please paste your conda environment ( |
Thank you for your reply @lilyminium. The error was resolved by installing the specific version of Pint. Additionally, I have provided the list of packages installed in the Conda environment in attached file. |
That indicates something went wrong earlier in the tutorial when estimating properties. There should be some error messages a few cells up indicating something crashed or possibly didn't start. |
Thanks @mattwthompson . I see that certain properties have already been specified as follows. Is there any possibility to include transport properties such as viscosity in the existing set? <class 'openff.evaluator.properties.binding.HostGuestBindingAffinity'> |
The supported properties are just what are available in the API right now; PRs for others would be welcome. Evaluator has been used to accurately, we believe, compute those properties in a handful of studies. It's hard to say it'll work for every molecule of a particular size, but any system suitable for equilibrium MD will likely work fine. |
Hello,
I am attempting to understand and replicate the steps taken in your work by following the tutorials. Before running the code, I make sure to install all the necessary packages and dependencies using Conda. However, I encountered some errors as indicated below. I would greatly appreciate it if you could inform me of any additional packages that need to be installed ?
data_set = ThermoMLDataSet.from_doi(
"10.1016/j.fluid.2013.10.034",
"10.1021/je1013476",)
len(data_set)
TypeError Traceback (most recent call last)
Cell In[9], line 1
----> 1 len(data_set)
TypeError: object of type 'NoneType' has no len()
from openff.evaluator.properties import EnthalpyOfVaporization
AttributeError Traceback (most recent call last)
AttributeError: module 'pint.compat' has no attribute 'upcast_types'
The text was updated successfully, but these errors were encountered: