upload new medium with calibrated isolated atomic reference energies
Browse files- .gitignore +2 -0
- pretrained/2024-07-12-mace-128-L1.log +0 -0
- pretrained/2024-07-12-mace-128-L1_epoch-199.model +3 -0
- pretrained/2024-07-12-mace-128-L1_epoch-199.pt +3 -0
- pretrained/mace-mp-metrics-log.pdf +0 -0
- tests/lammps/build-structure.py +1 -1
- tests/lammps/in.lammps +1 -1
- tests/lammps/log.lammps +1 -1
.gitignore
CHANGED
@@ -6,4 +6,6 @@ dataset/
|
|
6 |
training/
|
7 |
benchmark/
|
8 |
|
|
|
|
|
9 |
**.ipynb_checkpoints/
|
|
|
6 |
training/
|
7 |
benchmark/
|
8 |
|
9 |
+
*.ipynb
|
10 |
+
|
11 |
**.ipynb_checkpoints/
|
pretrained/2024-07-12-mace-128-L1.log
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pretrained/2024-07-12-mace-128-L1_epoch-199.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb3aa6eb8954755517d15c93aebe21a2060d781932cf1e63d7089f8d427dbb05
|
3 |
+
size 44424713
|
pretrained/2024-07-12-mace-128-L1_epoch-199.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23fa9c38b93008dbf2c0917ea84a49d91944143d80dd8fc1ca1197801ca0b6af
|
3 |
+
size 156795562
|
pretrained/mace-mp-metrics-log.pdf
ADDED
Binary file (38.5 kB). View file
|
|
tests/lammps/build-structure.py
CHANGED
@@ -6,5 +6,5 @@ Ni = bulk('Ni', cubic=True) * (2, 2, 2)
|
|
6 |
H = Atom('H', position=Ni.cell.diagonal()/2)
|
7 |
NiH = Ni + H
|
8 |
|
9 |
-
write('
|
10 |
masses=True, atom_style='atomic')
|
|
|
6 |
H = Atom('H', position=Ni.cell.diagonal()/2)
|
7 |
NiH = Ni + H
|
8 |
|
9 |
+
write('initial_.data', NiH, format='lammps-data',
|
10 |
masses=True, atom_style='atomic')
|
tests/lammps/in.lammps
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# Global settings
|
3 |
# ====================
|
4 |
|
5 |
-
units
|
6 |
atom_style atomic
|
7 |
atom_modify map yes
|
8 |
newton on
|
|
|
2 |
# Global settings
|
3 |
# ====================
|
4 |
|
5 |
+
units metal
|
6 |
atom_style atomic
|
7 |
atom_modify map yes
|
8 |
newton on
|
tests/lammps/log.lammps
CHANGED
@@ -5,7 +5,7 @@ OMP_NUM_THREADS environment is not set. Defaulting to 1 thread. (src/comm.cpp:98
|
|
5 |
# Global settings
|
6 |
# ====================
|
7 |
|
8 |
-
units
|
9 |
atom_style atomic
|
10 |
atom_modify map yes
|
11 |
newton on
|
|
|
5 |
# Global settings
|
6 |
# ====================
|
7 |
|
8 |
+
units metal
|
9 |
atom_style atomic
|
10 |
atom_modify map yes
|
11 |
newton on
|