An official website of the United States government
Here’s how you know
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock (
)or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
| bit | Xplor-NIH | VMD-XPLOR |
|---|
|
| Xplor-NIH home Documentation |
set seed=432324368 end
vector do (vx=maxwell(4000.)) ( all )
vector do (vy=maxwell(4000.)) ( all )
vector do (vz=maxwell(4000.)) ( all )
vector do (fbeta=100.) ( all )
evaluate ($1=4000)
while ($1 > 300.0) loop main
dynamics verlet
timestep=0.0005
nstep=50
iasvel=current
nprint=5 iprfrq=0
tcoupling=true tbath=$1
end
evaluate ($1=$1-25)
end loop main