Skip to content

Commit

Permalink
Remove alchemical model
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Dec 13, 2024
1 parent 2f8ed7e commit 71f43db
Show file tree
Hide file tree
Showing 26 changed files with 7 additions and 1,743 deletions.
1 change: 0 additions & 1 deletion .github/workflows/architecture-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
include:
- architecture-name: alchemical-model
- architecture-name: gap
- architecture-name: soap-bpnn
- architecture-name: pet
Expand Down
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# is modified.

**/soap_bpnn @frostedoyster
**/alchemical_model @abmazitov
**/pet @abmazitov
**/gap @DavideTisi
**/nanopet @frostedoyster
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ model.
Positions (SOAP).
* - SOAP BPNN
- A Behler-Parrinello neural network with SOAP features
* - Alchemical Model
- A Behler-Parrinello neural network with SOAP features and Alchemical Compression
of the composition space
* - PET
- Point Edge Transformer (PET), interatomic machine learning potential

Expand Down
14 changes: 7 additions & 7 deletions docs/src/advanced-concepts/auxiliary-outputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ by one or more architectures in the library:
The following table shows the architectures that support each of the
auxiliary outputs:

+--------------------------------------------+-----------+------------------+-----+-----+---------+
| Auxiliary output | SOAP-BPNN | Alchemical Model | PET | GAP | NanoPET |
+--------------------------------------------+-----------+------------------+-----+-----+---------+
| ``mtt::aux::{target}_last_layer_features`` | Yes | No | No | No | Yes |
+--------------------------------------------+-----------+------------------+-----+-----+---------+
| ``features`` | Yes | No | No | No | Yes |
+--------------------------------------------+-----------+------------------+-----+-----+---------+
+--------------------------------------------+-----------+-----+-----+---------+
| Auxiliary output | SOAP-BPNN | PET | GAP | NanoPET |
+--------------------------------------------+-----------+-----+-----+---------+
| ``mtt::aux::{target}_last_layer_features`` | Yes | No | No | Yes |
+--------------------------------------------+-----------+-----+-----+---------+
| ``features`` | Yes | No | No | Yes |
+--------------------------------------------+-----------+-----+-----+---------+

The following tables show the metadata that will be provided for each of the
auxiliary outputs:
Expand Down
5 changes: 0 additions & 5 deletions docs/src/advanced-concepts/fitting-generic-targets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ capabilities of the architectures in metatrain.
- Yes
- Only with ``o3_lambda=1, o3_sigma=1``
- No
* - Alchemical Model
- Energy, forces, stress/virial
- No
- No
- No
* - GAP
- Energy, forces
- No
Expand Down
141 changes: 0 additions & 141 deletions docs/src/architectures/alchemical-model.rst

This file was deleted.

23 changes: 0 additions & 23 deletions docs/static/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,6 @@ @article{willatt_feature_2018
langid = {english}
}

@article{mazitov_surface_2024,
author={Mazitov, Arslan and Springer, Maximilian A. and Lopanitsyna, Nataliya and Fraux, Guillaume and De, Sandip and Ceriotti, Michele},
title={Surface segregation in high-entropy alloys from alchemical machine learning},
journal={Journal of Physics: Materials},
url={http://iopscience.iop.org/article/10.1088/2515-7639/ad2983},
year={2024},
}

@article{lopanitsyna_modeling_2023,
title = {Modeling high-entropy transition metal alloys with alchemical compression},
author = {Lopanitsyna, Nataliya and Fraux, Guillaume and Springer, Maximilian A. and De, Sandip and Ceriotti, Michele},
journal = {Phys. Rev. Mater.},
volume = {7},
issue = {4},
pages = {045802},
numpages = {15},
year = {2023},
month = {Apr},
publisher = {American Physical Society},
doi = {10.1103/PhysRevMaterials.7.045802},
url = {https://link.aps.org/doi/10.1103/PhysRevMaterials.7.045802}
}

@article{bigi_smooth_2022,
author = {Bigi, Filippo and Huguenin-Dumittan, Kevin K. and Ceriotti, Michele and Manolopoulos, David E.},
title = "{A smooth basis for atomistic machine learning}",
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ build-backend = "setuptools.build_meta"
soap-bpnn = [
"rascaline-torch @ git+https://github.com/luthaf/rascaline@5326b6e#subdirectory=python/rascaline-torch",
]
alchemical-model = [
"torch_alchemical @ git+https://github.com/abmazitov/torch_alchemical.git@51ff519",
]
pet = [
"pet @ git+https://github.com/lab-cosmo/pet@5d40710",
]
Expand Down
13 changes: 0 additions & 13 deletions src/metatrain/experimental/alchemical_model/__init__.py

This file was deleted.

33 changes: 0 additions & 33 deletions src/metatrain/experimental/alchemical_model/default-hypers.yaml

This file was deleted.

Loading

0 comments on commit 71f43db

Please sign in to comment.