Coder Social home page Coder Social logo

Tutorial01 about openff-evaluator HOT 5 OPEN

faranak1991 avatar faranak1991 commented on June 11, 2024
Tutorial01

from openff-evaluator.

Comments (5)

lilyminium avatar lilyminium commented on June 11, 2024

@faranak1991 could you please paste your conda environment (conda list)? For the second error, I have a feeling you may need to downgrade pint to 0.20.1, with something like conda install -c conda-forge pint==0.20.1 or pip uninstall pint && pip install pint==0.20.1.

from openff-evaluator.

faranak1991 avatar faranak1991 commented on June 11, 2024

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.
Regarding tutorial02, the "estimated_data_set.json" file does not show the properties as expected, it appears as:
{
"@type": "openff.evaluator.datasets.datasets.PhysicalPropertyDataSet",
"properties": []
}
Do you have any recommendations or advice regarding this?

conda-list.txt

from openff-evaluator.

mattwthompson avatar mattwthompson commented on June 11, 2024

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.

from openff-evaluator.

faranak1991 avatar faranak1991 commented on June 11, 2024

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?
Also, does the openff-evaluator accurately estimate these new properties?
(particularly for a molecule with 44 atoms)

<class 'openff.evaluator.properties.binding.HostGuestBindingAffinity'>
<class 'openff.evaluator.properties.density.Density'>
<class 'openff.evaluator.properties.density.ExcessMolarVolume'>
<class 'openff.evaluator.properties.dielectric.DielectricConstant'>
<class 'openff.evaluator.properties.enthalpy.EnthalpyOfMixing'>
<class 'openff.evaluator.properties.enthalpy.EnthalpyOfVaporization'>
<class 'openff.evaluator.properties.solvation.SolvationFreeEnergy'>

from openff-evaluator.

mattwthompson avatar mattwthompson commented on June 11, 2024

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.

from openff-evaluator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.