Commit 0a48215b authored by Leon Pyka's avatar Leon Pyka
Browse files

updated README.md

parent cd89ac5d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -33,3 +33,10 @@ Run:
`python3 elastic_constants_script.py`    
The script will ask you to provide a lattice constant (for the fcc system), a highest and lowest strain (also negative strain i.e. compression) and how many datapoints you would like to evaluate.    
The data is written to `data_elastic_constants`. Plot the data and fit a 2nd order polynomial to calccalcualte the elastic constants.

## Running NVE/NPT simulations    
Run using:    
`python3 deform_cnt_nve.py`     
and      
`python3 deform_cnt_npt.py`   
the results are written to the folders `data_cnt_sim/nve_deform/cnt_nve_data.csv` and `data_cnt_sim/npt_deform/cnt_npt_data.csv` accordingly.