Fix tensor_embedding.distance_proj for stock (PyG) matgl: split the fused Warp distance_proj [3*units] into distance_proj1/2/3 [units] (exact reshape). The fused form silently random-initialized on non-Warp matgl (load_state_dict strict=False), breaking the model; the split loads cleanly on PyG matgl and merges back under Warp. Si bulk modulus restored to the DFT reference.
Browse files
state.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f961ed637dd70f6c6688686d48e83cacc73860bc192f946bf6845a008c98c6c
|
| 3 |
+
size 4291464
|