Skip to content

ChemSimCraftsman/thermo_properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Thermodynamic Properties vs Timestep

This repository contains Python code for analyzing and visualizing thermodynamic properties (energy, pressure, temperature, etc.) as a function of simulation timestep.

The notebook (thermo_property vs timestep.ipynb) provides tools to read LAMMPS log/dump data, extract relevant columns, and generate plots to understand the time evolution of system properties during molecular dynamics (MD) simulations.


๐Ÿ“Œ About the Project

In molecular dynamics, thermodynamic quantities fluctuate but approach equilibrium averages.
This notebook helps:

  • Parse simulation outputs
  • Plot energy, temperature, and other quantities vs time
  • Detect equilibrium and transient regions
  • Export clean plots for publications

โš™๏ธ System / Environment

The code has been tested on the following system:

  • OS: Linux (Ubuntu 22.04 LTS)
  • Python: 3.10+
  • Core packages: NumPy, Pandas, Matplotlib

๐Ÿ“ฆ Requirements

Install the required Python packages:

pip install numpy pandas matplotlib

About

Jupyter Notebook for analyzing thermodynamic properties from MD simulations. Reads LAMMPS outputs, extracts temperature, energy, pressure vs timestep, and generates plots to check equilibration and stability of molecular systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors