rgpot¶
- Author:
Overview¶
rgpot provides a unified schema for interfacing potential servers across
languages using runtime interoperability. It combines a Rust core with C++
potentials exposed through a Cap’n Proto RPC layer, enabling language-agnostic
access to potential energy surface calculations.
git clone https://github.com/OmniPotentRPC/rgpot.git
cd rgpot && pixi shell
meson setup bbdir -Dwith_tests=True --buildtype=debug
meson compile -C bbdir && meson test -C bbdir
Tutorials
How-To Guides
License¶
MIT, however note that some of the potentials are adapted from eOn which is under a BSD 3-Clause License.