Skip to content
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

A community template on using AI in Quantum Chemistry applications #157

Merged
merged 4 commits into from
Feb 7, 2025

Conversation

karsar
Copy link
Contributor

@karsar karsar commented Dec 9, 2024

This template provides a slightly non-computer-science example. One of the important topics in modern quantum chemistry is the acceleration of computations. To this end, AI techniques, such as the MACE package implementing neural network potentials, are used for calculating energies and forces.

While MACE-type equivariant neural networks excel in prediction accuracy, their application to molecular dynamics simulations reveals a less understood connection between the specific architecture of the MACE family and the success of molecular dynamics simulations. This slightly, but not fully, toy example sets the stage for an open-ended study.

An example of a generated paper can be found https://drive.google.com/file/d/1dO8qXeCWaXkqP-sbV4z1S5RwY--pmggh/view?usp=sharing

Three extra packages are required:
pip install mace-torch
pip install MDAnalysis
pip install statsmodels

@conglu1997
Copy link
Collaborator

Hi, thanks for the contribution! Would it be possible to avoid adding the many template-specific files directly but add instructions on how to download them in a README in the template folder? Cheers!

@karsar
Copy link
Contributor Author

karsar commented Jan 22, 2025

Thanks for the suggestions. I've moved the datasets (they're tiny) to a different GitHub repository and explained how to download them, along with all the other required steps, in a README file. Let me know if there's anything else to improve.

@@ -0,0 +1,38 @@
[
{
"Name": "number of interactions",
Copy link
Collaborator

@conglu1997 conglu1997 Jan 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Names should have _ in them and no spaces!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

corrected

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

erroneous files?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

somehow WSL2 produced them, deleted now


@inproceedings{
edm,
title={Elucidating the Design Space of Diffusion-Based Generative Models},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inappropriate base cites for this paper!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

full response below

Copy link
Collaborator

@conglu1997 conglu1997 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have left a few comments!

@karsar
Copy link
Contributor Author

karsar commented Feb 7, 2025

Yes, indeed, there were erroneous files. I've deleted them and renamed the ideas. The LaTeX template was mistakenly taken from a diffusion experiment without any changes to the base references. I was running my experiments using the incorrect template. Funny enough, all of the citations in the final text of the "papers" produced were correct, except for one citing a review on diffusion models. I reran the experiment with a corrected LaTeX template and updated the link to the example paper in README.md. Sorry for so late. Lunar New Year....

@conglu1997
Copy link
Collaborator

Tysm!

@conglu1997 conglu1997 merged commit 3e8d7d4 into SakanaAI:main Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants