> I guess my question is whether I can put the restraint information right after
> the dynamics information in an input file, as i did above. Also do the atom
Yes, you can put the restraint information in the input file instead of in
a separate restraint file. You should put the information after the file
redirection commands (see section 3 of sander), and these file redirection
commands must come after the weight changes (section 2 of sander). A
sample input file could look like:
&cntrl
nmropt=1, pencut=-1, imin=0, nstlim=10000, etc...,
&end
&wt type='REST', istep1=0, istep2=1000, value1=0.1, value2=1.0, &end
&wt type='REST', istep1=1001, istep2=10000, value1=1.0, value2=1.0, &end
&wt type='END' &end
LISTOUT=POUT
&rst iat= 39, 51, r1=..., &end
> numbers 3 and 5 correspond to the order of atoms in the topology file? From your
> last message I gather they do.
Yes, they do.
vickie
The Scripps Research Institute
10550 North Torrey Pines Road, TPC-15
La Jolla, CA 92037
TEL: (858)784-9788
FAX: (858)784-8896
Received on Wed Mar 08 2000 - 11:52:57 PST