Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Energy calculator scripts should have an option to use msgpack #1798

Open
ghutchis opened this issue Nov 18, 2024 · 0 comments · May be fixed by #1804
Open

Energy calculator scripts should have an option to use msgpack #1798

ghutchis opened this issue Nov 18, 2024 · 0 comments · May be fixed by #1804

Comments

@ghutchis
Copy link
Member

Python has a msgpack implementation and the nlohmann JSON library has from_msgpack: https://json.nlohmann.me/features/binary_formats/messagepack/#deserialization

Scripts should be able to set metadata that indicates coordinates in and energy / gradients out are supplied in msgpack. This should help improve latency since it saves parsing (on both sides).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant