Conversation
* skeleton code for many body + feature spec (issues #10 and #73) * greek alphabet dependency * cache mechanism for topological tensors * some nice warnings * precomputed feature vector size * updated examples for new API as well as public training method * second exotic lattice example updated * feature name labels, issue #69 * undo ordering of species indices * adjacency tensors dtype is int * erroneous print * tolerance as input * training api * fixed the swap issue * numbers instead of symbols for internal logic * L label index rather than n * migrated and fixed some examples * tighter bounds on example * multi-target training * callbacking example * migrated some tests * difference training * fixed intensive dict default value bug * major cleanup * docs * ruff and mypy * docs * multiset dependency * no greek alphabet third party dep and more linting * outdated example * erroneous print * better docs on calculator * use calculate subclass method * mypy problem * some cleaning * missed examples * use calc.load
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
skeleton code for many body + feature spec (issues 4 body and 5 body terms #10 and Make user pick three body features #73)
greek alphabet dependency
cache mechanism for topological tensors
some nice warnings
precomputed feature vector size
updated examples for new API as well as public training method
second exotic lattice example updated
feature name labels, issue Access features by name rather than solely by index #69
undo ordering of species indices
adjacency tensors dtype is int
erroneous print
tolerance as input
training api
fixed the swap issue
numbers instead of symbols for internal logic
L label index rather than n
migrated and fixed some examples
tighter bounds on example
multi-target training
callbacking example
migrated some tests
difference training
fixed intensive dict default value bug
major cleanup
docs
ruff and mypy
docs
multiset dependency
no greek alphabet third party dep and more linting
outdated example
erroneous print
better docs on calculator
use calculate subclass method
mypy problem
some cleaning
missed examples
use calc.load