Remove some pieces from forcerec.h
[alexxy/gromacs.git] / src / gromacs / mdlib / mdebin.h
1 /*
2  * This file is part of the GROMACS molecular simulation package.
3  *
4  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
5  * Copyright (c) 2001-2004, The GROMACS development team.
6  * Copyright (c) 2013,2014,2015,2016,2017,2018, by the GROMACS development team, led by
7  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
8  * and including many others, as listed in the AUTHORS file in the
9  * top-level source directory and at http://www.gromacs.org.
10  *
11  * GROMACS is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU Lesser General Public License
13  * as published by the Free Software Foundation; either version 2.1
14  * of the License, or (at your option) any later version.
15  *
16  * GROMACS is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19  * Lesser General Public License for more details.
20  *
21  * You should have received a copy of the GNU Lesser General Public
22  * License along with GROMACS; if not, see
23  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
24  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
25  *
26  * If you want to redistribute modifications to GROMACS, please
27  * consider that scientific software is very special. Version
28  * control is crucial - bugs must be traceable. We will be happy to
29  * consider code for inclusion in the official distribution, but
30  * derived work must not be called official GROMACS. Details are found
31  * in the README & COPYING files - if they are missing, get the
32  * official version at http://www.gromacs.org.
33  *
34  * To help us fund GROMACS development, we humbly ask that you cite
35  * the research papers on the package. Check out http://www.gromacs.org.
36  */
37 #ifndef GMX_MDLIB_MDEBIN_H
38 #define GMX_MDLIB_MDEBIN_H
39
40 #include <stdio.h>
41
42 #include "gromacs/fileio/enxio.h"
43 #include "gromacs/mdlib/ebin.h"
44 #include "gromacs/mdtypes/enerdata.h"
45
46 class energyhistory_t;
47 struct gmx_ekindata_t;
48 struct gmx_enerdata_t;
49 struct gmx_mtop_t;
50 struct gmx_output_env_t;
51 struct t_expanded;
52 struct t_fcdata;
53 struct t_grpopts;
54 struct t_lambda;
55 class t_state;
56
57 namespace gmx
58 {
59 class Awh;
60 class Constraints;
61 }
62
63 extern const char *egrp_nm[egNR+1];
64
65 /* The functions & data structures here determine the content for outputting
66    the .edr file; the file format and actual writing is done with functions
67    defined in enxio.h */
68
69 /* forward declaration */
70 typedef struct t_mde_delta_h_coll t_mde_delta_h_coll;
71
72
73 /* This is the collection of energy averages collected during mdrun, and to
74    be written out to the .edr file. */
75 typedef struct t_mdebin {
76     double              delta_t;
77     t_ebin             *ebin;
78     int                 ie, iconrmsd, ib, ivol, idens, ipv, ienthalpy;
79     int                 isvir, ifvir, ipres, ivir, isurft, ipc, itemp, itc, itcb, iu, imu;
80     int                 ivcos, ivisc;
81     int                 nE, nEg, nEc, nTC, nTCP, nU, nNHC;
82     int                *igrp;
83     int                 mde_n, mdeb_n;
84     real               *tmp_r;
85     rvec               *tmp_v;
86     gmx_bool            bConstr;
87     gmx_bool            bConstrVir;
88     gmx_bool            bTricl;
89     gmx_bool            bDynBox;
90     gmx_bool            bNHC_trotter;
91     gmx_bool            bPrintNHChains;
92     gmx_bool            bMTTK;
93     gmx_bool            bMu; /* true if dipole is calculated */
94     gmx_bool            bDiagPres;
95     int                 f_nre;
96     int                 epc;
97     real                ref_p;
98     int                 etc;
99     int                 nCrmsd;
100     gmx_bool            bEner[F_NRE];
101     gmx_bool            bEInd[egNR];
102     char              **print_grpnms;
103
104     FILE               *fp_dhdl; /* the dhdl.xvg output file */
105     double             *dE;      /* energy components for dhdl.xvg output */
106     t_mde_delta_h_coll *dhc;     /* the delta U components (raw data + histogram) */
107     real               *temperatures;
108 } t_mdebin;
109
110
111 /* delta_h block type enum: the kinds of energies written out. */
112 enum
113 {
114     dhbtDH   = 0, /* delta H BAR energy difference*/
115     dhbtDHDL = 1, /* dH/dlambda derivative */
116     dhbtEN,       /* System energy */
117     dhbtPV,       /* pV term */
118     dhbtEXPANDED, /* expanded ensemble statistics */
119     dhbtNR
120 };
121
122
123
124 t_mdebin *init_mdebin(ener_file_t       fp_ene,
125                       const gmx_mtop_t *mtop,
126                       const t_inputrec *ir,
127                       FILE             *fp_dhdl);
128 /* Initiate MD energy bin and write header to energy file. */
129
130 //! Destroy mdebin
131 void done_mdebin(t_mdebin *mdebin);
132
133 FILE *open_dhdl(const char *filename, const t_inputrec *ir,
134                 const gmx_output_env_t *oenv);
135 /* Open the dhdl file for output */
136
137 /* update the averaging structures. Called every time
138    the energies are evaluated. */
139 void upd_mdebin(t_mdebin                 *md,
140                 gmx_bool                  bDoDHDL,
141                 gmx_bool                  bSum,
142                 double                    time,
143                 real                      tmass,
144                 gmx_enerdata_t           *enerd,
145                 t_state                  *state,
146                 t_lambda                 *fep,
147                 t_expanded               *expand,
148                 matrix                    lastbox,
149                 tensor                    svir,
150                 tensor                    fvir,
151                 tensor                    vir,
152                 tensor                    pres,
153                 gmx_ekindata_t           *ekind,
154                 rvec                      mu_tot,
155                 const gmx::Constraints   *constr);
156
157 void upd_mdebin_step(t_mdebin *md);
158 /* Updates only the step count in md */
159
160 void print_ebin_header(FILE *log, gmx_int64_t steps, double time);
161
162 void print_ebin(ener_file_t fp_ene, gmx_bool bEne, gmx_bool bDR, gmx_bool bOR,
163                 FILE *log,
164                 gmx_int64_t step, double time,
165                 int mode,
166                 t_mdebin *md, t_fcdata *fcd,
167                 gmx_groups_t *groups, t_grpopts *opts,
168                 gmx::Awh *awh);
169
170
171
172 /* Between .edr writes, the averages are history dependent,
173    and that history needs to be retained in checkpoints.
174    These functions set/read the energyhistory_t class
175    that is written to checkpoints in checkpoint.c */
176
177 /* Set the energyhistory_t data from a mdebin structure */
178 void update_energyhistory(energyhistory_t * enerhist, const t_mdebin * mdebin);
179
180 /* Read the energyhistory_t data to a mdebin structure*/
181 void restore_energyhistory_from_state(t_mdebin              * mdebin,
182                                       const energyhistory_t * enerhist);
183
184 #endif