Re: [gmx-users] -vsite hydrogen

2014-12-29 Thread Wojciech Kopeć
We have tested virtual sites with CHARMM36 lipids; straightforward usage
gives too ordered membranes. We have created custom virtual sites
construction for lipid hydrogens and used them for pure membranes as well
as for membrane proteins, and the differences between membrane properties
with virtual sites and without are usually minor (but still noticeable).
The parameters can be found here http://memphys.dk/node/71 and the paper
http://pubs.acs.org/doi/abs/10.1021/ct500100f

Wojciech




Message: 1
Date: Mon, 29 Dec 2014 10:27:47 -0500
From: Justin Lemkul 
To: gmx-us...@gromacs.org
Subject: Re: [gmx-users] -vsite hydrogen
Message-ID: <54a172f3.5040...@vt.edu>
Content-Type: text/plain; charset=windows-1252; format=flowed



On 12/29/14 6:28 AM, h.aliza...@znu.ac.ir wrote:
> Dear Users,
> I am simulating a membrane protein with charmm ff with a 2fs time step.
> How the results will be affected if I use a 5fs time step by using "-vsite
> hydrogen" option in pdb2gmx? Do my results loose their accuracy if I use
> this option?

Well, it's easy to test.  The membrane properties that are expected to be
observed are very easy to quantify.  We didn't test our CHARMM36 port with
virtual sites at all, so we cannot recommend such usage.  Test thoroughly
before
doing any real production work.  Membranes are extremely sensitive to
alteration.

-Justin

On Mon, Dec 29, 2014 at 8:52 PM, <
gromacs.org_gmx-users-requ...@maillist.sys.kth.se> wrote:

> Send gromacs.org_gmx-users mailing list submissions to
> gromacs.org_gmx-users@maillist.sys.kth.se
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users
> or, via email, send a message with subject or body 'help' to
> gromacs.org_gmx-users-requ...@maillist.sys.kth.se
>
> You can reach the person managing the list at
> gromacs.org_gmx-users-ow...@maillist.sys.kth.se
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of gromacs.org_gmx-users digest..."
>
>
> Today's Topics:
>
>1. Re: -vsite hydrogen (Justin Lemkul)
>2. Re: Obtaining PMF for change in domain position (Justin Lemkul)
>3. pdb information (elham tazikeh)
>4. Re: pdb information (Justin Lemkul)
>5. Re: Obtaining PMF for change in domain position (Abhi Acharya)
>6. Gromacs error regarding default gromos bond type and  angle
>   type (Negar Parvizi)
>
>
> --
>
> Message: 1
> Date: Mon, 29 Dec 2014 10:27:47 -0500
> From: Justin Lemkul 
> To: gmx-us...@gromacs.org
> Subject: Re: [gmx-users] -vsite hydrogen
> Message-ID: <54a172f3.5040...@vt.edu>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
>
>
> On 12/29/14 6:28 AM, h.aliza...@znu.ac.ir wrote:
> > Dear Users,
> > I am simulating a membrane protein with charmm ff with a 2fs time step.
> > How the results will be affected if I use a 5fs time step by using
> "-vsite
> > hydrogen" option in pdb2gmx? Do my results loose their accuracy if I use
> > this option?
>
> Well, it's easy to test.  The membrane properties that are expected to be
> observed are very easy to quantify.  We didn't test our CHARMM36 port with
> virtual sites at all, so we cannot recommend such usage.  Test thoroughly
> before
> doing any real production work.  Membranes are extremely sensitive to
> alteration.
>
> -Justin
>
> --
> ==
>
> Justin A. Lemkul, Ph.D.
> Ruth L. Kirschstein NRSA Postdoctoral Fellow
>
> Department of Pharmaceutical Sciences
> School of Pharmacy
> Health Sciences Facility II, Room 629
> University of Maryland, Baltimore
> 20 Penn St.
> Baltimore, MD 21201
>
> jalem...@outerbanks.umaryland.edu | (410) 706-7441
> http://mackerell.umaryland.edu/~jalemkul
>
> ==
>
>
> --
>
> Message: 2
> Date: Mon, 29 Dec 2014 10:29:18 -0500
> From: Justin Lemkul 
> To: gmx-us...@gromacs.org
> Subject: Re: [gmx-users] Obtaining PMF for change in domain position
> Message-ID: <54a1734e.5000...@vt.edu>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
>
>
> On 12/29/14 6:57 AM, Abhi Acharya wrote:
> > Hello GROMACS Users,
> >
> > This is a problem I am facing for the first time. Kindly guide be to the
> > best options.
> >
> > I have a protein which has two large domains connected by a flexible
> linker
> > peptide (~10 aa). The two domains seem to interact with each other and
> have
> > been crystallized in three different conformations. I want to calculate
> the
> > change in binding energy of the two domains wrt change in their relative
> > position, i.e. keeping position of one domain constant what is change in
> > binding energy as the other domain moves from conformation 1, through
> > conformation 2 to finally, conformation 3. What is the best way to do so?
> >
>
> You need to describe what these

[gmx-users] trajectory tools don't work with large .xtc / .trr files

2015-02-11 Thread Wojciech Kopeć
Dear all,

I've been using GROMACS successfully for quite some time on several
platforms, although after a recent upgrade my main linux workstation to
Ubuntu 14.04 and new installation of latest GROMACS (5.0.4) I noticed very
strange behaviour of several tools (mainly trjconv and gmxcheck). Basically
when I try to use them on my trajectories, in simplest case

trjconv -f traj.xtc

I get the error:
Source code file
/home/wojciech2/GROMACS-5.0.4/gromacs-5.0.4/src/gromacs/fileio/gmxfio.c,
line: 513

Can not open file:
traj.xtc

Needless to say the file exists in the given directory. It happens to all
files that I've accumulated over the years (with different GROMACS
versions); files themselves are not damaged as they work perfectly on my
mac with the same GROMACS version, installed in the same way. Also when I
reduced the size (simply using -skip) command of the trajectories on my mac
and transferred them to my workstation, the very same tools work without
any problems. However, as soon as the file size is above ~2 GB, it throws
me the above mentioned error. Any clues?

Thanks,
Wojciech
-- 
Gromacs Users mailing list

* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a 
mail to gmx-users-requ...@gromacs.org.


[gmx-users] Binding free energy of an ion from alchemical transformation

2015-03-11 Thread Wojciech Kopeć
Dear Gromacs users,

I'm thinking about performing free energy calculations for a protein that
binds cations,  using alchemical transformation method. In the simplest
case I'd transform an ion (one atom) into a naked particle; however in this
case I'd get a non-zero overall charge of the system during the charge
decoupling. I'm aware of some corrections for that and also that Gromacs
probably neutralises the charge with PME (?). Another approach I've been
thinking of is to simultaneously couple a naked particle somewhere in the
bulk with the environment, switching on the charge in a same way as the
charge of the ion is being switched off. In this way, the charge would be 0
all the time, and at the end of the simulation would yield the protein with
an empty binding site and the ion somewhere in the bulk. Are there any
obvious pitfalls with this approach?

Thank you,
Wojciech
-- 
Gromacs Users mailing list

* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a 
mail to gmx-users-requ...@gromacs.org.