Installation
============

see the file INSTALLATION

Copying / License
=================

see the file COPYING and the manual

Documentation
=============

Documentation for GMCT is found in the directory doc.
The LaTeX sources are compiled in the usual way using
LaTeX and BibTeX. The script make-doc.csh can be used
for this purpose. The compiled GMCT manual is named
gmct.pdf. The manual contains a description of the
programs and their theoretical basis.

Examples
========

Examples are found in the directory examples.
See the README file located therein.

Changelog
=========

version 1.2.5   include a more generic Makefile that uses the standard
                C++ compiler of the system and remove old, system-specific
                Makefiles
version 1.2.4   fixes a minor bug that was only noticed by GCC >=7
                and several compiler warnings by most recent GCC,
                Clang and Intel compilers
version 1.2.3   offers the user more influence on the convergence
                control in Wang-Landau Monte Carlo simulations
version 1.2.2   bugfix in fep-mct.cpp in chimeric_site_move()
                affected Metropolis MC sampling of chimeric
                intermediates in case of multiple global
                conformations
version 1.2.1   minor bugfix in traj-analysis.cpp print_corr()
                related to zlib calling, problem did not occurr
                with zlib versions <= 1.2.5
version 1.2     hybrid-coop program added,
                fixed bug in match_strings which
                could occurr in case of an asterisk
                wildcard
version 1.1     hybrid program added,
                fixed bug in traj-analysis which
                could occurr in case of multiple
                global conformations
version 1.0     initial release
