Changes between Version 15 and Version 16 of WikiStart


Ignore:
Timestamp:
Jul 6, 2010, 12:57:20 PM (16 years ago)
Author:
FrederikHeber
Comment:

reformulated follow-ups

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v15 v16  
    33Molecuilder is meant as the end to all those pesky little perl and python scripts - at least for creating molecular configurations to be used in the context of quantum mechanical calculations and molecular dynamics simulations. It parses xyz, pcp, mpqc and tremolo data files, it recognizes bond structures and splits a system up into disconnected molecules, it can translate, rotate molecules. It stores xyz, pcp, mpqc and tremolo data files. If something is missing that you need, this is the toolbox to create it in a likewise simple manner as would be scripting. However, here special emphasis is placed on that '''code is tested'''. There are numerous unit tests that check on each basic functionality, there is an extensive testsuite for each of the above described ''Action''. I.e. executing make check will (hopefully) not give you only added trust but also an idea of what all can be done.
    44
    5 The following pages may be helpful for you:
    6  * ApplicationExamples - examples how to do what with molecuilder
    7  * GuideLines - This is your introduction on how to add code
    8  * HowTos - This is specific help on certain basic classes that you should definitely know about when contributing code
     5Now, where to start?
    96
     7 * download the code, see the RepositoryGuidelines for advice on how to do this. Compile, install and check it as stated there.
     8 * As the testsuite should have already given you an idea on what molecuilder can do right now, check ApplicationExamples for further listing and a description of possible actions.
     9 * Curious about the code or just something is missing? Go to the GuideLines and for further in-depth information look at the HowTos.
     10
     11