Skip to content

v0.0.8

Choose a tag to compare

@ethanholbrook ethanholbrook released this 07 Apr 20:31
· 65 commits to main since this release
5444789

LAMMPS-AST is a toolset for parsing, analyzing, and processing LAMMPS scripts using an Abstract Syntax Tree (AST) representation. It utilizes Lark for parsing LAMMPS input files and provides scripts that leverage Large Language Models (LLMs) for interpreting, modifying, and generating LAMMPS scripts.

Features

  • LAMMPS AST Parsing: Uses Lark to generate ASTs from LAMMPS scripts.
  • Example Scripts: Includes sample usage for different LLM models and prompts.