1
- # mlip-testing
1
+ # ml-peg
2
2
3
3
[ ![ Build Status] [ ci-badge ]] [ ci-link ]
4
4
[ ![ Coverage Status] [ cov-badge ]] [ cov-link ]
@@ -33,16 +33,16 @@ All required and optional dependencies can be found in [pyproject.toml](pyprojec
33
33
34
34
### Installation
35
35
36
- The latest stable release of ` mlip-testing ` , including its dependencies, will be installable from PyPI by running:
36
+ The latest stable release of ` ml-peg ` , including its dependencies, will be installable from PyPI by running:
37
37
38
38
```
39
- python3 -m pip install mlip-testing
39
+ python3 -m pip install ml-peg
40
40
```
41
41
42
- To get all the latest changes, ` mlip-testing ` can be installed from GitHub:
42
+ To get all the latest changes, ` ml-peg ` can be installed from GitHub:
43
43
44
44
```
45
- python3 -m pip install git+https://github.com/ddmms/mlip-testing .git
45
+ python3 -m pip install git+https://github.com/ddmms/ml-peg .git
46
46
```
47
47
48
48
## Features
@@ -53,38 +53,38 @@ Coming soon!
53
53
## Development
54
54
55
55
Please ensure you have consulted our
56
- [ contribution guidelines] ( https://github.com/ddmms/mlip-testing /blob/main/contributing.md )
56
+ [ contribution guidelines] ( https://github.com/ddmms/ml-peg /blob/main/contributing.md )
57
57
and
58
- [ coding style] ( https://github.com/ddmms/mlip-testing /blob/main/coding_style.md )
58
+ [ coding style] ( https://github.com/ddmms/ml-peg /blob/main/coding_style.md )
59
59
before proceeding.
60
60
61
- We recommend installing ` uv ` for dependency management when developing for ` mlip-testing ` :
61
+ We recommend installing ` uv ` for dependency management when developing for ` ml-peg ` :
62
62
63
63
1 . Install [ uv] ( https://docs.astral.sh/uv/getting-started/installation )
64
- 2 . Install ` mlip-testing ` with dependencies in a virtual environment:
64
+ 2 . Install ` ml-peg ` with dependencies in a virtual environment:
65
65
66
66
``` shell
67
- git clone https://github.com/ddmms/mlip-testing
68
- cd mlip-testing
67
+ git clone https://github.com/ddmms/ml-peg
68
+ cd ml-peg
69
69
uv sync # Create a virtual environment and install dependencies
70
70
source .venv/bin/activate
71
71
pre-commit install # Install pre-commit hooks
72
72
pytest -v # Discover and run all tests
73
73
```
74
74
75
- Please refer to the [ online documentation] ( https://ddmms.github.io/mlip-testing /developer_guide/index.html )
75
+ Please refer to the [ online documentation] ( https://ddmms.github.io/ml-peg /developer_guide/index.html )
76
76
for information about contributing new benchmarks and models.
77
77
78
78
## License
79
79
80
80
[ GNU General Public License version 3] ( LICENSE )
81
81
82
- [ ci-badge ] : https://github.com/ddmms/mlip-testing /actions/workflows/ci.yml/badge.svg?branch=main
83
- [ ci-link ] : https://github.com/ddmms/mlip-testing /actions
84
- [ cov-badge ] : https://coveralls.io/repos/github/ddmms/mlip-testing /badge.svg?branch=main
85
- [ cov-link ] : https://coveralls.io/github/ddmms/mlip-testing ?branch=main
86
- [ docs-badge ] : https://github.com/ddmms/mlip-testing /actions/workflows/docs.yml/badge.svg
87
- [ docs-link ] : https://ddmms.github.io/mlip-testing /
82
+ [ ci-badge ] : https://github.com/ddmms/ml-peg /actions/workflows/ci.yml/badge.svg?branch=main
83
+ [ ci-link ] : https://github.com/ddmms/ml-peg /actions
84
+ [ cov-badge ] : https://coveralls.io/repos/github/ddmms/ml-peg /badge.svg?branch=main
85
+ [ cov-link ] : https://coveralls.io/github/ddmms/ml-peg ?branch=main
86
+ [ docs-badge ] : https://github.com/ddmms/ml-peg /actions/workflows/docs.yml/badge.svg
87
+ [ docs-link ] : https://ddmms.github.io/ml-peg /
88
88
[ license-badge ] : https://img.shields.io/badge/License-GPLv3-blue.svg
89
89
[ license-link ] : https://opensource.org/license/gpl-3-0
90
90
[ doi-link ] : https://doi.org/10.5281/zenodo.16904445
0 commit comments