[Re: [Re: change temp]]

i try it before. but it doesn't work .temperature is always equal
zero!!!my code is here
fix 1 all nvt/asphere temp 10.0 10.0
run 1000
variable k loop 10
label loop1
variable t equal 10*10^(-k)
velocity all scale t
#fix 2 all nvt/asphere temp t t
run 1000
next k
jump in.lammps loop1

i try it before. but it doesn't work .temperature is always equal
zero!!!my code is here

​it doesn't work, because it is wrong in too many ways. please read the
manual more carefully.

Have you tried printing the value of variable t?

You have to debug a complex input script. No one
is going to do it for you.

Steve