source: ThirdParty/mpqc_open/src/bin/molrender/molrender.dox@ 860145

Action_Thermostats Add_AtomRandomPerturbation Add_RotateAroundBondAction Add_SelectAtomByNameAction Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_StructOpt_integration_tests Automaking_mpqc_open AutomationFragmentation_failures Candidate_v1.6.0 Candidate_v1.6.1 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator Combining_Subpackages Debian_Package_split Debian_package_split_molecuildergui_only Disabling_MemDebug Docu_Python_wait EmpiricalPotential_contain_HomologyGraph_documentation Enable_parallel_make_install Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph FitPartialCharges_GlobalError Fix_ChronosMutex Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns ForceAnnealing_goodresults ForceAnnealing_oldresults ForceAnnealing_tocheck ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion GeometryObjects Gui_displays_atomic_force_velocity IndependentFragmentGrids_IntegrationTest JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool JobMarket_unresolvable_hostname_fix ODR_violation_mpqc_open PartialCharges_OrthogonalSummation PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks RotateToPrincipalAxisSystem_UndoRedo StoppableMakroAction Subpackage_levmar Subpackage_mpqc_open Subpackage_vmg ThirdParty_MPQC_rebuilt_buildsystem TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps Ubuntu_1604_changes stable
Last change on this file since 860145 was 860145, checked in by Frederik Heber <heber@…>, 8 years ago

Merge commit '0b990dfaa8c6007a996d030163a25f7f5fc8a7e7' as 'ThirdParty/mpqc_open'

  • Property mode set to 100644
File size: 1.6 KB
Line 
1
2/** \page molrender
3
4The molrender program reads a molecule from an input file and can render it
5in a variety of ways. The output is an OOGL file that the <a
6href="http://www.geom.umn.edu/software/download/geomview.html">Geomview</a>
7program can read and display.
8
9\if html
10<h1>Compiling molrender</h1>
11
12 molrender is distributed with the SC Toolkit. molrender will automatically
13be compiled when SC is compiled. See \ref compile
14for more information.
15\endif
16
17<h1>Running molrender</h1>
18
19If you have wish installed, tkmolrender script can be run to bring up a
20simple GUI to let you set up the molrender options. Otherwise, molrender
21can be run directly and takes the following command line options:
22
23<dl>
24 <dt><tt>-model</tt><dd>Must be followed by one of ball, stick, or connolly
25 <dt><tt>-render</tt><dd>Must be followed by the argument oogl
26 <dt><tt>-pdb</tt><dd>Indicates that the input is a PDB file
27 <dt><tt>-keyval</tt><dd>Indicates that the input is a KeyVal input
28 <dt><tt>-keyword</tt><dd>Must be followed by keyword to read in a KeyVal input
29 <dt><tt>-level</tt><dd>Must be Followed by an integer which is the sphere
30 subdivision level
31</dl>
32
33<h1>License</h1>
34
35molrender is open-source software; you can redistribute it and/or modify it
36under the terms of the GNU General Public License as published by the Free
37Software Foundation; either version 2 of the License, or (at your option)
38any later version.
39
40<h1>Warranty</h1>
41
42molrender is distributed in the hope that it will be useful, but WITHOUT ANY
43WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
44FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
45details.
46
47*/
Note: See TracBrowser for help on using the repository browser.