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

EquiformerV2 + DeNS model and trainer #880

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

EquiformerV2 + DeNS model and trainer #880

wants to merge 29 commits into from

Commits on Aug 20, 2024

  1. add density metrics

    lbluque committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    367f46e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. update trainer & loss

    lbluque committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    340538f View commit details
    Browse the repository at this point in the history
  2. interleave atoms in loss

    lbluque committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    33bab2f View commit details
    Browse the repository at this point in the history
  3. merge upstream

    lbluque committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    13db14c View commit details
    Browse the repository at this point in the history
  4. fix call to keys

    lbluque committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    807be85 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    c426afb View commit details
    Browse the repository at this point in the history
  2. fix linting.

    kyonofx committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6b8624b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    409e0ba View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. per_atom_loss fix

    wood-b committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    eaf8bf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix test

    lbluque committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    007515d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d98fbf7 View commit details
    Browse the repository at this point in the history
  3. fix linting.

    kyonofx committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9d809a3 View commit details
    Browse the repository at this point in the history
  4. lint

    lbluque committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b84adc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c3a7b3 View commit details
    Browse the repository at this point in the history
  6. lint again

    lbluque committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    db30c98 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. add type hints

    lbluque committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ed43416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e09c42c View commit details
    Browse the repository at this point in the history
  3. type hints

    lbluque committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    02bb2a1 View commit details
    Browse the repository at this point in the history
  4. add missing args to docstring

    lbluque committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    fcad5e1 View commit details
    Browse the repository at this point in the history
  5. add return type hints

    lbluque committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ebde98c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Merge branch 'main' of https://github.com/FAIR-Chem/fairchem into eqv…

    …2_dens
    
    # Conflicts:
    #	src/fairchem/core/common/utils.py
    #	src/fairchem/core/modules/evaluator.py
    #	src/fairchem/core/modules/loss.py
    #	src/fairchem/core/trainers/ocp_trainer.py
    lbluque committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    6ac0683 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. rename dens heads

    lbluque committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    fcbeb0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6714ab7 View commit details
    Browse the repository at this point in the history
  3. move use_densoising to heads

    lbluque committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    accc0c9 View commit details
    Browse the repository at this point in the history
  4. abstract denoising targets

    lbluque committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    404a1eb View commit details
    Browse the repository at this point in the history
  5. update omat24 dens config

    lbluque committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    669543a View commit details
    Browse the repository at this point in the history
  6. fix imports

    lbluque committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    63d4eb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. fix trainer

    lbluque committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    62659ff View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    bfbf41a View commit details
    Browse the repository at this point in the history