-
Notifications
You must be signed in to change notification settings - Fork 49
Molecule Ring & Close Atoms Lifting (Graph to Combinatorial) #16
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update code due to changes on original repo
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This reverts commit c14a227.
Hi Guillermo,
Answering to fulfill the submission requirements:
- Name and last name of the participants: Bertran Miquel-Oliver, Manel
Gil-Sorribes, Alexis Molina, Victor Guallar (all of them in cc)
- Title: Molecule Ring & Close Atoms Lifting
- Input domain: Graph
- Output domain: Combinatorial
- Pull request: #16
<#16>
Best,
Bertran
Missatge de Guillermo Bernárdez ***@***.***> del dia dl., 8
de jul. 2024 a les 19:12:
… Hello @bertranMiquel <https://github.com/bertranMiquel>! Thank you for
your submission. As we near the end of the challenge, I am collecting
participant info for the purpose of selecting and announcing winners.
Please email me (or have one member of your team email me) at
***@***.*** so I can share access to the voting form. In
your email, please include:
- your first and last name (as well as any other team members)
- the title of the method you implemented
- the input domain of the method you implemented
- the output domain of the method you implemented
- your pull request number (#16
<#16>)
Before July 12, make sure that your submission respects all Submission
Requirements laid out on the challenge page
<https://pyt-team.github.io/packs/challenge.html>. Any submission that
fails to meet this criteria will be automatically disqualified.
—
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHTIUTUULNNZWUSHJVCRXM3ZLLB6XAVCNFSM6AAAAABJUOLSQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJUG42DEMZTGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16 +/- ##
=======================================
Coverage ? 71.70%
=======================================
Files ? 18
Lines ? 622
Branches ? 0
=======================================
Hits ? 446
Misses ? 176
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
award-category-2
Lifting to Combinatorial, Hypergraph or Graph Domain
award-category-3
Feature-based Lifting (including those that simultaneously leverage the connectivity)
Winner
Awarded submission
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This notebook imports QM9 dataset and applies a lifting from a graph molecular representation to a combinatorial complex. Then, a neural network is run using the loaded data.
Using QM9 dataset, we implement a lifting from a molecule graph to a combinatorial complex based on two points:
So far, from our knowledge it is the first representation of a cell as a combinatorial complex, combining both hypergraphs and cell complexes.
Here, the elements are the following:
This pull request is done under the team formed by: Bertran Miquel Oliver, Manel Gil Sorribes, Alexis Molina