[gmx-users] Position restraint file

Kai Zhuang kai.zhuang at gmail.com
Thu Aug 11 22:30:19 CEST 2005


i did this when i was working on a similar system:

create 2 pdb filies (1 DNA, 1 nanotube), call it A.pdb, B.pdb
do pdb2gmx twice, get 2 gro files, 2 top files, 2 posre.itp files.
cat the 2 gro files together, edit the file, fix the atom number
manually. call it C.gro
create a new top file that connects the four topology files together,
call it C.top

#include "A.top"
#include "B.top"

#ifdef POSRES
#include "A_posre.itp"
#include "B_posre.itp"
#endif

look at A.top and B.top, any overlapping declarations, put them in C.top.
basically, you want to strip A.top and B.top to just the information
about the atoms.
leave the A_posre.top and B_posre.top be.

should work.

On 8/11/05, Bob Johnson <robertjo at physics.upenn.edu> wrote:
> Hello,
> I am studying the interactions between single stranded DNA and a carbon
> nanotube. I am using the Amber force field for the DNA molecule. When the two
> systems (dna and nanotube) are brought together, the nanotube is severely
> deformed by the presence of the dna. I wanted to try restraining the positions
> of the nanotube since it is probable that the nanotube structure remains the
> same upon insertion of a dna molecule. How would I format the posre.itp file?
> Do I specify the coordinates of all the nanotube carbon atoms along with a
> force constant? I'm unsure of the syntax.
> Thanks,
> Bob Johnson
> _______________________________________________
> gmx-users mailing list
> gmx-users at gromacs.org
> http://www.gromacs.org/mailman/listinfo/gmx-users
> Please don't post (un)subscribe requests to the list. Use the
> www interface or send it to gmx-users-request at gromacs.org.
> 


-- 
Confidentiality Notice:
If you are not the intended receipient of this email, please do not
disclose its information
and notify the sender immediantely.  Failure to comply may result in
legal actions.

Kai Zhuang
BioMedical Engineering @ University of Toronto
kai dot zhuang at gmail dot com
6478314789



More information about the gromacs.org_gmx-users mailing list