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:
@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user