lammps-md-executor
SolidLAMMPS molecular dynamics skill for nanoscale system simulation with force field management
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# LAMMPS MD Executor
## Purpose
The LAMMPS MD Executor skill provides molecular dynamics simulation capabilities for nanoscale systems, enabling investigation of structural, mechanical, and thermal properties through classical simulations.
## Capabilities
- Force field selection and parameterization
- System equilibration protocols
- NVT/NPT ensemble simulations
- Trajectory analysis
- Thermal conductivity calculation
- Mechanical property simulation
## Usage Guidelines
### MD Simulation Workflow
1. **System Setup**
- Build initial configuration
- Assign force field
- Minimize energy
2. **Equilibration**
- NVT temperature equilibration
- NPT for density
- Monitor equilibration metrics
3. **Production**
- Run appropriate ensemble
- Calculate properties on-the-fly
- Save trajectories
## Process Integration
- Molecular Dynamics Simulation Workflow
- Multiscale Modeling Integration
## Input Schema
```json
{
"structure_file": "string",
"force_field": "string (ReaxFF|MEAM|Tersoff|LJ)",
"ensemble": "nvt|npt|nve",
"temperature": "number (K)",
"pressure": "number (atm, for npt)",
"timestep": "number (fs)",
"total_time": "number (ns)"
}
```
## Output Schema
```json
{
"thermodynamic_properties": {
"temperature": "number (K)",
"pressure": "number (atm)",
"total_energy": "number (eV)",
"volume": "number (Angstrom^3)"
},
"structural_properties": {
"rdf_file": "string",
"msd_file": "string"
},
"traject...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
gromacs-md-executor
GROMACS molecular dynamics skill for nanoparticle-biomolecule interaction simulations
1,160 Updated today
a5c-ai AI & Automation Solid
lammps-md-simulator
LAMMPS molecular dynamics simulation skill for atomistic simulations, force field setup, and large-scale parallel computations
1,160 Updated today
a5c-ai AI & Automation Solid
comsol-multiphysics-executor
COMSOL Multiphysics skill for continuum-scale nanomaterial and device modeling
1,160 Updated today
a5c-ai AI & Automation Solid
quantum-espresso-executor
Quantum ESPRESSO calculation skill for DFT simulations with pseudopotential management
1,160 Updated today
a5c-ai AI & Automation Solid
vasp-dft-executor
VASP DFT calculation skill for electronic structure, geometry optimization, and property prediction of nanomaterials
1,160 Updated today
a5c-ai