1.. _termcombine:
2
3termcombine
4===========
5
6Combine multiple PB-(S)AM Brownian dynamics trajectory termination conditions (see :doc:`term`) via logic operators
7
8.. code-block:: bash
9
10   termcombine {op}
11
12where ``op`` is either the string ``or`` or ``and``.
13If  ``and`` is selected, all listed termination conditions must be fulfilled before the simulation ends.
14If ``or`` is selected, only one needs to be satisfied to complete the simulation.
15