Changeset 750cff for src/documentation/mainpage.dox
- Timestamp:
- Oct 31, 2011, 5:13:52 PM (13 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
- Children:
- 5982c5
- Parents:
- 19bc74
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/documentation/mainpage.dox
r19bc74 r750cff 22 22 */ 23 23 24 /* !\mainpage MoleCuilder - a molecular set builder24 /** \mainpage MoleCuilder - a molecular set builder 25 25 * 26 * This introductory shall briefly make acquainted with the program, helping in installing and a first run. 26 * This is the main page of the Doxygen documentation of \e MoleCuilder. We give 27 * a brief description what the program is intended to do and then branch via 28 * the contents of this documentation into various topics. 27 29 * 28 30 * \section about About the Program 29 31 * 30 * MoleCuilder is a program, written entirely in C++, that enables the construction of a coordinate set for the 31 * atoms making up an molecule. It allows for both building of simple molecules by adding atom-wise giving bond 32 * angles and distances or absolute coordinates, but also using them as templates. Regions can be specified and 33 * ordered to be filled with a molecule in a certain manner. Greater conglomerations of molecules can be tesselated 34 * and recognized as a region themselves to be subsequently surrounded by other (surface solvated) molecules. 35 * In the end, MoleCuilder allows the construction of arbitrary nano structures, whether they be crystalline or 36 * amorphic in nature. 32 * MoleCuilder is a program, written entirely in C++, that enables the 33 * construction of a coordinate set for the atoms making up an molecule. It 34 * allows for both building of simple molecules by adding atom-wise giving bond 35 * angles and distances or absolute coordinates, but also using them as 36 * templates. Regions can be specified and ordered to be filled with a molecule 37 * in a certain manner. Greater conglomerations of molecules can be tesselated 38 * and recognized as a region themselves to be subsequently surrounded by other 39 * (surface solvated) molecules. In the end, MoleCuilder allows the construction 40 * of arbitrary nano structures, whether they be crystalline or amorphic in 41 * nature. 37 42 * 38 * For copyright see \ subpagecopyright.43 * For copyright see \ref copyright. 39 44 * 40 * \section Contents 45 * \section idea The central idea behind the program 46 * 47 * What are the central ideas? 48 * 49 * - Testedness: See \ref tests-policy which is meant \e seriously. Nothing is 50 * worse than one version behaving different to the next with respect to 51 * output. 52 * - Re-usability: Every piece of functionality should be easy to re-use at 53 * someplace else. Say no to specialized one-purpose scripts, say yes to 54 * a LEGO-like system of building your world. 55 * - Extendability: It's easy to add a new piece to the code. And it is even 56 * more so, if you have read this documentation and know what's all already 57 * in place. 58 * - Userfriendliness: Every Action can be undone, every Action gives lots 59 * of output (if desired) to tell you what's going on. It's easy to save 60 * files in between. There are also three kinds of GUIs, each of which 61 * have the same functionality. 62 * 63 * \section contents Contents 41 64 * 42 65 * This manual is divided into the following sections: 43 * \li \subpage install "Installation Instructions" 44 * \li \subpage test "Automated testing" 45 * \li \subpage launch "Launching the Code" 46 * \li \subpage code "How to the use and extend the code" 66 * \li \ref install 67 * \li \ref tests 68 * \li \ref launch 69 * \li \ref debug 70 * \li \ref code 71 * \li \ref fileformats 72 * 73 * \date 2011-10-31 47 74 * 48 75 */
Note:
See TracChangeset
for help on using the changeset viewer.