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

Fix examples/Calculating MLIP properties.ipynb using ML-relaxed structure for next model in loop #23

Merged
merged 3 commits into from
May 13, 2024

Commits on May 12, 2024

  1. Modified the location of loading structure

    I think the correct code logic here is reloading the initial structure for each uMLIPs to do a series of calculations. But in the previous codes, CHGNet used the final structure relaxed by M3GNet.
    
    Signed-off-by: Runze Liu <146490083+rul048@users.noreply.github.com>
    rul048 authored May 12, 2024
    Configuration menu
    Copy the full SHA
    f2ca6c9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. add MACE to examples/Calculating MLIP properties.ipynb

    bump pre-commit hooks and enable ruff on ipynb files and docstring code
    janosh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8d6d182 View commit details
    Browse the repository at this point in the history
  2. unpin dgl and matgl in CI deps

    janosh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    15aff76 View commit details
    Browse the repository at this point in the history