1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
.. _gmx-reference-manual-rst:
****************
Reference Manual
****************
.. highlight:: bash
.. todo:: this needs to be carefully checked that I didn't mess anything up too bad
.. ifconfig:: gmx_image_convert == 'possible'
This part of the documentation covers implementation details of |Gromacs|.
For quick simulation set-up and short explanations,
please refer to the :ref:`User guide <user guide>`.
Help with the installation of |Gromacs| can be found in the
:ref:`Install guide <install guide>`.
If you want to help with developing |Gromacs|, your are most welcome
to read up on the :ref:`Developer Guide <dev guide>` and continue
right away with coding for |Gromacs|.
.. toctree::
:maxdepth: 2
preface
introduction
definitions
algorithms
functions
topologies
file-formats
special
run-parameters
analysis
details
averages
references
.. ifconfig:: gmx_image_convert == 'impossible'
The manual could not be properly build because we could not
convert the images for proper display without Imagemagick.
The rest of the documentation is still there, but this part here will be missing.
For quick simulation set-up and short explanations,
please refer to the :ref:`User guide <user guide>`.
Help with the installation of |Gromacs| can be found in the
:ref:`Install guide <install guide>`.
If you want to help with developing |Gromacs|, your are most welcome
to read up on the :ref:`Developer Guide <dev guide>` and continue
right away with coding for |Gromacs|.
.. toctree::
:maxdepth: 2
preface
introduction
definitions
topologies
file-formats
run-parameters
details
averages
references
|