NVIDIA/nvalchemi-toolkit

ALCHEMI Toolkit is a developer toolkit for accelerating training and inference for AI in chemistry and material science.

150Stars on the repository
14Mods indexed here, across every type
8d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

NVIDIA/nvalchemi-toolkit

Skill Claude CodeCodex

How to write, read, compose, and load atomic data using nvalchemi's composable Zarr-backed storage pipeline (Writer, Reader, Dataset, MultiDataset, DataLoader). Use when saving simulation outputs or trajectories to disk, converting structures (e.g. ASE / extxyz) into Zarr stores, assembling datasets for training or…

150 8d ago A 90 tokens original Apache-2.0

NVIDIA/nvalchemi-toolkit

Skill Claude CodeCodex

How to use AtomicData and Batch, the core graph-based data structures for representing atomic systems and batching them for GPU computation. Use when building systems from positions, cells, and atomic numbers, converting from ASE Atoms, batching or unbatching structures, reading per-atom vs per-graph tensors, or…

150 8d ago A 82 tokens original Apache-2.0

NVIDIA/nvalchemi-toolkit

Skill Claude CodeCodex

How to run domain-decomposed (multi-GPU) MLIP simulations with DomainParallel — choose between the halo and graph-partition strategies, author a distributionspec so a bring-your-own model runs under domain decomposition, and write a custom dynamics integrator that stays correct across ranks.

150 8d ago A 64 tokens original Apache-2.0

NVIDIA/nvalchemi-toolkit

Skill Claude CodeCodex

How to configure and run dynamics simulations, compose multi-stage pipelines (FusedStage, DistributedPipeline), use inflight batching, and manage data sinks. Use when writing any simulation script — molecular dynamics (NVE/NVT), structure relaxation or geometry optimization (e.g. FIRE), equation-of-state or adsorption…

150 8d ago A 83 tokens original Apache-2.0

NVIDIA/nvalchemi-toolkit

Skill Claude CodeCodex

How to use and write dynamics hooks — callbacks that observe or modify batch state at specific points during each simulation step. Use when a simulation needs neighbor-list rebuilds, convergence checks or early stopping, temperature control, per-step logging or trajectory capture, or any custom per-step behavior…

150 8d ago A 69 tokens original Apache-2.0

NVIDIA/nvalchemi-toolkit

Skill Claude CodeCodex

How to implement a dynamics integrator by subclassing BaseDynamics and overriding preupdate() and postupdate() methods. Use when creating a custom integrator, optimizer, or sampler that the built-in stages do not provide; for configuring existing dynamics, see nvalchemi-dynamics-api.

150 8d ago A 67 tokens original Apache-2.0

NVIDIA/nvalchemi-toolkit

Skill Claude CodeCodex

How to fine-tune nvalchemi-compatible models with FineTuningStrategy, pretrained checkpoint initialization, module patches, trainable-parameter filters, conservative optimizer defaults, validation, restart checkpoints, and model-agnostic MACE, AIMNet2, custom BaseModelMixin, or PyTorch inputs. Use when adapting a…

150 8d ago A 112 tokens original Apache-2.0

nvalchemi-loss-api

08

NVIDIA/nvalchemi-toolkit

Skill Claude CodeCodex

How to use built-in loss functions and implement custom losses using the BaseLossFunction template-method pattern — residual types, per-atom normalization, masking, and graph-balanced reductions. Use when choosing or weighting energy, force, or stress objectives for training or fine-tuning, masking atoms or graphs out…

150 8d ago A 77 tokens original Apache-2.0

NVIDIA/nvalchemi-toolkit

Skill Claude CodeCodex

How to wrap an arbitrary MLIP (Machine Learning Interatomic Potential) using the BaseModelMixin interface to standardize inputs, outputs, and embeddings. Use when integrating a model such as MACE or AIMNet2 (e.g. MACEWrapper, loading pretrained checkpoints) so dynamics, training, or fine-tuning stages can call it, or…

150 8d ago A 94 tokens original Apache-2.0

nvalchemi-reporting

10

NVIDIA/nvalchemi-toolkit

Skill Claude CodeCodex

How to add observability to nvalchemi dynamics and training workflows using ReportingOrchestrator, RichReporter, TensorBoardReporter, scalar extraction, custom reporter callbacks, and dynamics LoggingHook. Use when showing live progress, writing TensorBoard summaries, preserving dynamics CSV rows, adding rank-safe…

150 8d ago A 86 tokens original Apache-2.0

NVIDIA/nvalchemi-toolkit

Skill Claude CodeCodex

How to configure nvalchemi training workflows with TrainingStrategy, custom training functions, standalone or composed losses, loss-weight schedules, optimizer and scheduler configs, validation, hooks, restartable checkpoints, model-agnostic inputs, and scaling to multiple GPUs or nodes with DistributedManager and…

150 8d ago A 117 tokens original Apache-2.0

nvalchemi-zarr-perf

12

NVIDIA/nvalchemi-toolkit

Skill Claude CodeCodex

Performance tuning for nvalchemi's Zarr-backed Reader, Dataset, and DataLoader pipeline. Use when configuring AtomicDataZarrReader, Dataset, DataLoader, ZarrWriteConfig, or nvalchemi-io-test for training/inference throughput, especially shuffled access, graph-like random access, fused prefetch, pinned memory…

150 8d ago A 89 tokens original Apache-2.0