Used By¶
- Author:
The following projects use rgpycrumbs as a dependency or tool.
Libraries¶
- chemparseplot
Parsers and plotting tools for computational chemistry. Uses
rgpycrumbs.basetypes,rgpycrumbs.interpolation,rgpycrumbs.surfaces, andrgpycrumbs.parsersas core dependencies.- pychum
Input file generators for computational chemistry. Uses
rgpycrumbsfor internal helpers and is dispatched via the CLI.
Research Software¶
Reproducibility Packages¶
- nebmmf_repro
Reproduction package for NEB machine-learned force field work. Uses
rgpycrumbsCLI for NEB plotting and the alignment API.- nebviz_repro
Reproduction package for 2D NEB visualization methods. Imports
rgpycrumbs.eon.helpersand runs the CLI for 2D landscape plots.- otgpd_repro
Reproduction package for on-the-fly GP dimer searches. Imports
rgpycrumbs._aux, runs CLI for GP trajectory analysis and fragment detection.- gpr_sella_repro
Reproduction package for GP-accelerated Sella saddle point searches (ChemPhysChem, doi: 10.1002/cphc.202500730). Uses
rgpycrumbsfor auxiliary helpers, parsers, and structure analysis.- brms_idrot_repro
Bayesian reaction mechanism studies reproduction package. Uses both
rgpycrumbsandchemparseplotfor parsing and analysis.
External Projects¶
- atomistic-cookbook (lab-cosmo)
Community cookbook for atomistic simulations. The eOn PET-NEB example imports
rgpycrumbs.eon.helpersandrgpycrumbs.run.jupyter.- metatensor ecosystem-article (metatensor)
Metatensor ecosystem paper. Uses
rgpycrumbsfor eOn NEB plotting and PLUMED FES reconstruction workflows.
Academic Work¶
Dissertation
R. Goswami, Efficient Exploration of Chemical Kinetics, Doctoral dissertation, University of Iceland, 2025.
Uses rgpycrumbs.surfaces, rgpycrumbs.geom,
rgpycrumbs.interpolation, and the CLI dispatcher throughout
for NEB visualization, surface fitting, structure analysis, and
fragment detection.
Journal Article
R. Goswami and H. Jonsson, Adaptive Pruning for Increased Robustness and Reduced Computational Overhead in Gaussian Process Accelerated Saddle Point Searches, ChemPhysChem, Nov. 2025.
- python_dissemination_workbench
Teaching materials referencing
rgpycrumbsas a helper utility example.