Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / mdlib / coupling.c
2010-08-25 Rossen ApostolovRedefine the default boolean type to gmx_bool.
2010-08-21 Erik LindahlMerge branch 'release-4-5-patches' of git.gromacs.org...
2010-08-19 Michael ShirtsAdditional fixes to the nsttcouple and nstpcouple worki...
2010-08-18 Erik LindahlMerge branch 'release-4-5-patches' of git.gromacs.org...
2010-08-18 Michael ShirtsMerge branch 'release-4-5-patches' of git@git.gromacs...
2010-08-18 Berk Hessremoved the bNEMD boolean from the main MD loop and...
2010-08-17 Erik LindahlMerge branch 'release-4-5-patches' of git.gromacs.org...
2010-08-17 Michael ShirtsMerge branch 'release-4-5-patches' of git@git.gromacs...
2010-08-17 Berk Hessadded function rescale_velocities
2010-08-03 Berk Hessmade vrescale and Berendsen tcouple work with VV, altho...
2010-07-30 Erik LindahlMerge branch 'master' of git.gromacs.org:gromacs
2010-07-30 Berkadded mdp parameters nsttcouple and nstpcouple
2010-07-10 Michael ShirtsFixed minor formatting conflict.
2010-06-30 David van der SpoelMerge branch 'master' of git.gromacs.org:gromacs
2010-06-28 Berk Hessadded include update.h to coupling.c
2010-06-27 David van der SpoelMerge branch 'master' of git.gromacs.org:gromacs
2010-06-27 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2010-06-27 Michael Shirts*Started to add support of nstcalcenergy to vv versions...
2010-06-20 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2010-06-20 Michael ShirtsEliminating the nstcalc issue with vv -- it should...
2010-06-09 Gerrit GroenhofMerge branch 'master' into qmmm
2010-04-27 Berk Hessresolved merge conflicts
2010-03-02 Roland SchulzMerge branch 'release-4-0-patches'
2010-02-05 David van der SpoelMerge branch 'master' of git.gromacs.org:gromacs
2010-02-04 Berk Hessmade VV bufstate reallocation cleaner
2010-02-03 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2010-02-03 Michael ShirtsFix for memory error affecting parallel simulations...
2010-01-19 David van der SpoelMerge branch 'master' of git@git.gromacs.org:gromacs
2010-01-17 Michael ShirtsRevisions to harmonize velocity verlet with Berk's...
2010-01-13 Carsten KutznerMerge branch 'master' of git@git.gromacs.org:gromacs
2010-01-11 Michael Shirtschanges the nnhchains name to nhchainlength
2010-01-11 Michael ShirtsMerge branch 'master' of git://git.gromacs.org/gromacs
2010-01-11 Berk Hessmade separate arrays for NH pressure variables
2010-01-07 Michael ShirtsMerge branch 'master' of git://git.gromacs.org/gromacs
2010-01-05 Roland SchulzUndo Michael's accidental commits with:
2010-01-04 Michael ShirtsCommented out some checking code useful for the future...
2010-01-04 Michael ShirtsRemoved some legacy "#if 0" code.
2009-12-23 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2009-12-21 David van der SpoelMerge branch 'master' of git@git.gromacs.org:gromacs
2009-12-20 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2009-12-20 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2009-12-20 Michael ShirtsFixed an issue with checkpointing not getting the first...
2009-12-19 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2009-12-19 Michael ShirtsMaking the code thread safe (removing the static ints...
2009-12-17 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2009-12-06 Erik LindahlMerge branch 'release-4-0-patches' of git.gromacs.org...
2009-12-05 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2009-12-04 Michael ShirtsRewrite of the half-step ekin for velocity verlet,...
2009-11-23 Michael ShirtsCommenting cleanup.
2009-11-23 Michael ShirtsApparently works with all the methods now, both with...
2009-11-22 Michael ShirtsChecking in code that does all but NPT average Ekin.
2009-11-20 Michael ShirtsAlmost working now! not vv for average kinetic energy...
2009-11-19 Michael ShirtsPartway through with rationalization of different integ...
2009-11-18 Michael ShirtsFix for kinetic average energy.
2009-11-16 Michael ShirtsBugfixes for reformatting trotter setup.
2009-11-15 Michael ShirtsChanged the organization of trotter updates to make...
2009-11-14 Michael ShirtsRemoved old trotter code
2009-11-14 Michael Shirtschanged setup of trotter decomposition to make it easie...
2009-11-05 Michael ShirtsCommitting changes to have the arguments to compute_glo...
2009-11-04 Michael ShirtsMade functions accessed only in their own file static.
2009-10-25 Michael Shirtsnother bug fix
2009-10-25 Michael Shirtsadded changes to take alpha out of the ir->opts. now...
2009-10-25 Michael ShirtsMade changes suggested by Berk.
2009-10-23 Berk Hessmade the v-rescale thermostat work with -nosum
2009-09-29 Michael ShirtsFixes for parallel running
2009-09-28 Michael ShirtsMinor changes for bookeeping -- increased the NH chains...
2009-09-26 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2009-09-26 Michael ShirtsNow we are getting energy conservation with NPT, and...
2009-09-23 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2009-09-23 Michael ShirtsCode now almost conserves energy. I should investigate...
2009-09-19 Michael ShirtsMaking more drastic changes to try to get a conserved...
2009-09-18 Michael ShirtsA number of changes to try to rationalize constraints...
2009-09-14 David van der SpoelMerge branch 'master' of git@git.gromacs.org:gromacs
2009-09-14 David van der SpoelMerge branch 'master' of git.gromacs.org:gromacs
2009-09-09 Michael ShirtsMerge branch 'master' of git://git.gromacs.org/gromacs
2009-09-09 Erik LindahlMerge branch 'master' of git.gromacs.org:gromacs
2009-09-07 Michael ShirtsA number of changes to gromacs_mrs. Almost working...
2009-09-07 Roland Schulzrenamed gmx_step_t to gmx_large_int_t. gmx_large_int_t...
2009-08-21 Sander PronkMerge branch 'thread_mpi'. Threads should work for...
2009-07-14 Berk Hessadded mdp parameters nstcalcenergy and rlistlong and...
2009-06-04 Erik LindahlRemoved Id tags from master branch since they will...
2009-06-02 hessimplemented exact v-rescale thermostating for small...
2009-02-02 hesschanged most step count variables from int to gmx_step_t
2008-10-09 hessfixed incorrect factor PRESFAC in Parrinello-Rahman...
2008-10-09 hessfixed incorrect factor PRESFAC in Parrinello-Rahman...
2008-10-09 hessadded missing coordinate scaling for Parrinello-Rahman...
2008-10-09 hessadded missing coordinate scaling for Parrinello-Rahman...
2008-09-26 hessadded limits for lambda with V-rescale to avoid crashes...
2008-09-26 hessadded limits for lambda with V-rescale to avoid crashes...
2008-08-11 hesssplit the t_group struct into a gmx_ekindata_t struct...
2008-07-24 hessimplemented velocity rescaling thermostat and fixed...
2008-07-03 hessremoved the t_groups pointer from init_md which caused...
2008-06-10 hessmoved the Berendsen lambda initialization to a separate...
2008-04-11 hessimplemented checkpoint files
2008-02-13 hessimplemented box shape preservation for (semi)isotropic...
2008-01-04 hessmoved the sum_epot call into do_force, added dispcorr...
2007-11-27 hessremoved global variable stdlog
2007-11-15 hessfixed more log prints
2007-09-13 hessimplemented automated nl update also for parrinello...
2007-04-18 hessmdrun now print the conserved energy for NVT Nose-Hoove...
next