Skip to content

Conversation

@lbrabson
Copy link

@lbrabson lbrabson commented Sep 1, 2025

Added dataset of 59 MOFs from https://arxiv.org/abs/2506.09256 with deformation runner and reducer classes. Benchmarking of ODAC25 ML potentials have been added to that work using these tools.

@meta-cla
Copy link

meta-cla bot commented Sep 1, 2025

Hi @lbrabson!

Thank you for your pull request.

We require contributors to sign our Contributor License Agreement, and yours needs attention.

You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

@meta-cla meta-cla bot added the cla signed label Sep 2, 2025
@meta-cla
Copy link

meta-cla bot commented Sep 2, 2025

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

@zulissimeta zulissimeta added enhancement New feature or request minor Minor version release labels Sep 3, 2025
@github-actions
Copy link

github-actions bot commented Oct 4, 2025

This PR has been marked as stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Oct 4, 2025
@github-actions github-actions bot removed the stale label Oct 5, 2025
@zulissimeta zulissimeta self-requested a review November 11, 2025 21:54
Copy link
Contributor

@zulissimeta zulissimeta left a comment

Choose a reason for hiding this comment

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

Thanks @lbrabson !

Can you add some tests for this runner to make sure everything works and it doesn't break in the future?

Copy link
Contributor

@lbluque lbluque left a comment

Choose a reason for hiding this comment

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

Thanks for adding this @lbrabson! Just some minor comments on my end.

from ase.optimize import Optimizer


def relax_atoms_w_maxstep(
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this function any different than the relax function here? If they are very similar we should combine implementation to avoid a lot of repeated code.

Copy link
Author

Choose a reason for hiding this comment

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

@lbluque yes, this function is different in that it accepts an argument maxstep that limits the max displacement of an atom during relaxation. This is necessary to exactly replicate the results we published in ODAC25. Otherwise, the functions are identical. If we add this functionality to the main relax_atoms function, I can remove my version.

from pymatgen.io.ase import MSONAtoms
from tqdm import tqdm

from adjust_adsorbate import get_large_adsorbate, shift_adsorbate
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this from a missing file? Can you add all calculation utility files to fairchem/core/components/calculate/recipes?

Copy link
Author

Choose a reason for hiding this comment

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

@lbluque yes, thank you for pointing this out. I will add this file to recipes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla signed enhancement New feature or request minor Minor version release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants