Changeset 19bc74 for src/documentation/mainpage.dox
- Timestamp:
- Oct 28, 2011, 3:05:03 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:
- 750cff
- Parents:
- 3158e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/documentation/mainpage.dox
r3158e6 r19bc74 15 15 */ 16 16 17 /*! \page Copyright notice17 /*! \page copyright Copyright notice 18 18 * 19 19 * MoleCuilder - to create and alter molecular systems … … 36 36 * amorphic in nature. 37 37 * 38 * For copyright see \subpage copyright. 38 39 * 39 * \section install Installation40 * \section Contents 40 41 * 41 * Installation should without problems succeed as follows: 42 * -# ./configure (or: mkdir build;mkdir run;cd build; ../configure --bindir=../run) 43 * -# make 44 * -# make install 45 * 46 * Further useful commands are 47 * -# make clean uninstall: deletes .o-files and removes executable from the given binary directory\n 48 * -# make doxygen-doc: Creates these html pages out of the documented source 49 * -# make check: Runs an extensive set of unit tests and a testsuite which also gives a good overview on the set of 50 * functions. 51 * 52 * \section run Running 53 * 54 * The program can be executed by running: ./molecuilder 55 * 56 * MoleCuilder has three interfaces at your disposal: 57 * -# Textmenu: A simple interactive console-based menu, where awaits your choices and inputs in order to set atoms 58 * as you like 59 * -# CommandLineUI: Every command can also be chained up as a sequence of actions on the command line to be executed 60 * with any user interaction. 61 * -# GraphicalUI: A graphical user interface that also display the molecular structure being built and lots of other 62 * informations to ease the construction of bigger geometries. 63 * 64 * The supported output formats right now are: 65 * -# mpqc: Configuration files of the Massively Parallel Quantum Chemistry package (Sandia labs) 66 * -# pcp: Configuration files of the Parallel Car-Parrinello program (Institute for Numerical Simulation) 67 * -# tremolo: Configuration files of TREMOLO (Institute for Numerical Simulation) 68 * -# xyz: the most basic format for the 3d arrangement of atoms consisting of a list of element and 3 coordinates. 42 * 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" 69 47 * 70 48 */ 71 49 50 51
Note:
See TracChangeset
for help on using the changeset viewer.