Program: gmx mdrun, version 2019.6
Source file: src/gromacs/mdlib/sim_util.cpp (line 752)
MPI rank: 1 (out of 6)
Fatal error:
Step 0: The total potential energy is inf, which is not finite. The LJ and
electrostatic contributions to the energy are inf and 0, respectively. A
non-finite potential energy can be caused by overlapping interactions in
bonded interactions or very large or Nan coordinate values. Usually this is
caused by a badly- or non-equilibrated initial configuration, incorrect
interactions or parameters in the topology.
For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors
I am running a minimization script, but I don't see why energy is blowing up.Ā
I also am unsure of what the table_b1.xvg and table_a1.xvg files are for. I naively got these files from the hexane tutorial. What are these files for? How do I make them?
I have attached my grommp.mdp, conf.gro, settings.xml, topol.top and tables files.Ā Ā
Any advice you have would be appreciated!Ā
Thank you for your advice, Christoph.ĀHow do you recommend I use harmonic potentials for a CG simulation? I have the bond.dist.new histogram after I did my mapping, I can use the modal bond length I obtained from that. However, what can I use as my spring constant?Ā
Using csg_boltzmann on my bond distribution, I obtained the table at 298 K and set bond, however, the table that was created started at 0.19 nm. My question is, when performing a boltzmann inversion on the bond distribution, how do we treat the bins with a height of 0? should the number at that point simply be inf?
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/5b85becb-b3ce-414e-8409-d6f2399e7a81n%40googlegroups.com.
csg_inverse --options settings.xml --debug
This is also something that I saw...Ā
123: die "All data points from file '$infile' are invalid after Boltzmann inversion, please check if your distribution is a valid dist.\n" if ($valid_i==-1);
126: my $first=undef;
127: for (my $i=$valid_i;$i>=0;$i--){
128: if ($flag[$i] eq "u") {
134: $first=0 unless defined $first;
137: my $last=undef;
138: for (my $i=$valid_i;$i<=$#pot;$i++){
139: if ($flag[$i] eq "u") {
139: if ($flag[$i] eq "u") {
139: if ($flag[$i] eq "u") {
139: if ($flag[$i] eq "u") {
139: if ($flag[$i] eq "u") {
139: if ($flag[$i] eq "u") {
139: if ($flag[$i] eq "u") {
145: $last=$#pot unless defined $last;
146: my $n=10;
147: my $valid=$last-$first+1;
148: die "Only $valid points are valid after Boltzmann inversion from file '$infile', please check if your distribution is a valid dist.\n" if ($valid < $n);Does this imply that I have to run post-processing?
My question is, I see the same zeros in the hexane bond.dist.tgt file, but I did not receive an error when I ran that simulation: why is that?
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/51ef0700-6df2-43d9-8f62-2a5d6f196e76n%40googlegroups.com.
csg_resample --in bond.dist.new --out bond.dist.newer --grid 0:0.001:1
On Wed, Apr 7, 2021 at 11:23 PM Satyen Dhamankar <saty...@gmail.com> wrote:
>
> I apologize for the incessant questioning...
> But this is the procedure i have followed:
> I ran a all-atom simulation on gromacs, obtained all the necessary file (topol.trr, conf.gro, ener.edr, traj.trr).
> I wrote a mapping file to turn benzene into a two-bead structure.
> Once I got these files, I ran the following command:
> csg_boltzmann --top 600-c6h6-MolDynamics.tpr --trj 600-c6h6-MolDynamics.trr --cg benzene.xml < boltzmann_cmds
> where boltzmann_cmds is:
>
> hist bond.dist.ib *bond*
> q
>
> I got bond.dist.ibi, bond.dist.new from this. I also received A-A.dist.new from:
> csg_stat --top 600-c6h6-MolDynamics.tpr --trj 600-c6h6-MolDynamics.trr --cg benzene.xml --options settings.xml --nt 6 --begin 200
>
> My bond.dist.new has no u's in the third column. However, it has values only from 0.192 to 0.204 - so a very small range.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e5dHtWcyVi%3DLm59UaRHkAhTvnC1yA17TQcRicmdj08HXA%40mail.gmail.com.