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

Use scientific notation for the loss #199

Closed
wants to merge 143 commits into from

Commits on Nov 20, 2023

  1. Initial commit

    frostedoyster authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3177680 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    frostedoyster authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3e73d1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d83073 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0222c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    77c6378 View commit details
    Browse the repository at this point in the history
  2. Debug CI

    frostedoyster committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    81b8d07 View commit details
    Browse the repository at this point in the history
  3. Allow ls for debugging

    frostedoyster committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    23e92c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ec7658 View commit details
    Browse the repository at this point in the history
  5. Debug again?

    frostedoyster committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d931eeb View commit details
    Browse the repository at this point in the history
  6. This works

    frostedoyster committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b132499 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f81dc7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d8e3cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fbdffd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    aa3c55e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a939d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9f0502 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 5, 2023

  1. Add documentation structure (#13)

    Co-authored-by: Philip Loche <[email protected]>
    frostedoyster and PicoCentauri authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    56224a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Add SOAP-BPNN (#7)

    frostedoyster authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9c632bb View commit details
    Browse the repository at this point in the history
  2. Rename to metatensor-models (#15)

    * Rename package to `metatensor-models`
    
    * Rename module to `metatensor.models`
    frostedoyster authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    99ca38b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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

Commits on Dec 8, 2023

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

Commits on Dec 11, 2023

  1. Implement saving and loading of models (#19)

    Co-authored-by: Philip Loche <[email protected]>
    frostedoyster and PicoCentauri authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    44e4f11 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Update cli interface (#21)

    * Write train output to hydra's output directory
    
    * Added evaluation function
    
    * Add usage example for cli interface
    
    * update train cli
    
    * Disable MacOS tests
    
    * Add cli skeleton for exporter
    
    ---------
    
    Co-authored-by: frostedoyster <[email protected]>
    PicoCentauri and frostedoyster authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    dc2299b View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Change CLI API (#24)

    PicoCentauri authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    1a98445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3882faa View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 13, 2024

  1. Add gradient calculators (#26)

    * Add gradient calculator
    * Temporary losses
    * Forces and stresses
    * Support multiple model outputs in SOAP-BPNN
    frostedoyster authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    51df872 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

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

Commits on Jan 20, 2024

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

Commits on Jan 24, 2024

  1. Finalize training procedure (#31)

    Co-authored-by: Philip Loche <[email protected]>
    frostedoyster and PicoCentauri authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    50c5e36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2689dc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26a5297 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    e07e2a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e54c82a View commit details
    Browse the repository at this point in the history
  3. Display metatensor-torch torchscript classes correctly in docs (#40)

    * Display torchscript classes correctly in docs
    * Disable compiled functions when building docs
    frostedoyster authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    cfa37b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Fix wrong name assignment in parser (#42)

    Co-authored-by: Philip Loche <[email protected]>
    frostedoyster and PicoCentauri authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    872dd0d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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

Commits on Feb 2, 2024

  1. Export models (#34)

    ---------
    
    Co-authored-by: Philip Loche <[email protected]>
    frostedoyster and PicoCentauri authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    74ff6a4 View commit details
    Browse the repository at this point in the history
  2. Add ASE tutorial (#43)

    ---------
    
    Co-authored-by: Philip Loche <[email protected]>
    frostedoyster and PicoCentauri authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    df96bb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 6, 2024

  1. Fix typo

    frostedoyster committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c4720ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b39820 View commit details
    Browse the repository at this point in the history
  3. Add option to continue training from checkpoint (#49)

    ---------
    
    Co-authored-by: frostedoyster <[email protected]>
    PicoCentauri and frostedoyster authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    89f5d36 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    7421e4d View commit details
    Browse the repository at this point in the history
  2. Test training logging (#61)

    ---------
    
    Co-authored-by: Philip Loche <[email protected]>
    frostedoyster and PicoCentauri authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d109020 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    bd906ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7efb3 View commit details
    Browse the repository at this point in the history
  3. Add docs on what metatensor-models is (#64)

    ---------
    
    Co-authored-by: Guillaume Fraux <[email protected]>
    Co-authored-by: frostedoyster <[email protected]>
    Co-authored-by: Philip Loche <[email protected]>
    4 people authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    14bc244 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Change how eval function works (#65)

    ---------
    
    Co-authored-by: frostedoyster <[email protected]>
    PicoCentauri and frostedoyster authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    cdb74f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ecf690 View commit details
    Browse the repository at this point in the history
  3. Use metatensor-learn's Dataset, DataLoader, and collate fns in …

    …`metatensor-models` (#52)
    
    ---------
    
    Co-authored-by: Philip Loche <[email protected]>
    Co-authored-by: frostedoyster <[email protected]>
    3 people authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ff9819f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f2d6ab View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

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

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    ea4e750 View commit details
    Browse the repository at this point in the history
  2. CI infrastructure work

    PicoCentauri committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a956320 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    e2e99eb View commit details
    Browse the repository at this point in the history
  2. Add PR templates

    PicoCentauri committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b759f60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8b4eef View commit details
    Browse the repository at this point in the history
  4. Split architectures in stable/experimental/deprecated (#79)

    ---------
    
    Co-authored-by: Filippo Bigi <[email protected]>
    PicoCentauri and frostedoyster authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c08d3fd View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Document hyperparameters for SOAP-BPNN (#72)

    * Document SOAP-BPNN hypers
    
    * Update saved model
    
    * Add bibtex module for proper citations
    
    * read bpnn-model
    
    
    ---------
    
    Co-authored-by: Philip Loche <[email protected]>
    frostedoyster and PicoCentauri authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2304cb7 View commit details
    Browse the repository at this point in the history
  2. Fix Contributor images

    PicoCentauri committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a5a5b7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aedbf98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1c1522 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Implement the Alchemical Model from torch_alchemical repo (#66)

    ---------
    
    Co-authored-by: frostedoyster <[email protected]>
    abmazitov and frostedoyster authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    06ca9b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c6899 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    98c799b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9e2759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d06e67e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91a7dff View commit details
    Browse the repository at this point in the history
  5. Update the alchemical model docs (#94)

    * Updated the alchemical model docs
    
    * Removed unnecessary code
    
    * Minor fix of the docs
    
    * Minor fix of the docs
    
    * Removed unused model name from the .yaml file
    
    * Linting fix
    
    * Removed unused hypers and reordered the Alchemical Model docs
    
    * Update docs/src/architectures/alchemical-model.rst
    
    Co-authored-by: Guillaume Fraux <[email protected]>
    
    ---------
    
    Co-authored-by: Guillaume Fraux <[email protected]>
    abmazitov and Luthaf authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8c22054 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Update docs (#104)

    PicoCentauri authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    174462c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Remove SOAP-BPNN bug

    frostedoyster authored and PicoCentauri committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5dec6c1 View commit details
    Browse the repository at this point in the history
  2. Add test

    frostedoyster authored and PicoCentauri committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    51f06d3 View commit details
    Browse the repository at this point in the history
  3. Actually do the test

    frostedoyster authored and PicoCentauri committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    17a9303 View commit details
    Browse the repository at this point in the history
  4. Lint

    frostedoyster authored and PicoCentauri committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b616b80 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    c01498a View commit details
    Browse the repository at this point in the history
  2. Add shell completion

    PicoCentauri committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    76ec614 View commit details
    Browse the repository at this point in the history
  3. Allow list of datasets as input for training (#106)

    ---------
    
    Co-authored-by: frostedoyster <[email protected]>
    PicoCentauri and frostedoyster authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e294c38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7265c52 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

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

Commits on Feb 28, 2024

  1. Setup codecov (#111)

    ---------
    
    Co-authored-by: Luthaf <[email protected]>
    PicoCentauri and Luthaf authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    110bd0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f416bb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    e18467b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffaf7b8 View commit details
    Browse the repository at this point in the history
  3. Add an interface to PET (#68)

    ---------
    
    Co-authored-by: frostedoyster <[email protected]>
    Co-authored-by: Filippo Bigi <[email protected]>
    Co-authored-by: Arslan Mazitov <[email protected]>
    4 people authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    67a4186 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    626c030 View commit details
    Browse the repository at this point in the history
  2. Remove matrix for actions that don't need it (#124)

    * Remove matrix for actions that don't need it
    * Remove codecov at the end of architecture tests
    frostedoyster authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4b8ab69 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    e42bc29 View commit details
    Browse the repository at this point in the history
  2. Remove rascaline as a dependency of the main package (#139)

    ---------
    
    Co-authored-by: Philip Loche <[email protected]>
    frostedoyster and PicoCentauri authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5909f46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d756862 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    8d75439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40ec363 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Fix tests (#146)

    frostedoyster authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    555c01c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 18, 2024

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

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    c657ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d20df46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43e9fd6 View commit details
    Browse the repository at this point in the history
  4. Pass a list of torch.devices to the train functions of the architec…

    …tures (#126)
    
    ---------
    
    Co-authored-by: Guillaume Fraux <[email protected]>
    frostedoyster and Luthaf authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c46dd5a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Implementing schedulers for SOAP-BPNN and alchemical models (#134)

    implement `ReduceLROnPlateau` as a default scheduler of learning rate, and also introduce `early_stopping_patience` as a training parameter for both SOAP-BPNN and alchemical models
    SanggyuChong authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    77ba5d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Mar 27, 2024

  1. Improve eval (#150)

    frostedoyster authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    275f9b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Add domain decomposition support for PET (#137)

    * Added selected atoms and per-atom properties support for PET
    
    * A bit of cleanup
    
    * Updated interaction between per_atom and selected_atoms
    
    * Working prototype of LAMMPS-PET interface
    
    * Linting fix
    
    * Fixed naming convention
    
    * Fixed tests
    
    * Added suggested changes
    
    * Fixed missing fixture
    
    * Fixed the case of zero neighbors in building batch dict
    
    * Fixed zero neighbors case
    
    * Fixed a bug with zero neighbors
    
    * Added test for model compatibility with original PET
    
    * Linting fix
    
    * Resolved an issue with isolated atoms with domain decomposition
    
    * Empty NL fix
    
    * Linting fix
    
    * Updated torch_alchemical version
    
    * Fixed pet compatibility test description
    
    * Updated PET dependency for SelfContributionsWrapper
    abmazitov authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e398aa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Fix SOAP feature count and sparsity in SOAP-BPNN (#164)

    * Fix SOAP feature count and sparsity in SOAP-BPNN
    
    * Fix SOAP-BPNN regression tests
    
    co-authored by @SanggyuChong
    frostedoyster authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b8dfce7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    7badc61 View commit details
    Browse the repository at this point in the history
  2. Fix bug in scripted SOAP-BPNN without LayerNorm (#166)

    ---------
    Co-authored-by: Sanggyu Chong <[email protected]>
    frostedoyster authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0fb52b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f02805 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

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

Commits on Apr 20, 2024

  1. github username update (#170)

    * username update
    
    * update in other places
    spozdn authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    ff4d644 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    accbf35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fecec98 View commit details
    Browse the repository at this point in the history
  3. Implement faster ASE neighbor list (#172)

    ---------
    
    Co-authored-by: Luthaf <[email protected]>
    frostedoyster and Luthaf authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2fa2ac4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Correct typo in readme (#176)

    Single letter spelling error.
    computerscienceiscool authored May 13, 2024
    Configuration menu
    Copy the full SHA
    77b6a08 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Loss improvements (#177)

    * Make it clear upon logging that errors are always virial errors (and not stress)
    * Weight energies and virials by default, with an option to turn it off
    * Add (per atom) in logs if quantities are returned per-atom
    * Reduce code repetition
    frostedoyster authored May 14, 2024
    Configuration menu
    Copy the full SHA
    3fe08a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48361b1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    b027789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0da1c7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aec21d View commit details
    Browse the repository at this point in the history
  4. Reduce code redundancy of SOAP-BPNN by embedding metatensor-learn n…

    …n modules (#55)
    
    ---------
    
    Co-authored-by: frostedoyster <[email protected]>
    Co-authored-by: Filippo Bigi <[email protected]>
    3 people authored May 16, 2024
    Configuration menu
    Copy the full SHA
    679946a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c866d1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    ade59b4 View commit details
    Browse the repository at this point in the history
  2. minor docs tweaks (#197)

    Co-authored-by: Filippo Bigi <[email protected]>
    PicoCentauri and frostedoyster authored May 22, 2024
    Configuration menu
    Copy the full SHA
    9599d31 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    fa5cee0 View commit details
    Browse the repository at this point in the history
  2. Evaluate per-atom properties (#191)

    ---------
    
    Co-authored-by: Philip Loche <[email protected]>
    frostedoyster and PicoCentauri authored May 23, 2024
    Configuration menu
    Copy the full SHA
    f29c2e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25113b9 View commit details
    Browse the repository at this point in the history
  4. Fix tests badge (#198)

    frostedoyster authored May 23, 2024
    Configuration menu
    Copy the full SHA
    1d12efb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc63a8d View commit details
    Browse the repository at this point in the history
  6. Failed test

    frostedoyster committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b4214d4 View commit details
    Browse the repository at this point in the history