Changelog¶
- Author:
Canonical user-facing changelog is the repo-root CHANGELOG.md (Keep a
Changelog, maintained by towncrier + cog bump hooks).
This org file is a Sphinx/docs entry point only: it includes CHANGELOG.md and
must not diverge as a second source of truth.
Edit docs/newsfragments/, never hand-write ## [X.Y.Z] sections above the
towncrier marker.
Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.2.0 - 2026-09-13¶
Added¶
MOPACPot dlopens the split mopacc engine (
libmopacc.so, OpenMOPAC). PackedMopacCParams. Default model is AM1.NWChem RPC specifications accept basis, theory, exchange-correlation, and SCF iteration controls for reproducible electronic-structure requests.
Skala XC is available as C++
SkalaPot: NWChem DFT throughlibnwchemcwithdft.xcdefaulting toskala-1.1. Enable with-Dwith_skala=true(requires-Dwith_rpc=true).UmaPot evaluates UMA / OMol from an AOTInductor
.pt2(scripts/export_uma_aoti.py): vesin builds the neighbor list, the compiled graph returns energy and forces. Charge and spin are per-call tensor inputs. One.pt2is exported per composition (merge_mole); the sidecar records cutoff, neighbors, task, charge, spin,z_set, and label.scripts/export_baker_uma_aoti.pywalks Baker endpoints and deduplicates by(z_set, charge, spin). potserv acceptsUma:<model.pt2>andUma:<model.pt2>:<task>.
Fixed¶
CI pins snapper-fmt to v0.10.0. Latest 0.11.2 panics on UTF-8 in org files.
Metatomic-enabled build-tree executables locate Torch and metatomic shared libraries without an
LD_LIBRARY_PATHoverride.UmaPot clears PT_GNU_STACK PF_X on AOTI wrapper.so before dlopen, so Elja-traced
.pt2packages load on hosts that refuse an executable stack.scripts/export_uma_aoti.pyapplies the same rewrite at mint time.
3.1.2 - 2026-09-04¶
Fixed¶
D3/D4 in the wheel are built from pinned meson wraps (static s-dftd3 / dftd4), not a conda prefix. The dftd4 wrap uses OpenBLAS as its LAPACK.
pip installno longer needs vendoredlibblasfrom micromamba.
3.1.1 - 2026-09-04¶
Added¶
The PyPI wheel compiles ExprPot, D3Pot, D4Pot, and XcKernel and vendors
s-dftd3/dftd4.import rgpotexposes those classes (has_expr/has_dftd3/has_dftd4/has_xckernel).
3.1.0 - 2026-09-04¶
Added¶
A wheels workflow builds and publishes the Python package. rgpot had none: 2.5.4 reached PyPI hand-built from a branch, with no tag and no main-branch source behind it, which is how the version surfaces drifted apart in the first place. A
v*tag now builds manylinux and macOS wheels plus an sdist with cibuildwheel and publishes them; a manual run defaults to TestPyPI so an upload can be rehearsed before the irreversible one.The build step refuses a wheel whose
librgpotcarries fewer than the eight Fortranbind(c)entry points, so the potentials cannot silently fall out of the artifact again.Add
scripts/time_lj_rgpot_vs_pyeonclient.pyto time in-processLJPotagainst pyeonclientMatteron the ExprPotTest two-atom LJ fixture.D3Pot wraps the s-dftd3 ISO C API (
-Dwith_dftd3=true, pixi envdftd3). Config selects BJ/zero damping, a functional key, and an explicit ATM three-body flag. In-process Potential summand; noPotentialConfig.d3arm.D4Pot wraps the dftd4 ISO C API (
-Dwith_dftd4=true, pixi envdftd4). Config selects a functional key, total charge, and an explicit ATM/many-body flag. In-process Potential summand; noPotentialConfig.d4arm.ExprPot algebra goldens pin identity
lj,0.5*lj + morse,2*lj - lj, and0.5*(lj+morse)underCppCore/tests/data/expr/(energy 1e-14 eV, forces 1e-12 eV/A). Missing fixtures fail closed. Optional0.5*lj + d3when-Dwith_dftd3=true.ExprPot compiles a Lepton energy string over named
unique_ptr<PotentialBase>children (-Dwith_expr=true). Construct-time name checks fail closed. No PotentialConfig arm, no XcKernel term.ExprPot forces use analytic Lepton
differentiate(name)weights compiled at construct:F = sum_i (df/dE_i) F_i. No finite difference, no muParser.ExprPot wraps through
PotentialHandle::from_impl/rgpot_potential_new_eindiras one eindir objective. A singlergpot_potential_calculatereturns0.5*lj + morse.Golden masters pin D3 BJ ATM on/off and D4 PBE energy and forces against s-dftd3 / dftd4 on a water-octamer cube (
meson test --suite dftd).In-process
XcKernelcontracts Libxc derivative arrays into AO XC Fock and fxc matrices via the libxckernel C ABI (-Dwith_xckernel=true, off by default). This is not aPotentialand has noPotentialConfigarm.Optional conda-forge s-dftd3 / dftd4 gates (
-Dwith_dftd3/-Dwith_dftd4, pixi featuresdftd3/dftd4). Default workspace and wheel stay free of those libraries.Optional vendored OpenMM Lepton gate (
-Dwith_expr,third_party/lepton). Default workspace and wheel stay free of Lepton object code.RPC/config can name a recursive
ExprParams/PotSpectree (for example0.5*lj + d3).PotentialConfigstays a single-backend configure union. The C++ExprPotconstructor remains the first-slice API.TDA pin operator (H2O/sto-3g singlet roots) is also compared to libnwchemc
task tddft/ TDA viascripts/compare_xckernel_tda_nwchemc.py. Exclusive sigma contraction stays 1e-17; the nwchemc root residual is the measured engine value (1e-6).Potential::forceBatchevaluates several independent systems in one call. The defaultforceBatchImplloops overforceImpl, so every existing kernel answers a batch without an override. When the result cache is on, hits are served per system and only the misses reach the kernel as one compact batch.XcKernelassembles TDA and RPA sigma over the singletst_o2_pC kernels plus host Coulomb, matching the PySCFlib.einsumcontraction path andeval_rho(ao @ dm). The meson golden and liveTDA.gen_vind/gen_tdhf_operationboth meet exclusive 1e-17 against those committed sigma pins.rgpot-corecan load any minimum-profile backend by prefix, keep one persistent session, and exchange the sharedPotentialConfig,ForceInput, andPotentialResultcarriers in-process.
Changed¶
Docs credit Antics and load only
antics.js; Umami tracker and label are gone.The 1 MiB large-file CI gate now allowlists
CppCore/tests/data/,third_party/, andpixi.lock(XcKernel goldens and the lockfile). Other tracked files still fail at 1 MiB.
Fixed¶
D3Pot now passes a sigma buffer to
dftd3_get_dispersionso s-dftd3 fills the gradient (forces were previously left at zero).GGA TDA/RPA
applyFxckeeps the generated 7-term monomials on the host long-double evaluator so C matches livegen_vindat exclusive 1e-17.LDA TDA/RPA fxc forms
wv = w * rho * (v2rho2_0 + v2rho2_1)and tiles stage B at PySCFBLKSIZE(128).--tda-rpapins host J from theget_jcall insidegen_vind/gen_tdhf_operation.The cp312 wheel now carries the
abi3tag:tool.meson-python.limited-apideclares the stable-ABI build to meson-python, so one cp312-abi3 wheel installs on every CPython >= 3.12 instead of 3.12 alone.The metatomic torch dependency links on macOS. Its link arguments carried
-rpath-linkand--as-needed, which are GNU ld only: Apple’s linker rejects them outright, so any Darwin build with-Dwith_metatomic=truedied with “unknown options” while producinglibrgpot.3.dylib. Those flags now apply on GNU linkers only; Apple’s resolves the dylibs from the library path and their install names.Wheel publish falls back to the
pypi-rgpot/testpypi-rgpotPYPI_TOKENuntil a matching trusted publisher is registered.cibuildwheel
buildmust be a space-separated string so cp310, cp311, and the cp312 abi3 wheel all ship (a TOML array only built cp310).--pyscfFock live-PySCF regen now fails above exclusive 1e-15 after long-double stage A/B (mGGA-tau float64 einsum was 1.50e-15).--tda-rpakeeps committed TDA/RPA host-J pins. Liveget_jjitters about 1e-15 on this case and is reported, not written over the Coulomb pin the exclusive 1e-17 C compare uses.--tda-rpanow writes same-SCF extras and MANIFEST before the exclusive 1e-17 live-vs-committed gate; sigma/J pins are the MO-replaygen_vind/get_j(a fresh RKS is not bit-stable at that scale).--tda-rparegen pins PySCF to one OpenMP thread and replays committed MOs so livegen_vind/gen_tdhf_operationcan meet exclusive 1e-17 against the sigma pins.
3.0.2 - 2026-08-08¶
Fixed¶
Windows MSVC builds Cap’n Proto with lean windows.h defines, and links Flang pot kernels through MSVC lib.exe archives so llvm-ar no longer triggers LNK1107. (#61)
MetatomicPot no longer fails to load exported PET-MAD (and similar) models on metatensor-torch 0.10.3: scripted modules without
_mts_buffer_namesno longer trip the mixed-dict.to()walk.Python 3.x wheels import without torch: fat MetatomicPot is no longer
link_whole’d intolibrgpotwhenwith_python(engine stays dlopen-only), and the repair step shipslibrgpot.so.3(mesonpy zip dropped the soname link) plus a RUNPATH into site-packages torch/metatensor/vesin.
3.0.1 - 2026-07-26¶
Fixed¶
The Python wheel builds the Fortran 2018 potentials.
[tool.meson-python.args]never passed-Dwith_fortran_pots, so a wheel carried alibrgpotwith no Fortran-backed potential in it – SW, EDIP, Lenosky, Tersoff, EAM-Al, FeHe, CuH2, and TIP4P-H were all missing from the one artifact most users install. The cibuildwheel configuration installs a Fortran compiler in the build image to match, and the repair step vendorslibgfortranas it would any other dependency.
3.0.0 - 2026-07-26¶
Added¶
Pot-hosting groundwork for absorbing eOn’s potential kernels:
PotCapscapability descriptors (PotentialBase::caps()) replace caller-side thread-safety lists;paramsKey()parameter fingerprints (FNV-1a + kernel-version salt) join the result-cache key so instances with different parameters never share entries;LJConfigestablishes the plain-aggregate parameter convention; apot_benchCatch2 microbenchmark harness gates future pot migrations;potctllockstepspyproject.toml. (#57)Eight potentials absorbed from eOn arrive as Fortran 2018 kernels under
CppCore/rgpot/fortran/: Stillinger-Weber, EDIP, Lenosky, Tersoff, EAM aluminium, FeHe, CuH2, and TIP4P-H. Each is a rewrite rather than a wrapper – modules withimplicit none, derived-type parameters in place of COMMON blocks, kinds fromiso_fortran_envasserted against the C types at compile time,intenton every argument,purekernels, structured control flow, and status returns instead ofstop.Neighbours come from vesin through
rgpot_neighbors, a CSR full-list table carrying pair vectors and distances, and the vendored vesin Fortran interface gained the C API’s Verletskinoption so the kernels keep the list caching their predecessors had. Pair sums are restated as gathers: each atom accumulates the whole force acting on it and writes one column, so the atom loops run underdo concurrent. Bond-order and embedding kernels reach the same form in three passes, since the environment derivative is not known until its sum completes.Each kernel carries a Fortran-only test (translation invariance, zero net force, analytic forces against central differences of the energy) and is pinned in
FortranPotsTestto the reference energies of the kernels it replaces. The kernel archives link under--exclude-libs, so no Fortran symbol reaches the library interface; a test fails the suite if one ever does.Three classical potentials absorbed from eOn, always built:
MorsePot(pairwise Morse with the shifted cutoff, platinum defaults throughMorseConfig),LJClusterPot(12-6 Lennard-Jones on free boundaries,LJClusterConfig), andZBLPot(screened nuclear repulsion with the LAMMPS switching function,ZBLConfig{cut_inner, cut_global}, which rejects a cutoff pair outside0 < cut_inner < cut_global). All three take their pairs from the sharedPairListCache, carryparamsKey()fingerprints, and appear inpot_bench.PotTypegainsMorse,LJClusterandZBL.
Changed¶
LJPotpair search goes throughrgpot::nlist::PairListCache(header-only port of eOn’s PairListCache): Verlet-skin cached candidate lists in a process-global proximity-matched pool, lazy list capture so one-shot evaluations run a single fused scan, exact per-call MIC folding, and the inverse-r2 pair math instead ofpow()/sqrt(). Boxes where MIC caching is unsound keep the historical per-call scan. (#56)One versioned
librgpot.so.3umbrella: every pot builds as a PIC static convenience library folded in vialink_whole; only dlopen’d engine plugins ship as separate shared objects.rgpot.pcalways installs when rgpot is the top-level project, exporting the umbrella withRGPOT_HAS_*feature cflags. vesin resolves once at top level (installed >=0.6 preferred, vendoredthird_party/vesinfallback with the Fortran interface), and the newwith_fortran_potsfeature decouples Fortran-backed potentials from the RPC role options. Statistics counters inregistry<T>are atomic, and public headers no longer injectAtomMatrixat namespace scope. CI gains the first Windows leg and an offline--wrap-mode=nodownloadrehearsal of the release-tarball build. (#57)The Cap’n Proto schema ships inside
librgpotinstead of a separatelibptlrpc.so. Consumers that bundle the umbrella alone – pip wheels especially – no longer need a second shared object beside it, andrgpot.pccorrespondingly stops listing-lptlrpc; the symbols are unchanged and still exported fromlibrgpot.potservandpot_client_bridgetake the generated translation unit from the shared archive rather than compiling their own copy.The CuH2 potential is the in-tree Fortran 2018 kernel (
CppCore/rgpot/fortran/rgpot_cuh2.f90), reached throughrgpot::fortranpots::CuH2Potfromrgpot/fortran/FortranPots.hpp. It matches the energy and forces of the kernel it replaces to 1e-6 on the geometryCuH2PotTestpins.rgpot::CuH2Potandrgpot/CuH2/CuH2Pot.hppare gone, and with them thefortcuh2subproject and its wrap-git entry, so a source build needs no download for the Fortran pots and the offline--wrap-mode=nodownloadCI leg covers them.rgpot/CuH2/cuh2Utils.hppkeeps the slab-geometry helpers unchanged. In-tree sources gate the Fortran pots onRGPOT_HAS_FORTRAN_POTS, the same cflagrgpot.pcexports to consumers.
Fixed¶
potctl’s lockstep check now coverspyproject.toml, so the Python package version cannot drift away from meson, CMake, cargo, pixi, and towncrier again. It had: 2.5.4 went to PyPI as a multi-ABI wheel set (torch 2.7 through 2.13) while every other surface stayed at 2.5.3. All six now read the same version, and the check fails the build when they do not. (#52)Four link-layout defects in the umbrella build, each of which only surfaced in a profile that combines the RPC stack with the Fortran potentials:
Every convenience archive carried its own copy of the vendored vesin translation unit, because meson copies a static library’s objects into each static library that links it, so the umbrella saw multiple definitions of vesin’s thread-local error state. The archives take a headers-only view now and the objects enter
librgpot– and each leaf binary – exactly once.librgpotlinked without the Fortran runtime: it is a C++ target that takes the kernels throughlink_whole, which leaves meson no Fortran source to infer the runtime from. It is now named per compiler id.ptlrpc_depexported the generated capnp.cppas a dependency source, compiling a second copy of that translation unit into every consumer. Only the generated header propagates.The umbrella exported the RPC entry points only when something inside
librgpothappened to reference them; they are folded in withlink_wholenow, since it is consumers that call them.
The RPC integration test compares the CuH2 energy and forces at the same 1e-6 tolerance
CuH2PotTestuses, instead of asserting exact float equality against values from the kernel the Fortran 2018 rewrite replaced. Its error path also kills the server before draining its output: reading a live server’s stderr blocks until that process exits, so an assertion failure did not report itself, it sat until the six-hour CI timeout. The handler now prints the exception type and traceback as well, sinceAssertionErrorstringifies to nothing.The strict-determinism metatomic test no longer requires two matched force calls to agree bit for bit, because the provider does not offer that. Instrumenting the path shows rgpot handing the model identical inputs – positions, cell, and neighbour list all hash the same on every SO3 pass of both calls – and getting energies back that differ by one to two ulp on a call chosen at random. It reproduces with
OMP_NUM_THREADS=1, with the TorchScript profiling executor frozen, and with the pair vectors copied into torch-owned storage, so it is neither thread-count reassociation, nor graph specialization, nor alignment of the buffers rgpot passes in. The test now bounds the energy at four ulp and the force components at an absolute floor scaled to the largest component, which still fails on any drift larger than the provider’s own noise.The vendored vesin Fortran interface builds under LLVM Flang on Windows. It bound
vesin_neighborsdirectly, which takes the device and options structs by value; Flang cannot lower a by-valueBIND(C)derived type on thex86_64-pc-windows-msvctarget and aborts the compiler outright (“not yet implemented: passing VALUE BIND(C) derived type for this target”), so no Fortran consumer of vesin could be built there at all. vesin gainsvesin_neighbors_byref, which takes both structs through pointers and forwards them by value, and the Fortran module binds to that. Marked as an upstream candidate alongside the other local vesin patches.
2.5.3 - 2026-07-20¶
Fixed¶
Fix
-Dwith_rpc_client_only=true -Dwith_tests=true: usepot_bridge_dep(was undefinedrgpot_bridge_dep), linkunits.ccinto unit tests whenrgpot_coreis not built, and soft-skip bridge stress cases when potserv is not running (lazy client connect). Catch2 configure/link/test succeed for the client frontend product without a live server.
2.5.2 - 2026-07-18¶
Fixed¶
Rebuild Metatomic engines against vesin 0.6+
VesinOptions(skin/n_threads) sovesin_neighborsno longer fails with a bare error when runtime libvesin is 0.6 and the engine was built for 0.5.
2.5.0 - 2026-07-17¶
Added¶
Multi-language Codecov coverage (Rust, C++, Python, Fortran) with OIDC uploads. (#47)
Install headers and
rgpot.pc(nwchempot/cpmdpot/ptlrpc; no torch or xTB at link time) so eOn and other hosts can preferdependency('rgpot')over the Meson subproject wrap. Engines stay runtime dlopen. Seedocs/eon_pkgconfig.md.Keep Metatomic dlopen product on pip: portable
libmetatomic_engine.soplugin (no eonclib) +evaluate_metatomicfrontend (not LJ-only wheels).Metatomic dual path: linked
MetatomicPot(fast) andMetatomicDlopenfrontend plus optionallibmetatomic_engine.soC ABI (slow/plugin path).Metatomic engines are built for each supported torch major (
rgpot/lib/torch-X.Y/libmetatomic_engine.so) and selected at runtime from the installed torch version — same multi-ABI model as metatomic-torch itself. The pip product covers torch 2.7 and newer; earlier majors are out of scope.MetatomicConfig gains an explicit
torch_determinismpolicy (TorchDeterminismPolicy::Fastdefault,Strictopt-in). Strict mode enables deterministic LibTorch algorithms, math-only scaled-dot-product attention (flash / memory-efficient / cuDNN SDP disabled), deterministic cuDNN with benchmarking off, deterministic fill of uninitialized memory, and disables TF32 for cuBLAS and cuDNN. These flags are process-global viaat::globalContext(); Fast never mutates them. CUDA hosts still needCUBLAS_WORKSPACE_CONFIG=:4096:8(or:16:8) before the first cuBLAS call for bit-stable matmuls.Portable Metatomic engine wheels:
$ORIGINRUNPATH to site-packages torch/metatomic (single build-time torch major; multi-ABI package dirs cannot be listed oldest-first).scripts/rgpot_build_wheel.shalways runs RPATH repair afterpython -m build.Python bindings use nanobind with stable ABI (abi3 / Py_LIMITED_API 3.12) when built on Python >= 3.12 (same policy as pyeonclient). Metatomic engines are packed multi-ABI under
rgpot/lib/torch-X.Y/and selected from the installed torch major at runtime. Supported libtorch majors start at 2.7 (engines for 2.7–2.13 ship in the manylinux wheel); torch 2.6 and older are not bundled.Python package
rgpotis pip-installable: core Lennard-Jones bindings via meson-python wheels (import rgpot; rgpot.evaluate_lj(...)), plus optional Metatomic multi-ABI engines for torch 2.7+.xTB dual backends: keep linked
XTBPotand addXTBDlopen+libxtb_engine.soC ABI plugin (same pattern as metatomic engine).
Fixed¶
Metatomic C ABI engines soft-release the GIL so pyeonclient Job.run can evaluate forces under torch autograd without a fat metatomic link.
SoftGilRelease in the metatomic C ABI only calls PyEval_SaveThread when PyGILState_Check is true, so nested GIL release from pyeonclient Job.run is safe.
2.2.1 - 2026-07-06¶
Fixed¶
Windows/MSVC builds no longer fail on unused
cxxabi.hincludes or nestedstd::arraybox flattening inPotential(C1083/C2676).
2.2.0 - 2026-07-05¶
Added¶
A profile-driven ABI loader (
rgpot::abi::ProfileLoader) resolves the minimum potential ABI available from a single install prefix.
Changed¶
The canonical potentials-schema contract is pinned at v1.13.0, adding the Capabilities discovery surface; the in-tree
Potentials.capnpcopies track it byte-for-byte.
Fixed¶
rgpot-corepublishes to crates.io again:dlpk(0.1.5) andeindir-core(0.5.0,capi) now resolve from the registry instead of git pins, and thepublish = falseguard is gone.
2.1.0 - 2026-07-03¶
Added¶
eOn integration: eOn ships an in-process
RgpotPotpotential (-Dwith_rgpot=true) that consumes rgpot’sNWChemPot/CPMDPotfrontends as a Meson subproject anddlopenslibnwchemc/libcpmdcdirectly, withpotservremaining available for out-of-process RPC. Seedocs/orgmode/howto/eon-rgpot.org.
Changed¶
The Cap’n Proto schema is pinned to canonical potentials-schema v1.12.0:
MetatomicParamsarm (union ordinal 4) with the upstream requested-outputs surface, typed NWChem and CPMD parity batches (dplot/esp, prop/linres/pimd/path/tddft),CommonMethodSpecoverlay, and a schema-sync CI gate that fails when the vendored copies diverge from the pinned release.
Fixed¶
Release-prepare CI no longer runs
cargo publish --dry-runforrgpot-corewhile it depends on git-onlydlpk/eindir-core(not on crates.io). The job usescargo check -p rgpot-core --locked, andpackage.publishisfalseuntil registry deps exist. (#42)
2.0.0 - 2026-06-26¶
Channel note:
v2.0.0was prepared onmainbut never tagged or published; the content below first ships inv2.1.0.
Added¶
NWChemPot backend: stable message-based C ABI (
nwchem_c_abi.h), always-built frontend withdlopenof optionallibnwchemc, stub ABI for CI without NWChem, Cap’n ProtoNWChemParams/configure @1, andpotserv ... NWChem.CPMDPot backend: always-built frontend with
dlopenof optionallibcpmdc(splitcpmdcengine), Cap’n ProtoCPMDParams/PotentialConfig.cpmd/configure, structuredCPMDInputSectionarms, in-treecpmdc_fake_enginefor CI without CPMD, andpotserv ... CPMD. Engine lookup:CPMDC_LIBRARY,RGPOT_CPMDC_ENGINE,RGPOT_CPMD_ENGINE, thenenginePathon params.rgpot potentials are now eindir objectives:
rgpot_potential_tembeds eindir’seindir_objective_tas its first member (zero-cost IS-A), with the embedded eval/grad callbacks routed through the rgpot force callback (gradient = -force). rgpot-core consumeseindir-coreas a shared Cargo crate rather than a prebuilt static lib, so downstream Rust consumers (e.g.anneal-core) can minimize an rgpot potential througheindir_core::Objective<f64>without a two-Rust-runtime conflict. Seedocs/orgmode/howto/eindir-anneal.org.
Developer¶
CI authoring uses a Nickel
ci/gha/library with a single hand-maintainedci-orchestrator.ymlfor PR/main jobs (prepare/plan, hygiene, build/rust/bridge, potentials, CI gate), and nickel-exported workflows only for release, docs, cosmo potctl, and doc-commenter. Removed redundantbuild/prek/potentials/docs_quality/towncrier/cosmo-potctl-spikecommitted workflows in favor of the orchestrator plusgen-gha/gha-driftfor the remaining exports. (#40)
Changed¶
NWChemPot is now a pure consumer of the split
nwchemcengine: the in-tree NWChem embed (nwchem_c_abi.c,nwchem_embed_c_api.f90,nwchem_embed_legacy.F) and the-Dwith_nwchem/-Dnwchem_root/-Dnwchem_targetbuild options are removed. The frontend always builds anddlopenslibnwchemc.so; the capnp schema is synced byte-for-byte to nwchemc’s canonical superset so a flatNWChemParamsround-trips with no field loss.
1.2.0 - 2026-06-24¶
Added¶
XTBPot: GFN tight-binding via the xtb C API (GFNFF, GFN0/1/2-xTB). Feature-gated with
-Dwith_xtb=true. RPC namesXTB,GFNFF,GFN0xTB,GFN1xTB. (#35)TBLitePot: GFN tight-binding via the tblite C API (GFN1, GFN2, IPEA1). Feature-gated with
-Dwith_tblite=true. (#36)MetatomicPot: load metatomic TorchScript models directly in C++ (vesin neighbor lists, autograd forces). Feature-gated with
-Dwith_metatomic=true. Requires vesin 0.5+ (VesinDevice{VesinCPU, 0}). (#37)Units module (
rgpot/units.hpp): CODATA 2018 constants plus a runtime unit expression parser, with Cap’n ProtolengthUnit/energyUnitnegotiation on the RPC boundary. (#38)
Developer¶
Lockstep monorepo release via cocogitto 7 + towncrier +
potctl(potctl/, not published):cog bumprunspotctl release syncthen towncrier thenpotctl release assert --require-changelog;release.ymlpublishesrgpot-coreon stablev*tags. CIpotentials.ymlbuilds xtb/tblite and metatomic/vesin backends.Release tooling in
potctl(Rust workspace crate): lockstep assert (meson/CMake/cargo/towncrier/pixi), fail-fast CHANGELOG gate,release syncwrites all surfaces, cargo publish –locked only, RC tags skip crates.io, release-prepare cargo dry-run, SECURITY.md and CODEOWNERS for release surfaces.
Fixed¶
MetatomicPot: target vesin 0.5+
VesinDevicestruct ({VesinDeviceKind, device_id}, passVesinDevice{VesinCPU, 0}) and zero-initializedVesinOptions(sorted/algorithm).
1.1.0 - 2026-03-29¶
Added¶
XTBPot: GFN tight-binding potential via xtb (GFNFF, GFN0, GFN1, GFN2). Feature-gated with
-Dwith_xtb=true. (#35)TBLitePot: GFN tight-binding potential via tblite (GFN1, GFN2, IPEA1). Feature-gated with
-Dwith_tblite=true. (#36)MetatomicPot: ML atomistic models via metatomic/PyTorch with autograd forces and vesin neighbor lists. Feature-gated with
-Dwith_metatomic=true. (#37)Shared unit conversion header (
rgpot/units.hpp) with CODATA 2018 physical constants for Angstrom/Bohr, Hartree/eV, and Boltzmann conversions. (#38)
1.0.3 - 2026-03-01¶
Fixed¶
MSVC/clang-cl compatibility: use
/W3instead of GCC/Clang warning flags and skip-lstdc++link arg on Windows (#31)
1.0.2 - 2026-03-01¶
Added¶
External integration guide covering namespace collision mitigation when embedding rgpot as a subproject (#30)
Changed¶
CI dependency bumps and cleanup to prevent trailing whitespace in generated headers (#29)
1.0.0 - 2026-02-15¶
Added¶
doc(arch): add architecture guide covering layer diagram, error conventions, and how to register new potentials
feat(build): add release CI workflow, meson subproject install guards, CMake FetchContent readiness, and package version config
feat(cache): add a RocksDB integration
feat(ci): add
rust_testsjob using cargo-nextest on Ubuntu and macOS with default and--all-featuresconfigurationsfeat(cpp): add C++ RAII wrappers (
include/rgpot/) —PotentialHandle,InputSpec,CalcResult,RpcClient,Error, with full Doxygen documentationfeat(rpc): add feature-gated Cap’n Proto RPC client and server in Rust, sharing the existing
Potentials.capnpschema with the C++ sidefeat(rpc): initialize a C style integration to the server
feat(rpc): initialize a server component
feat(rust): add Rust core library (
rgpot-core/) with#[repr(C)]types, callback-based potential dispatch, status codes, thread-local error handling, and auto-generated C header via cbindgenfeat(rust): integrate DLPack tensor exchange protocol via
dlpkcrate — core types now useDLManagedTensorVersioned*for device-agnostic data exchange, with borrowed (non-owning) and owned tensor helpers in newtensormoduletest(rust): add 39 unit tests covering types, status codes, potential lifecycle, C API, null-pointer handling, error propagation, and
free_fninvocation
Changed¶
chore(build): add Meson
with_rust_coreoption,rust-test/rust-test-allpixi tasks, andcargo-nextestdependency
Fixed¶
fix(cpp): remove incorrect
extern "C"trampolines fromLJPot.hppandCuH2Pot.hppthat used rawintreturns andvoid*params; use typedPotentialHandle::from_impl<>()template instead
0.0.1 - 2024-01-26¶
Added¶
Initial release with C++ core: Lennard-Jones and CuH2 EAM potentials.
CRTP-based
Potential<Derived>template with optional caching.Cap’n Proto RPC server and client bridge.
Meson and CMake build systems.
CI build matrix (Meson/CMake x Linux/macOS x RPC/Cache feature flags).
RPC integration tests and client bridge stress tests.