AutoFragment Examples
This directory contains examples and test data for autofragment.
Notebooks
Interactive Jupyter notebooks demonstrating core features:
Quickstart: A 5-minute introduction to fragmentation concepts.
Water Cluster MBE: Many-Body Expansion (MBE) fragmentation of water clusters.
Protein EFMO: Fragmenting proteins for GAMESS EFMO calculations.
Algorithm Comparison: Benchmarking different partitioning algorithms.
Custom Scoring: Implementing custom partitioning logic.
Zeolite Fragmentation: Dealing with periodic systems and CIF files.
QM/MM Setup: Defining QM and MM regions.
Data
Test data files used in the examples:
1l2y.pdb: Trp-cage protein structure (20 residues).1l2y.cif: Trp-cage protein structure (mmCIF format).sodalite.cif: Sodalite zeolite unit cell.aspirin.xyz: Aspirin molecule.caffeine.xyz: Caffeine molecule.dna_hairpin.pdb: DNA hairpin structure.water_64.xyz: Cluster of 64 water molecules.
Usage
To run the notebooks, ensure you have jupyter installed:
pip install jupyter
Then start the notebook server:
jupyter notebook examples/notebooks/