[go: up one dir, main page]

Menu

Tree [r1130] / trunk /
 History

HTTPS access


File Date Author Commit
 Client 2011-02-19 chrismorl [r634]
 Documentation 2015-04-25 chrismorl [r1126] PDF versions of Robin's tutorials to be used in...
 MesmerGUI 2015-02-04 chrismorl [r1080] Try again to remove Django files
 MesmerQA 2015-05-03 struanr [r1130] * SensitivityAnalysis.cpp: Fixed incorrect vect...
 Windows VC10 2014-10-03 chrismorl [r1059] Put MolecularComponents into separate files. De...
 Windows VC12 2015-04-15 chrismorl [r1118] Add missing files in Windows V12 build; improve...
 bin 2008-01-14 alvynliang [r106] * Modified Mesmer.dvi, Mesmer.tex.
 examples 2015-04-28 struanr [r1128] Update of test shell scripts to include sensiti...
 mesmer.xcodeproj 2010-07-27 alvynliang [r590] removed 1D FGH approach from the trunk
 qd 2012-12-07 chrismorl [r778] Added graph for Average Energy of isomers.
 schemas 2015-03-25 chrismorl [r1108] Correct Firefox output from Sensitivity Analysis.
 sketchup 2009-08-28 alvynliang [r434] * Ability to draw 3D molecules in SketchUp.
 src 2015-05-03 struanr [r1130] * SensitivityAnalysis.cpp: Fixed incorrect vect...
 tinyxml 2015-02-04 chrismorl [r1078] Remove Django files
 Build.sh 2012-03-13 struanr [r711] Simple shell script to automate Linux build.
 ChangeLog 2015-05-03 struanr [r1130] * SensitivityAnalysis.cpp: Fixed incorrect vect...
 License.txt 2013-02-04 chrismorl [r815] Add examples baselines and context menu item to...
 README 2009-06-15 struanr [r403] Change of details.
 ToDo 2009-02-24 alvynliang [r316] * Moved countDimerCellDOS() to the end of Mol...
 chemStrucEL.xsl 2015-04-25 chrismorl [r1126] PDF versions of Robin's tutorials to be used in...
 defaults.xml 2015-03-19 chrismorl [r1106] Modified XML names in SensitivityAnalysis for c...
 librarymols.xml 2015-02-21 chrismorl [r1093] Modify handling of energy conventions
 mesmer1.xsl 2015-04-30 chrismorl [r1129] Check there are sufficient temperature points t...
 mesmer2.xsl 2010-11-08 chrismorl [r607] Add <description> and tidy metadata
 mesmerDiag.xsl 2015-02-07 chrismorl [r1082] Extended thermodynamics output, NASA polynomial...
 popDiag.xsl 2012-12-07 chrismorl [r778] Added graph for Average Energy of isomers.
 punch.xsl 2011-04-16 chrismorl [r645] added loss rates to 'punch' output
 punchout.bat 2010-03-31 chrismorl [r518] Making punch file from XML output
 switchcontent.xsl 2008-06-30 chrismorl [r173] progress on DiagramTest

Read Me

------------------------------------------------------------------------
* Master Equation Solver for Multi Energy-well Reactions (MESMER)
*
* Struan H. Robertson                   struanhrobertson@gmail.com
* Chris Morley                          c.morley@gaseq.co.uk
* Chi-Hsiu Liang         Univ. Leeds    c.h.liang@leeds.ac.uk
* David Glowacki         Univ. Leeds    chmdrgl@leeds.ac.uk
------------------------------------------------------------------------

I.   Introduction
II.  Directories and Files
III. Installation



Introduction
------------

The program is named MESMER, which stands for Master Equation Solver for Multi-Energy well Reactions. 
It is is capable of solving the energy grained master equation (EGME) for a unimolecular system composed of an arbitrary 
number of wells, transition states, sinks, and reactants.
ollowing features are provided in this program:
1. Use standard XML data representation as input stream, in which comments are easily inserted/removed to assist human readability. 
2. Open source C++ codes, that can be compiled on most plateforms. 
3. References are given in proper positions where the methodologies are used.
4. MESMER is released with a GNU LESSER GENERAL PUBLIC LICENSE, see license.txt.


Directories and Files
---------------------

Main directories are listed:
/src                      all source files
/bin                      binaries files from UNIX/Linux systems are exported
/MesmerQA                 Qaulity Assesment files
/Windows VC8              Windows porject files
/Documentation            documentation
/examples                 example input files
/qd                       quad-double/double-double library from Yozo Hida et al. (http://www.cs.berkeley.edu/~yozo/)
/tinyxml                  tinyxml library, given ability of reading/writing XML files



Installation
------------

-- Install libraries
QD: The installation of library qd has to be made to the system default directory, 
which is "/usr/local" for many UNIX/Linux systems. To install qd on your platform 
please follow the direction of the file INSTALL in the qd directory. 

TINYXML: