Re: AMBER: using periodic boundary conditions to create infinite double helix

From: Bill Ross <ross.cgl.ucsf.edu>
Date: Wed, 16 Nov 2005 16:34:53 -0800 (PST)

> > Also, could somebody please direct me
> > to the leap source code in which periodic boundary conditions are set?
>
> Leap doesn't really know much about periodic boundary conditions. It can
> "solvate" a system using a rectangular unit cell, or a truncated octahedron.
> These two options are hard-wired: I don't think(?) that it has any general
> notion of periodicity. Also, it doesn't know how to find minimum images, or
> anything else related to the enegies of periodic systems.
>
> I could be wrong...there is hidden stuff inside LEaP known to only a few
> people :-)

The setBox cmd is the other place I know of where a box is set.

One way to figure out any program from source code is to grep the commands
it takes in the source, e.g.

% grep -i setbox *.c

and then look for the most promising strings in the relevant files and
work from there with more searches and greps.

Bill
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Thu Nov 17 2005 - 00:53:02 PST
Custom Search