Added elastic constant example at finite temperature

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14105 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps
2015-10-05 21:02:38 +00:00
parent 233eaea97d
commit da1e4e4f25
3 changed files with 24 additions and 12 deletions

View File

@ -52,8 +52,16 @@ include init.mod
# Compute initial state
variable thermostat equal 1
include potential.mod
run ${nequil}
if "${adiabatic} == 1" &
then "variable thermostat equal 0" &
else "variable thermostat equal 1"
print ${thermostat}
include potential.mod
run ${nrun}