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

FM-v4 branch into main #752

Merged
merged 101 commits into from
Aug 21, 2024
Merged

FM-v4 branch into main #752

merged 101 commits into from
Aug 21, 2024

Commits on Aug 24, 2023

  1. Update BalancedBatchSampler to use datasets' data_sizes method

    Replace BalancedBatchSampler's `force_balancing` and `throw_on_error` parameters with `on_error`
    nimashoghi committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ae4add3 View commit details
    Browse the repository at this point in the history
  2. Remove python 3.10 syntax

    nimashoghi committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    01fe2b4 View commit details
    Browse the repository at this point in the history
  3. Documentation

    nimashoghi committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2bf8213 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Added set_epoch method

    Nima Shoghi committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7ba5b8a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Format

    Nima Shoghi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a367d1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e3c57 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

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

Commits on Apr 5, 2024

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

Commits on Apr 8, 2024

  1. checksums for equiformer

    misko committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e170f53 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    3ea4dc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbda257 View commit details
    Browse the repository at this point in the history
  3. change name to dataset_configs

    misko committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    102667f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. add seed option

    misko committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2c571fd View commit details
    Browse the repository at this point in the history
  2. remove pickle dataset

    misko committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    319a597 View commit details
    Browse the repository at this point in the history
  3. remove pickle dataset

    misko committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d1f2ccf View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 30, 2024

  1. update with main

    lbluque committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    845bce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86da069 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. base dataset class

    lbluque committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ff628dd View commit details
    Browse the repository at this point in the history
  2. move lin_ref to base dataset

    lbluque committed May 1, 2024
    Configuration menu
    Copy the full SHA
    122197f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb4ce16 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. filter indices prop

    lbluque committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c9e1759 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    85b8ab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e227de3 View commit details
    Browse the repository at this point in the history
  3. added create_dataset fn

    wood-b committed May 6, 2024
    Configuration menu
    Copy the full SHA
    95d3e6f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. yaml load fix

    lbluque committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b6c640e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fa1904 View commit details
    Browse the repository at this point in the history
  3. remove filtered_indices

    lbluque committed May 7, 2024
    Configuration menu
    Copy the full SHA
    04c96bf View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    ea35b57 View commit details
    Browse the repository at this point in the history
  2. create_dataset cleanup

    lbluque committed May 8, 2024
    Configuration menu
    Copy the full SHA
    dc98285 View commit details
    Browse the repository at this point in the history
  3. test create_dataset

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

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    9b58cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c03fc View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. rename _data_sizes

    lbluque committed May 14, 2024
    Configuration menu
    Copy the full SHA
    76322aa View commit details
    Browse the repository at this point in the history
  2. merge with main-legacy

    lbluque committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0e7e4a8 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    bb41b13 View commit details
    Browse the repository at this point in the history
  2. fix Subset of metadata

    lbluque committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b4e22bc View commit details
    Browse the repository at this point in the history
  3. fix up to be mergeable

    misko committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a6cc2c2 View commit details
    Browse the repository at this point in the history
  4. merge in monorepo

    misko committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7033d10 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 17, 2024

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

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    f9b15cd View commit details
    Browse the repository at this point in the history
  2. import updates

    wood-b committed May 18, 2024
    Configuration menu
    Copy the full SHA
    dc59f96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    505cc24 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. minor fix to base dataset

    wood-b committed May 19, 2024
    Configuration menu
    Copy the full SHA
    44234b7 View commit details
    Browse the repository at this point in the history
  2. skip force_balance and seed

    misko committed May 19, 2024
    Configuration menu
    Copy the full SHA
    63348fd View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    45a2b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64b8df2 View commit details
    Browse the repository at this point in the history
  3. merge in basedataset branch

    misko committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fec7fc7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    80fea27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80c8e6b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. bug fix for base_dataset

    wood-b committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f4910bc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. max atoms branch

    misko committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e93e73f View commit details
    Browse the repository at this point in the history
  2. fix typo

    misko committed May 28, 2024
    Configuration menu
    Copy the full SHA
    883a15f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e58a53a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. do pbc per system

    misko committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9b87082 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    d8cf857 View commit details
    Browse the repository at this point in the history
  2. add multiple mapping

    misko committed May 31, 2024
    Configuration menu
    Copy the full SHA
    061abf9 View commit details
    Browse the repository at this point in the history
  3. merge

    misko committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0b3f9fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5277b4f View commit details
    Browse the repository at this point in the history
  5. lint and github workflow fixes

    misko committed May 31, 2024
    Configuration menu
    Copy the full SHA
    18c15f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

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

Commits on Jun 4, 2024

  1. add generator to basedataset

    misko committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    57a2eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    870fd22 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 11, 2024

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

Commits on Jun 12, 2024

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

Commits on Jun 21, 2024

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

Commits on Jun 27, 2024

  1. add qos flag

    misko committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    87869b6 View commit details
    Browse the repository at this point in the history
  2. use slurm_qos instead of qos

    misko committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0850f34 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix includes

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

Commits on Jul 2, 2024

  1. fix set init

    misko committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    49dfca7 View commit details
    Browse the repository at this point in the history
  2. merge main

    rayg1234 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    94f6ce1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e10575c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. adding new notebook for using fairchem models with NEBs without CatTS…

    …unami enumeration (#764)
    
    * adding new notebook for using fairchem models with NEBs
    
    * adding md tutorials
    
    * blocking code cells that arent needed or take too long
    brookwander authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5743a59 View commit details
    Browse the repository at this point in the history
  2. merge main

    rayg1234 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4880d0c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Jul 25, 2024

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

Commits on Aug 2, 2024

  1. Merge branch 'main' into fm-v4

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

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

Commits on Aug 5, 2024

  1. merge main

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

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    089de08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8be3c78 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Merge branch 'main' into fm-v4

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

Commits on Aug 12, 2024

  1. add resolution flag to escn

    misko committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7a71c46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aca348 View commit details
    Browse the repository at this point in the history
  3. try to revert oxides

    misko committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    371eb31 View commit details
    Browse the repository at this point in the history
  4. revert typing

    misko committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a23434c View commit details
    Browse the repository at this point in the history
  5. remove white space

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

Commits on Aug 13, 2024

  1. extra line never reached

    misko committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8951360 View commit details
    Browse the repository at this point in the history
  2. move out of fmv4 into dev

    misko committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    67229dc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into fm-v4

    misko authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b031719 View commit details
    Browse the repository at this point in the history
  4. move avg num nodes

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

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    039f9e6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fm-v4

    misko authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3ec098c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    21eecd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3e1c38 View commit details
    Browse the repository at this point in the history
  3. fix lint

    misko committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f2302bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69648fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b4c5ee View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. remove parent

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