Commit cb40c82
committed
Remove inline torchsim module, clean up StateDict removal
Remove the inline torchsim wrapper from metatomic-torch entirely. Engine
wrappers belong in standalone packages (metatomic-torchsim), not inside
the core package. Deletes the module, tests, tox env, and CI step.
Also cleans up the residual dict-to-SimState fallback in the standalone
package forward() method and fixes batch tests to use same-sized
supercells (the LJ test model cannot batch different-sized systems).1 parent 4dd5f07 commit cb40c82
9 files changed
Lines changed: 21 additions & 768 deletions
File tree
- .github/workflows
- python
- metatomic_torchsim
- metatomic/torchsim
- tests
- metatomic_torch
- metatomic/torch
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 73 | | |
78 | 74 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | 324 | | |
329 | 325 | | |
330 | 326 | | |
331 | 327 | | |
332 | | - | |
333 | 328 | | |
334 | 329 | | |
335 | 330 | | |
| |||
0 commit comments