Code beautification with uncrustify
[alexxy/gromacs.git] / src / tools / gmx_velacc.c
index 2aae90afef0a9aa92ea1f4ec95123a5ee356b167..06e65779d8c0881049953dbc8e0c46c0a91c2017 100644 (file)
@@ -1,11 +1,11 @@
 /*
- * 
+ *
  *                This source code is part of
- * 
+ *
  *                 G   R   O   M   A   C   S
- * 
+ *
  *          GROningen MAchine for Chemical Simulations
- * 
+ *
  *                        VERSION 3.2.0
  * Written by David van der Spoel, Erik Lindahl, Berk Hess, and others.
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.
- * 
+ *
  * If you want to redistribute modifications, please consider that
  * scientific software is very special. Version control is crucial -
  * bugs must be traceable. We will be happy to consider code for
  * inclusion in the official distribution, but derived work must not
  * be called official GROMACS. Details are found in the README & COPYING
  * files - if they are missing, get the official version at www.gromacs.org.
- * 
+ *
  * To help us fund GROMACS development, we humbly ask that you cite
  * the papers on the package - you can find them in the top README file.
- * 
+ *
  * For more info, check our website at http://www.gromacs.org
- * 
+ *
  * And Hey:
  * Green Red Orange Magenta Azure Cyan Skyblue
  */
 #include "gmx_ana.h"
 #include "gmx_fft.h"
 
