[gmx-users] calculation without box

rob yang nextgame at hotmail.com
Fri Mar 10 18:55:43 CET 2006


Indeed I have ran into problems. The molecule blows up on me whenever I try 
to calculate the energy. My input em.mdp is:
cpp                 =  /lib/cpp
define              =  -DFLEXIBLE
constraints	    = none
integrator          =  cg
dt		    = 0.002
nsteps              =  1;100000
nstlist             =  10
ns_type             =  grid
rlist               =  0.8
rcoulomb            =  1.4
rvdw                =  1.4

the output of the program after mdrun is:
Polak-Ribiere Conjugate Gradients did not converge to Fmax < 10 in 2 steps.

my input .gro file is fine by visual checking using vmd, but the output 
blows up with a high energy.

>From: Yang Ye <leafyoung81-group at yahoo.com>
>Reply-To: Discussion list for GROMACS users <gmx-users at gromacs.org>
>To: Discussion list for GROMACS users <gmx-users at gromacs.org>
>Subject: Re: [gmx-users] calculation without box
>Date: Sat, 11 Mar 2006 01:21:44 +0800
>MIME-Version: 1.0
>Received: from colibri.its.uu.se ([130.238.4.154]) by 
>bay0-mc4-f18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 10 
>Mar 2006 09:26:42 -0800
>Received: by colibri.its.uu.se (Postfix, from userid 211)id D08BA612; Fri, 
>10 Mar 2006 18:26:40 +0100 (NFT)
>Received: from colibri.its.uu.se(127.0.0.1) by colibri.its.uu.se via 
>virus-scan id s14351; Fri, 10 Mar 06 18:26:34 +0100
>Received: from xray.bmc.uu.se (xray.bmc.uu.se [130.238.41.195])by 
>colibri.its.uu.se (Postfix) with ESMTP id 3A590177;Fri, 10 Mar 2006 
>18:26:34 +0100 (NFT)
>Received: from xray.bmc.uu.se (localhost.localdomain [127.0.0.1])by 
>xray.bmc.uu.se (Postfix) with ESMTP id D791824D50;Fri, 10 Mar 2006 18:22:03 
>+0100 (CET)
>Received: from elvira.ekonomikum.uu.se (elvira.its.uu.se [130.238.164.5])by 
>xray.bmc.uu.se (Postfix) with ESMTP id 6E35824A53for 
><gmx-users at gromacs.org>; Fri, 10 Mar 2006 18:22:01 +0100 (CET)
>Received: by elvira.ekonomikum.uu.se (Postfix, from userid 204)id 590B31AC; 
>Fri, 10 Mar 2006 18:22:01 +0100 (MEZ)
>Received: from elvira.its.uu.se(127.0.0.1) by elvira.its.uu.se via 
>virus-scan id s26631; Fri, 10 Mar 06 18:21:56 +0100
>Received: from smtp106.mail.sc5.yahoo.com 
>(smtp106.mail.sc5.yahoo.com[66.163.169.226])by elvira.ekonomikum.uu.se 
>(Postfix) with SMTP id C204C19Cfor <gmx-users at gromacs.org>; Fri, 10 Mar 
>2006 18:21:55 +0100 (MEZ)
>Received: (qmail 45405 invoked from network); 10 Mar 2006 17:21:50 -0000
>Received: from unknown (HELO ?127.0.0.1?) (leafyoung at 155.69.32.11 with 
>plain)by smtp106.mail.sc5.yahoo.com with SMTP; 10 Mar 2006 17:21:50 -0000
>X-Message-Info: A2qyToRgF9RPbZ205RBFFMYPG7KuR1W/tnOUUSTdTbE=
>X-Original-To: gmx-users at gromacs.org
>Delivered-To: gmx-users at xray.bmc.uu.se
>DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; 
>d=yahoo.com;h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding;b=wqfePOpsyU6CUw/K2Bl+uJSvvTOoCfW/RDuX1KaEkoF9WgLQ41gwZ3pVQwFYJf2NLBuKbKHLLUCak9St1CgNr/EQrMrwwJ+aNKZG2VN1o2/Is9du7LaSF3jZGB2eNcriBfs/3EKJfvrEFYlyd1DvFS3lOcfBHcSvqFckmUZALlI=; 
>User-Agent: Thunderbird 1.5 (Windows/20051201)
>References: <BAY114-F21A3EF7260230738D6A358C6ED0 at phx.gbl>
>X-BeenThere: gmx-users at gromacs.org
>X-Mailman-Version: 2.1.4
>Precedence: list
>List-Id: Discussion list for GROMACS users <gmx-users.gromacs.org>
>List-Unsubscribe: 
><http://www.gromacs.org/mailman/listinfo/gmx-users>,<mailto:gmx-users-request at gromacs.org?subject=unsubscribe>
>List-Archive: <http://www.gromacs.org/pipermail/gmx-users>
>List-Post: <mailto:gmx-users at gromacs.org>
>List-Help: <mailto:gmx-users-request at gromacs.org?subject=help>
>List-Subscribe: 
><http://www.gromacs.org/mailman/listinfo/gmx-users>,<mailto:gmx-users-request at gromacs.org?subject=subscribe>
>Errors-To: gmx-users-bounces at gromacs.org
>Return-Path: gmx-users-bounces at gromacs.org
>X-OriginalArrivalTime: 10 Mar 2006 17:26:43.0416 (UTC) 
>FILETIME=[CCC10580:01C64467]
>
>It can be possibly done as you said... =) You may have your difficulty in 
>this but not specified in the mail.
>Use nstep=1 to calculate the energy.
>
>Yang Ye
>
>rob yang wrote:
>>Hi list,
>>is there a way to calculate the energy of a given molecule without having 
>>to put it in a periodic box?.. thanks
>>
>>Rob
>>
>>
>>_______________________________________________
>>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.
>>Can't post? Read http://www.gromacs.org/mailing_lists/users.php
>>
>
>
>_______________________________________________
>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.
>Can't post? Read http://www.gromacs.org/mailing_lists/users.php





More information about the gromacs.org_gmx-users mailing list