Going to spend this morning getting torch-sim to conform to more types. I'll hopefully have all the PRs up by the end of this week!
Hey Curtis, that's awesome. And welcome. By more types do you mean support for more MLIPs? Or data types?
I've been wanting to try it out for a while. Initially I didn't see ORB supported but it looks like it's there now! Let's get a torch-sim API on here so people can try it out easy.
ahhh yeah. basically a lot of the parameter types (e.g. torch tensors, numpy ndarrays, etc.) for functions don't accurately reflect what the functions accept. By ensuring that mypy passes in the repo, we can catch issues in advance.