Re: [gmx-users] Questions regarding converting .GRO files to .TOP files

2014-06-30 Thread Dr. Vitaly Chaban
I believe x2top works nice only when you have a single molecule in a structure file. Perhaps, the algorithm wants to connect molecules, which are not actually connected, and goes crazy, but it is just a guess. Dr. Vitaly V. Chaban On Mon, Jun 30, 2014 at 5:46 AM, Andy Chao ac...@energiaq.com

Re: [gmx-users] Questions regarding converting .GRO files to .TOP files

2014-06-30 Thread Justin Lemkul
On 6/29/14, 11:46 PM, Andy Chao wrote: Dear GROMACS users: I have a few questions about converting the .GRO files to .TOP files. I first used Python to create a sheet of graphene layer by using the following Python codes: from ase import * from ase.structure import graphene_nanoribbon from

[gmx-users] Questions regarding converting .GRO files to .TOP files

2014-06-29 Thread Andy Chao
Dear GROMACS users: I have a few questions about converting the .GRO files to .TOP files. I first used Python to create a sheet of graphene layer by using the following Python codes: from ase import * from ase.structure import graphene_nanoribbon from ase io.import* gnr1 =