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

Lattice generator #116

Open
wants to merge 91 commits into
base: dev_lattice_diffusion
Choose a base branch
from
Open

Conversation

sblackburn86
Copy link
Collaborator

In this PR, I introduce the pieces of code required to do a full lattice diffusion experiment. Namely:

  • the generation components for the lattice diffusion with the langevin predictor-corrector and adaptive corrector
  • modifications to the mlp network to take the lattice parameters as input
  • minimal fixes to the egnn & mace architecture to output a better dummy variable
  • changing the lattice parameters noising process to fit in an exploding variance scheme
  • fixes to the dataloader processor component to convert unit cell to lattice parameters
  • adding a convertor from lattice parameters to unit cell vectors for LAMMPS oracle

A few things are still required in a future PR:

  • handling of the lattice parameters in EGNN and MACE as inputs and outputs
  • a smarter way of managing "bad" (i.e. noisy) lattice parameters for calculating distances between cartesian coordinates in a graph (radial cutoff)
  • handling a different noise scheduler for X and L which implies modifications to the sigma input of the score network
  • fixing remaining broken unit tests

This way, we can pass the analytical score network through the main code.
@sblackburn86 sblackburn86 changed the base branch from main to dev_lattice_diffusion January 12, 2025 18:24
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