nvalchemi-toolkit
GPU molecular dynamics, model training, and multi-GPU scaling
All Skills in This Repository (6)
Pure Emerald Level Indicatorsnvalchemi-model-wrapping
Wrap PyTorch MLIPs with BaseModelMixin to standardize inputs, outputs, and embeddings.
nvalchemi-dynamics-implementation
Define custom dynamics integrators by overriding pre_update() and post_update() in BaseDynamics for GPU-accelerated atomic simulations.
nvalchemi-dynamics-api
Configure GPU-accelerated dynamics pipelines with FusedStage and DistributedPipeline.
nvalchemi-data-storage
Persist and load AtomicData with a Zarr-backed Writer, Reader, Dataset, and DataLoader pipeline.
nvalchemi-dynamics-hooks
Integrate hook-based callbacks into NVIDIA nvalchemi dynamics simulations.
nvalchemi-data-structures
Construct AtomicData and Batch objects for GPU-ready atomic graph workflows.
Frequently Asked Questions
FAQPage SchemaHow to install nvalchemi-toolkit?โผ
Run `npx skills add NVIDIA/nvalchemi-toolkit --all -g -y` in your terminal to install all skills in this suite globally.
How to run molecular dynamics on multiple GPUs?โผ
The nvalchemi-distributed skill shows how to wrap any integrator in DomainParallel and launch with torchrun to split one large system across GPUs.
Can I use my own machine-learned potential model?โผ
Yes. The model-wrapping skill explains how to adapt any PyTorch model with BaseModelMixin so it works with dynamics, training, and fine-tuning stages.
How to fine-tune a pretrained MACE or AIMNet2 model?โผ
The fine-tuning skill covers FineTuningStrategy, pretrained checkpoint loading, parameter freezing, and conservative optimizer defaults for adapting models to new data.
Does nvalchemi-toolkit work with Claude Code and other agents?โผ
Yes. All guides follow the universal SKILL.md standard and load automatically in Claude Code, Cursor, OpenCode, and Codex.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides