Skip to content

Nonadiabatic Nanoreactor Use Guide

Last updated: October 2025
Primary Branch: major (used by Pierilab in the Martinezlab repo)

This page is an evolving β€œBest Use Guide” for beginners β€” please update it whenever YAML formatting or workflow structures change.


Important External Info


The Science behind NANR

The NANR explores photochemical reactivity by combining metadynamics and seam constraints to locate conical intersections efficiently.


The Environment

❗ Make sure to conda activate nanr before running.


<molecule>/
β”œβ”€β”€ seam_sampling/
β”‚   β”œβ”€β”€ molecule.xyz
β”‚   β”œβ”€β”€ seam_sampling.yaml
β”‚   β”œβ”€β”€ seam_traj.xyz
β”‚   └── clustering/
β”‚       β”œβ”€β”€ full_geom_seam.xyz
β”‚       β”œβ”€β”€ clustering.yaml
β”‚       β”œβ”€β”€ ciopt0/
β”‚       β”‚   β”œβ”€β”€ centroid0.xyz
β”‚       β”‚   β”œβ”€β”€ tc.in
β”‚       β”‚   β”œβ”€β”€ submit.sh
β”‚       β”‚   └── cone_sampling/
β”‚       β”‚       β”œβ”€β”€ ci0.xyz
β”‚       β”‚       β”œβ”€β”€ sampling.yaml
β”‚       β”‚       β”œβ”€β”€ ci0_radial_XXXX.xyz
β”‚       β”‚       └── O0/
β”‚       β”‚           β”œβ”€β”€ opt.in
β”‚       β”‚           β”œβ”€β”€ submit.sh
β”‚       β”‚           └── scr.start/optim.xyz
└── logs/, figures/, or results/ (optional)