https://github.com/mrkllntschpp/lammps-tutorials
LAMMPS tutorials for Beginners
https://github.com/mrkllntschpp/lammps-tutorials
lammps lammps-tutorials
Last synced: 10 months ago
JSON representation
LAMMPS tutorials for Beginners
- Host: GitHub
- URL: https://github.com/mrkllntschpp/lammps-tutorials
- Owner: mrkllntschpp
- Created: 2020-04-02T16:11:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T15:38:17.000Z (about 3 years ago)
- Last Synced: 2024-11-13T02:34:54.229Z (over 1 year ago)
- Topics: lammps, lammps-tutorials
- Language: Jupyter Notebook
- Homepage:
- Size: 2.71 MB
- Stars: 335
- Watchers: 24
- Forks: 104
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LAMMPS tutorials for Beginners
Run LAMMPS in your browser [](https://mybinder.org/v2/gh/matbinder/lammps-tutorials/master)
These tutorials were recreated from my original tutorials at Mississippi State University (MSU) Center for Advanced Vehicular Systems (CAVS) website with updates to codes within Jupyter Notebooks. I hope this helps with everyone's learning curves for LAMMPS! Thanks.
* [Click here to open Tutorial 1](LAMMPS-Tutorials-01.ipynb). Run LAMMPS! Learn how to calculate the minimum energy lattice structure
* [Click here to open Tutorial 2](LAMMPS-Tutorials-02.ipynb). Run LAMMPS! Learn how to feed variables through the command line and mine log file for values to plot in MATLAB or Python
* [Click here to open Tutorial 3](LAMMPS-Tutorials-03.ipynb). Run LAMMPS! Learn how to deform a simulation cell in tension and visualize the results
* [Click here to open Tutorial 4](LAMMPS-Tutorials-04.ipynb). Run LAMMPS! Learn how to deform a simulation cell in compression and visualize the results
* [Click here to open Tutorial 5](LAMMPS-Tutorials-05.ipynb). Run LAMMPS! Learn how to make a grain boundary
* [Click here to open Tutorial 6](LAMMPS-Tutorials-06.ipynb). Run LAMMPS! Learn how to strain a grain boundary until fracture
* [Click here to open Tutorial 7](LAMMPS-Tutorials-07.ipynb). Run LAMMPS! Learn how to compute a number of per-atom metrics for use outside LAMMPS
* [Click here to open Tutorial 8](LAMMPS-Tutorials-08.ipynb). Run LAMMPS! Learn how to add a 100-united atom polymer chain to LAMMPS
I've even tried to update the scripts here to some of the newer LAMMPS versions. So far so good!
Beginner to Python, Anaconda, Jupyter Notebooks, too?
* [Click here for a brief intro](HowToJupyterNotebook.ipynb)