-static void index_atom2mol(int *n,atom_id *index,t_block *mols)
+static void index_atom2mol(int *n, atom_id *index, t_block *mols)
 {
-    int nat,i,nmol,mol,j;
+    int nat, i, nmol, mol, j;
 
-    nat = *n;
-    i = 0;
+    nat  = *n;
+    i    = 0;
     nmol = 0;
-    mol = 0;
-    while (i < nat) {
-        while (index[i] > mols->index[mol]) {
+    mol  = 0;
+    while (i < nat)
+    {
+        while (index[i] > mols->index[mol])
+        {
             mol++;
             if (mol >= mols->nr)
-                gmx_fatal(FARGS,"Atom index out of range: %d",index[i]+1);
+            {
+                gmx_fatal(FARGS, "Atom index out of range: %d", index[i]+1);
+            }
         }
-        for(j=mols->index[mol]; j<mols->index[mol+1]; j++) {
+        for (j = mols->index[mol]; j < mols->index[mol+1]; j++)
+        {
             if (i >= nat || index[i] != j)
-                gmx_fatal(FARGS,"The index group does not consist of whole molecules");
+            {
+                gmx_fatal(FARGS, "The index group does not consist of whole molecules");
+            }
             i++;
         }
         index[nmol++] = mol;
     }
 
-    fprintf(stderr,"\nSplit group of %d atoms into %d molecules\n",nat,nmol);
+    fprintf(stderr, "\nSplit group of %d atoms into %d molecules\n", nat, nmol);
 
     *n = nmol;
 }
 
-static void precalc(t_topology top,real normm[]){
+static void precalc(t_topology top, real normm[])
+{
 
     real mtot;
-    int i,j,k,l;
+    int  i, j, k, l;
 
-    for(i=0;i<top.mols.nr;i++){
-        k=top.mols.index[i];
-        l=top.mols.index[i+1];
-        mtot=0.0;
+    for (i = 0; i < top.mols.nr; i++)
+    {
+        k    = top.mols.index[i];
+        l    = top.mols.index[i+1];
+        mtot = 0.0;
 
-        for(j=k;j<l;j++)
-            mtot+=top.atoms.atom[j].m;
+        for (j = k; j < l; j++)
+        {
+            mtot += top.atoms.atom[j].m;
+        }
 
-        for(j=k;j<l;j++)
-            normm[j]=top.atoms.atom[j].m/mtot;
+        for (j = k; j < l; j++)
+        {
+            normm[j] = top.atoms.atom[j].m/mtot;
+        }
 
     }
 
 }
 
-static void calc_spectrum(int n,real c[],real dt,const char *fn,
-                          output_env_t oenv,gmx_bool bRecip)
+static void calc_spectrum(int n, real c[], real dt, const char *fn,
+                          output_env_t oenv, gmx_bool bRecip)
 {
-    FILE *fp;
+    FILE     *fp;
     gmx_fft_t fft;
-    int  i,status;
-    real *data;
-    real nu,omega,recip_fac;
+    int       i, status;
+    real     *data;
+    real      nu, omega, recip_fac;
 
-    snew(data,n*2);
-    for(i=0; (i<n); i++)
+    snew(data, n*2);
+    for (i = 0; (i < n); i++)
+    {
         data[i] = c[i];
+    }
 
-    if ((status = gmx_fft_init_1d_real(&fft,n,GMX_FFT_FLAG_NONE)) != 0)
+    if ((status = gmx_fft_init_1d_real(&fft, n, GMX_FFT_FLAG_NONE)) != 0)
     {
-        gmx_fatal(FARGS,"Invalid fft return status %d",status);
+        gmx_fatal(FARGS, "Invalid fft return status %d", status);
     }
-    if ((status = gmx_fft_1d_real(fft, GMX_FFT_REAL_TO_COMPLEX,data,data)) != 0)
+    if ((status = gmx_fft_1d_real(fft, GMX_FFT_REAL_TO_COMPLEX, data, data)) != 0)
     {
-        gmx_fatal(FARGS,"Invalid fft return status %d",status);
+        gmx_fatal(FARGS, "Invalid fft return status %d", status);
     }
-    fp = xvgropen(fn,"Vibrational Power Spectrum",
+    fp = xvgropen(fn, "Vibrational Power Spectrum",
                   bRecip ? "\\f{12}w\\f{4} (cm\\S-1\\N)" :
                   "\\f{12}n\\f{4} (ps\\S-1\\N)",
-                  "a.u.",oenv);
+                  "a.u.", oenv);
     /* This is difficult.
      * The length of the ACF is dt (as passed to this routine).
      * We pass the vacf with N time steps from 0 to dt.
@@ -145,23 +160,23 @@ static void calc_spectrum(int n,real c[],real dt,const char *fn,
      * 1e7 is to convert nanometer to cm
      */
     recip_fac = bRecip ? (1e7/SPEED_OF_LIGHT) : 1.0;
-    for(i=0; (i<n); i+=2) 
+    for (i = 0; (i < n); i += 2)
     {
-        nu = i/(2*dt);
+        nu    = i/(2*dt);
         omega = nu*recip_fac;
         /* Computing the square magnitude of a complex number, since this is a power
          * spectrum.
          */
-        fprintf(fp,"%10g  %10g\n",omega,sqr(data[i])+sqr(data[i+1]));
+        fprintf(fp, "%10g  %10g\n", omega, sqr(data[i])+sqr(data[i+1]));
     }
     xvgrclose(fp);
     gmx_fft_destroy(fft);
     sfree(data);
 }
 
-int gmx_velacc(int argc,char *argv[])
+int gmx_velacc(int argc, char *argv[])
 {
-    const char *desc[] = {
+    const char     *desc[] = {
         "[TT]g_velacc[tt] computes the velocity autocorrelation function.",
         "When the [TT]-m[tt] option is used, the momentum autocorrelation",
         "function is calculated.[PAR]",
@@ -173,9 +188,9 @@ int gmx_velacc(int argc,char *argv[])
         "and that the time interval between data collection points is",
         "much shorter than the time scale of the autocorrelation."
     };
-  
-    static gmx_bool bMass=FALSE,bMol=FALSE,bRecip=TRUE;
-    t_pargs pa[] = {
+
+    static gmx_bool bMass = FALSE, bMol = FALSE, bRecip = TRUE;
+    t_pargs         pa[]  = {
         { "-m", FALSE, etBOOL, {&bMass},
           "Calculate the momentum autocorrelation function" },
         { "-recip", FALSE, etBOOL, {&bRecip},
@@ -184,137 +199,169 @@ int gmx_velacc(int argc,char *argv[])
           "Calculate the velocity acf of molecules" }
     };
 
-    t_topology top;
-    int        ePBC=-1;
-    t_trxframe fr;
-    matrix     box;
-    gmx_bool       bTPS=FALSE,bTop=FALSE;
-    int        gnx;
-    atom_id    *index;
-    char       *grpname;
-    char       title[256];
-    /* t0, t1 are the beginning and end time respectively. 
+    t_topology      top;
+    int             ePBC = -1;
+    t_trxframe      fr;
+    matrix          box;
+    gmx_bool        bTPS = FALSE, bTop = FALSE;
+    int             gnx;
+    atom_id        *index;
+    char           *grpname;
+    char            title[256];
+    /* t0, t1 are the beginning and end time respectively.
      * dt is the time step, mass is temp variable for atomic mass.
      */
-    real       t0,t1,dt,mass;
-    t_trxstatus *status;
-    int        counter,n_alloc,i,j,counter_dim,k,l;
-    rvec       mv_mol;
+    real              t0, t1, dt, mass;
+    t_trxstatus      *status;
+    int               counter, n_alloc, i, j, counter_dim, k, l;
+    rvec              mv_mol;
     /* Array for the correlation function */
-    real       **c1;
-    real             *normm=NULL;
-    output_env_t oenv;
-  
+    real            **c1;
+    real             *normm = NULL;
+    output_env_t      oenv;
+
 #define NHISTO 360
-    
+
     t_filenm  fnm[] = {
         { efTRN, "-f",    NULL,   ffREAD  },
-        { efTPS, NULL,    NULL,   ffOPTRD }, 
+        { efTPS, NULL,    NULL,   ffOPTRD },
         { efNDX, NULL,    NULL,   ffOPTRD },
         { efXVG, "-o",    "vac",  ffWRITE },
         { efXVG, "-os",   "spectrum", ffOPTWR }
     };
 #define NFILE asize(fnm)
-    int     npargs;
-    t_pargs *ppa;
+    int       npargs;
+    t_pargs  *ppa;
 
     npargs = asize(pa);
-    ppa    = add_acf_pargs(&npargs,pa);
-    parse_common_args(&argc,argv,PCA_CAN_VIEW | PCA_CAN_TIME | PCA_BE_NICE,
-                      NFILE,fnm,npargs,ppa,asize(desc),desc,0,NULL,&oenv);
+    ppa    = add_acf_pargs(&npargs, pa);
+    parse_common_args(&argc, argv, PCA_CAN_VIEW | PCA_CAN_TIME | PCA_BE_NICE,
+                      NFILE, fnm, npargs, ppa, asize(desc), desc, 0, NULL, &oenv);
 
-    if (bMol || bMass) {
-        bTPS = ftp2bSet(efTPS,NFILE,fnm) || !ftp2bSet(efNDX,NFILE,fnm);
+    if (bMol || bMass)
+    {
+        bTPS = ftp2bSet(efTPS, NFILE, fnm) || !ftp2bSet(efNDX, NFILE, fnm);
     }
 
-    if (bTPS) {
-        bTop=read_tps_conf(ftp2fn(efTPS,NFILE,fnm),title,&top,&ePBC,NULL,NULL,box,
-                           TRUE);
-        get_index(&top.atoms,ftp2fn_null(efNDX,NFILE,fnm),1,&gnx,&index,&grpname);
-    } else
-        rd_index(ftp2fn(efNDX,NFILE,fnm),1,&gnx,&index,&grpname);
+    if (bTPS)
+    {
+        bTop = read_tps_conf(ftp2fn(efTPS, NFILE, fnm), title, &top, &ePBC, NULL, NULL, box,
+                             TRUE);
+        get_index(&top.atoms, ftp2fn_null(efNDX, NFILE, fnm), 1, &gnx, &index, &grpname);
+    }
+    else
+    {
+        rd_index(ftp2fn(efNDX, NFILE, fnm), 1, &gnx, &index, &grpname);
+    }
 
-    if (bMol) {
+    if (bMol)
+    {
         if (!bTop)
-            gmx_fatal(FARGS,"Need a topology to determine the molecules");
-        snew(normm,top.atoms.nr);
-        precalc(top,normm);
-        index_atom2mol(&gnx,index,&top.mols);
+        {
+            gmx_fatal(FARGS, "Need a topology to determine the molecules");
+        }
+        snew(normm, top.atoms.nr);
+        precalc(top, normm);
+        index_atom2mol(&gnx, index, &top.mols);
     }
-  
+
     /* Correlation stuff */
-    snew(c1,gnx);
-    for(i=0; (i<gnx); i++)
-        c1[i]=NULL;
-  
-    read_first_frame(oenv,&status,ftp2fn(efTRN,NFILE,fnm),&fr,TRX_NEED_V);
-    t0=fr.time;
-      
-    n_alloc=0;
-    counter=0;
-    do {
-        if (counter >= n_alloc) {
-            n_alloc+=100;
-            for(i=0; i<gnx; i++)
-                srenew(c1[i],DIM*n_alloc);
+    snew(c1, gnx);
+    for (i = 0; (i < gnx); i++)
+    {
+        c1[i] = NULL;
+    }
+
+    read_first_frame(oenv, &status, ftp2fn(efTRN, NFILE, fnm), &fr, TRX_NEED_V);
+    t0 = fr.time;
+
+    n_alloc = 0;
+    counter = 0;
+    do
+    {
+        if (counter >= n_alloc)
+        {
+            n_alloc += 100;
+            for (i = 0; i < gnx; i++)
+            {
+                srenew(c1[i], DIM*n_alloc);
+            }
         }
-        counter_dim=DIM*counter;
+        counter_dim = DIM*counter;
         if (bMol)
-            for(i=0; i<gnx; i++) {
+        {
+            for (i = 0; i < gnx; i++)
+            {
                 clear_rvec(mv_mol);
-                k=top.mols.index[index[i]];
-                l=top.mols.index[index[i]+1];
-                for(j=k; j<l; j++) {
+                k = top.mols.index[index[i]];
+                l = top.mols.index[index[i]+1];
+                for (j = k; j < l; j++)
+                {
                     if (bMass)
+                    {
                         mass = top.atoms.atom[j].m;
+                    }
                     else
+                    {
                         mass = normm[j];
+                    }
                     mv_mol[XX] += mass*fr.v[j][XX];
                     mv_mol[YY] += mass*fr.v[j][YY];
                     mv_mol[ZZ] += mass*fr.v[j][ZZ];
                 }
-                c1[i][counter_dim+XX]=mv_mol[XX];
-                c1[i][counter_dim+YY]=mv_mol[YY];
-                c1[i][counter_dim+ZZ]=mv_mol[ZZ];
+                c1[i][counter_dim+XX] = mv_mol[XX];
+                c1[i][counter_dim+YY] = mv_mol[YY];
+                c1[i][counter_dim+ZZ] = mv_mol[ZZ];
             }
+        }
         else
-            for(i=0; i<gnx; i++) {
+        {
+            for (i = 0; i < gnx; i++)
+            {
                 if (bMass)
+                {
                     mass = top.atoms.atom[index[i]].m;
+                }
                 else
+                {
                     mass = 1;
-                c1[i][counter_dim+XX]=mass*fr.v[index[i]][XX];
-                c1[i][counter_dim+YY]=mass*fr.v[index[i]][YY];
-                c1[i][counter_dim+ZZ]=mass*fr.v[index[i]][ZZ];
+                }
+                c1[i][counter_dim+XX] = mass*fr.v[index[i]][XX];
+                c1[i][counter_dim+YY] = mass*fr.v[index[i]][YY];
+                c1[i][counter_dim+ZZ] = mass*fr.v[index[i]][ZZ];
             }
+        }
 
-        t1=fr.time;
+        t1 = fr.time;
+
+        counter++;
+    }
+    while (read_next_frame(oenv, status, &fr));
 
-        counter ++;
-    } while (read_next_frame(oenv,status,&fr));
-  
     close_trj(status);
 
     if (counter >= 4)
     {
-      /* Compute time step between frames */
-      dt = (t1-t0)/(counter-1);
-      do_autocorr(opt2fn("-o",NFILE,fnm), oenv,
-                 bMass ? 
-                 "Momentum Autocorrelation Function" :
-                 "Velocity Autocorrelation Function",
-                 counter,gnx,c1,dt,eacVector,TRUE);
-
-      do_view(oenv,opt2fn("-o",NFILE,fnm),"-nxy");
-
-      if (opt2bSet("-os",NFILE,fnm)) {
-        calc_spectrum(counter/2,(real *) (c1[0]),(t1-t0)/2,opt2fn("-os",NFILE,fnm),
-                      oenv,bRecip);
-        do_view(oenv,opt2fn("-os",NFILE,fnm),"-nxy");
-      }
+        /* Compute time step between frames */
+        dt = (t1-t0)/(counter-1);
+        do_autocorr(opt2fn("-o", NFILE, fnm), oenv,
+                    bMass ?
+                    "Momentum Autocorrelation Function" :
+                    "Velocity Autocorrelation Function",
+                    counter, gnx, c1, dt, eacVector, TRUE);
+
+        do_view(oenv, opt2fn("-o", NFILE, fnm), "-nxy");
+
+        if (opt2bSet("-os", NFILE, fnm))
+        {
+            calc_spectrum(counter/2, (real *) (c1[0]), (t1-t0)/2, opt2fn("-os", NFILE, fnm),
+                          oenv, bRecip);
+            do_view(oenv, opt2fn("-os", NFILE, fnm), "-nxy");
+        }
     }
-    else {
-      fprintf(stderr,"Not enough frames in trajectory - no output generated.\n");
+    else
+    {
+        fprintf(stderr, "Not enough frames in trajectory - no output generated.\n");
     }
 
     thanx(stderr);