Extension Packages ================== Extension packages allow you to build new functionality on top of the NequIP framework, such as custom model architectures, custom data handling, or training procedures. Getting Started --------------- **Quick Start**: Use the `NequIP Extension Template `__ to bootstrap your extension package with a pre-configured project structure, then follow the detailed guide below. .. toctree:: :maxdepth: 2 extension_packages/getting_started extension_packages/data extension_packages/training extension_packages/models extension_packages/inference Example Extension Packages --------------------------- Feel free to use the following extension packages for inspiration and reference: - **Allegro** (`GitHub `__, `Docs `__, `Paper `__): Strictly local equivariant models with excellent scalability for multirank molecular dynamics simulations. - **NequIP-LES** (`Github `__, `Paper `__): An extension of NequIP and Allegro that adds long-range electrostatics via the Latent Ewald Summation (LES) algorithm.