Coder Social home page Coder Social logo

Comments (3)

thu-wangz17 avatar thu-wangz17 commented on August 11, 2024

Sorry for my late answer. QM9Dataset was implemented according to the implements in torch_geometic. The differences between v1 and v2 are the different edge_index. In v1, the edge index is the chemical bond obtained from rdkit, while those in v2 is based on a cutoff radius. Thus the number of edge_index in v2 is more than those in v1. The results in our work were based on the first one, and v2 is just provided for interests.

from hermnet.

thu-wangz17 avatar thu-wangz17 commented on August 11, 2024

I want to add that the edge_index based on cutoff radius should be more make sense in principle. Although you can add the information of chemical bonds in v1, the interactions between some atoms must be modelled by stacking multi message passing layers. While the method which is based on distance will link these pairs directly. It may be more obvious in the condition of protein folding, i.e. the two terminations of a chain may be close after folding, while the link of bond could not refleck these interactions unless stacking more message passing layers.

from hermnet.

thu-wangz17 avatar thu-wangz17 commented on August 11, 2024

If you have no questions, I will close the issue.

from hermnet.

Related Issues (2)

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.