From 147b005a6b92c39c5437a8839516cb9102edd8a2 Mon Sep 17 00:00:00 2001 From: Christoph Ortner Date: Fri, 30 Aug 2024 20:41:21 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbc7b1ff..bdff935e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ -**Note:** This package is currently unmaintained. Functionality in this package has been moved into various different packages within `ACEsuit`. For machine learning interatomic potentials see [ACEpotentials.jl](https://github.com/ACEsuit/ACEpotentials.jl) +**Note: This package is currently unmaintained. Functionality in this package has been moved into various different packages within `ACEsuit`. For machine learning interatomic potentials see [ACEpotentials.jl](https://github.com/ACEsuit/ACEpotentials.jl)** + +--- This package implements approximation schemes for permutation and isometry invariant functions, with focus on modelling atomic interactions. It provides constructions of symmetric polynomial bases, such as permutation and isometry invariance. Heavy use is made of trigonometric polynomials and spherical harmonics to obtain rotation invariance. Implementations of other symmetries are in preparation.