yiqingchen commited on
Commit
0e4ef64
·
verified ·
1 Parent(s): 53dbdf4

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
Files changed (1) hide show
  1. state.pt +2 -2
state.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e48a962c52bca429380141f6dc05408fd56d3e7c40c88cdef25a19ab51801b56
3
- size 4295077
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f961ed637dd70f6c6688686d48e83cacc73860bc192f946bf6845a008c98c6c
3
+ size 4291464