This directory contains scripts for analyzing LAMMPS shock simulations. The scripts are written in Python and use the numpy, pandas, and matplotlib libraries. The scripts are designed to be used as packages in jupyter notebooks (example tutorials provided).
## Installation
To install the package, clone the repository and run the following command in the directory containing the setup.py file:
`bash
pip install .
`
## Usage The package contains the following modules: - shock_analysis: Contains functions for analyzing shock simulations. - process_data: Contains functions for processing data from LAMMPS shock simulations.
The package also contains the following scripts: - shock_analysis_tutorial.ipynb: A jupyter notebook tutorial on how to use the package.
To use the package, import the modules in your jupyter notebook:
`python
import shock_analysis
import process_data
`
## License This package is distributed under the MIT license. See LICENSE for more information. ```