[gmx-users] Re: periodic surface minimization

2013-10-30 Thread escajarro
I found the problem finally. It had to do with the fact that my charge groups contained atoms in different residue. I just defined one charge group for every atom, and everything worked. -- View this message in context: http://gromacs.5086.x6.nabble.com/periodic-surface-minimization-tp5011423p501

[gmx-users] periodic surface minimization

2013-09-24 Thread escajarro
Dear list members, I am trying to simulate an infinite layer of quartz in Gromacs. Due to my needs (afterwards I need to place a large molecule on top of it) the surface must be at least 12x12 nm^2. I generated the input files from a pdb file of the structure, and adapted the OPLS force field to m

[gmx-users] Re: gmx 4.6 mpi installation through openmpi?

2013-06-04 Thread escajarro
I received this answer: Mark Abraham Mon, 03 Jun 2013 08:02:56 -0700 That looks like there's a PGI compiler getting used at some point (perhaps the internal FFTW build is picking up the CC environment var? I forget how that gets its compiler!). If you do find * -name config.log then perhaps you c

[gmx-users] Re: gmx 4.6 mpi installation through openmpi?

2013-06-03 Thread escajarro
Hello all, I have a very similar problem, but compiling both Gromacs 4.6 and 4.6.1 with cmake and MPI support (no problems with non-MPI installation). I have cmake version 2.8.7, openmpi version 1.4.1, and I am using gcc version 4.6.3 in a linux Ubuntu 4.6.3. I use the cmake options: cmake -DGMX_

[gmx-users] Re: what do Coul-SR, LJ-SR, Coul-14 and LJ-14 mean in g_energy

2013-02-12 Thread escajarro
Hello all, I am afraid that, after reading all the documentation I could find about Coul-SR and LJ-SR, I still do not understand what these terms account for. I am running a simulation of one single polymer chain in water. My values for cut-off radious are rlist=rcoulomb=rvdw=1.5, I am using PME

[gmx-users] RE: No default Proper Dih. types

2013-01-17 Thread escajarro
Thank you! That clarifies it, I will redefine the residues. This definition was good enough for an all-atom force field, but it seems that not for this. -- View this message in context: http://gromacs.5086.n6.nabble.com/No-default-Proper-Dih-types-tp4442749p5004659.html Sent from the GROMACS

[gmx-users] RE: No default Proper Dih. types

2013-01-17 Thread escajarro
Thank you Justin, but there is still something I do not understand. Could you please help me with it? I believe that with the line -CB CA1 +CB +CA1 gd_34 in aminoacids.rtp I am defining the torsion the program is complaining about. I also tried with a line -CH3 CH1 +CH2 +CH1 gd_34

[gmx-users] RE: No default Proper Dih. types

2013-01-16 Thread escajarro
Hello all, I have the same problem, but I think the dihedral is properly defined. I am running a polymer with the G53A6 force field. First I use pdb2gmx to generate a conf and a top file. When I run grompp, I have the error(s): ERROR 1 [file topol.top, line 1507]: No default Proper Dih. types

[gmx-users] Re: Potential energy from a previous configuration mismatch

2012-12-03 Thread escajarro
Yes, that seems to be the problem. I minimized the configuration using Conjugated Gradient and everything looks right now. Thank you again! -- View this message in context: http://gromacs.5086.n6.nabble.com/Potential-energy-from-a-previous-configuration-mismatch-tp5003352p5003432.html Sent fro

[gmx-users] Re: Potential energy from a previous configuration mismatch

2012-11-30 Thread escajarro
I do have constraints, all the bond lengths are fixed and they are specified in the topology file. Am I doing something wrong? I copy here the definition of one of the models I use. I also tried using in the input the line: constraints = all-bonds instead of constraints

[gmx-users] Re: Potential energy from a previous configuration mismatch

2012-11-30 Thread escajarro
Thanks for the tip about nstlist, I will make good use of it. I also tried the NPT and the NVT ensembles with different temperatures and pressures, and I always had blow-up and large energies. Now I tried decreasing the time step up to 10 times, but still have blow-up problem and the potential en

[gmx-users] Re: Potential energy from a previous configuration mismatch

2012-11-29 Thread escajarro
This is my mdp file for energy minimization: constraints = none ; integration parameters integrator = l-bfgs dt = 0.00 nsteps= 15000 ; center of mass removal nstcomm = 10 comm_mode = Linear ; ne

[gmx-users] Re: Could not converge NPT constraints

2012-10-10 Thread escajarro
Thank you, At the end the problem was solved just increasing the time coupling constant of the barostat tau_p. The original value of 0.15 that I set at the beginning was too small, with 0.5 works fine. -- View this message in context: http://gromacs.5086.n6.nabble.com/Could-not-converge-NPT-c