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

Move select models to backbone + heads format and add support for hydra #782

Merged
merged 46 commits into from
Aug 2, 2024

Commits on Jul 24, 2024

  1. convert escn to bb + heads

    misko committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    abfdd98 View commit details
    Browse the repository at this point in the history
  2. convert dimenet to bb + heads

    misko committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    41065e9 View commit details
    Browse the repository at this point in the history
  3. gemnet_oc to backbone and heads

    misko committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    fd0ab8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0d9da2 View commit details
    Browse the repository at this point in the history
  5. gemnet to bb and heads

    misko committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    42f1a11 View commit details
    Browse the repository at this point in the history
  6. pain to bb and heads

    misko committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    91a538a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    da41bb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf0eb28 View commit details
    Browse the repository at this point in the history
  3. lint fixes

    misko committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ea3e967 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. move dimenet++ heads to one

    misko committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3db53c3 View commit details
    Browse the repository at this point in the history
  2. add test for dimenet

    misko committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    73f89be View commit details
    Browse the repository at this point in the history
  3. add painn test

    misko committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    111d19e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    817e9fe View commit details
    Browse the repository at this point in the history
  2. add escnH and equiformerv2H

    misko committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0e72dd3 View commit details
    Browse the repository at this point in the history
  3. add gemnetdt gemnetdtH

    misko committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ca807d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9a2ff3 View commit details
    Browse the repository at this point in the history
  5. remove old examples

    misko committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    52000ec View commit details
    Browse the repository at this point in the history
  6. typo

    misko committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    39f5e2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39f7fc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    01689b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da02e04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eac0252 View commit details
    Browse the repository at this point in the history
  4. remove comment

    misko committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7e5170f View commit details
    Browse the repository at this point in the history
  5. rename and lint

    misko committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9154523 View commit details
    Browse the repository at this point in the history
  6. fix dimenet test

    misko committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e2e5010 View commit details
    Browse the repository at this point in the history
  7. fix tests

    misko committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d753342 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f866322 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. refactor generate graph

    lbluque committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    366a42b View commit details
    Browse the repository at this point in the history
  2. refactor generate graph

    lbluque committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d65a7fe View commit details
    Browse the repository at this point in the history
  3. fix a messy cherry pick

    lbluque committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    18bcff2 View commit details
    Browse the repository at this point in the history
  4. final messy fix

    lbluque committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e5ceab8 View commit details
    Browse the repository at this point in the history
  5. graph data interface in eqv2

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

Commits on Aug 2, 2024

  1. refactor

    lbluque committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2e67c44 View commit details
    Browse the repository at this point in the history
  2. no bbconfigs

    lbluque committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9bc3306 View commit details
    Browse the repository at this point in the history
  3. no more headconfigs in inits

    lbluque committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    07fa4ac View commit details
    Browse the repository at this point in the history
  4. rename hydra

    lbluque committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5867788 View commit details
    Browse the repository at this point in the history
  5. fix eqV2

    lbluque committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cd517a5 View commit details
    Browse the repository at this point in the history
  6. update test configs

    lbluque committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    384aba5 View commit details
    Browse the repository at this point in the history
  7. final fixes

    lbluque committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c808fd9 View commit details
    Browse the repository at this point in the history
  8. fix tutorial

    lbluque committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    53dd05c View commit details
    Browse the repository at this point in the history
  9. rm comments

    lbluque committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d7a98ee View commit details
    Browse the repository at this point in the history
  10. Merge pull request #791 from FAIR-Chem/more_hydra_support

    More hydra support
    lbluque authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    23346b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    51a11a2 View commit details
    Browse the repository at this point in the history
  12. merge

    misko committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    00009fb View commit details
    Browse the repository at this point in the history
  13. fix test

    misko committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e8e7eb7 View commit details
    Browse the repository at this point in the history