tweak size of tables

This commit is contained in:
Axel Kohlmeyer
2024-08-14 21:34:17 -04:00
parent e9f5ff4ea9
commit bc492afe1c

View File

@ -1545,10 +1545,10 @@ report the "native" data type. The following tables are provided:
* - respa_levels * - respa_levels
- int - int
- 1 - 1
- number of r-RESPA levels. See :doc:`run_style`. - :math:`N_{respa}` = number of r-RESPA levels. See :doc:`run_style`.
* - respa_dt * - respa_dt
- double - double
- number of r-RESPA levels - :math:`N_{respa}`
- length of the time steps with r-RESPA. See :doc:`run_style`. - length of the time steps with r-RESPA. See :doc:`run_style`.
.. _extract_box_settings: .. _extract_box_settings:
@ -1616,23 +1616,23 @@ report the "native" data type. The following tables are provided:
* - boxxhi * - boxxhi
- double - double
- 1 - 1
- upper box boundary in x-direction. See :doc:`create_box`. - upper box boundary in x-direction; see :doc:`create_box`.
* - boxylo * - boxylo
- double - double
- 1 - 1
- lower box boundary in y-direction. See :doc:`create_box`. - lower box boundary in y-direction; see :doc:`create_box`.
* - boxyhi * - boxyhi
- double - double
- 1 - 1
- upper box boundary in y-direction. See :doc:`create_box`. - upper box boundary in y-direction; see :doc:`create_box`.
* - boxzlo * - boxzlo
- double - double
- 1 - 1
- lower box boundary in z-direction. See :doc:`create_box`. - lower box boundary in z-direction; see :doc:`create_box`.
* - boxzhi * - boxzhi
- double - double
- 1 - 1
- upper box boundary in z-direction. See :doc:`create_box`. - upper box boundary in z-direction; see :doc:`create_box`.
* - sublo * - sublo
- double - double
- 3 - 3
@ -1652,29 +1652,27 @@ report the "native" data type. The following tables are provided:
* - periodicity * - periodicity
- int - int
- 3 - 3
- 0 if non-periodic, 1 if periodic for x, y, and z; - 0 if non-periodic, 1 if periodic for x, y, and z; see :doc:`boundary`.
See :doc:`boundary`.
* - triclinic * - triclinic
- int - int
- 1 - 1
- 1 if the the simulation box is triclinic, 0 if orthogonal; - 1 if box is triclinic, 0 if orthogonal; see :doc:`change_box`.
See :doc:`change_box`.
* - xy * - xy
- double - double
- 1 - 1
- triclinic tilt factor. See :doc:`Howto_triclinic`. - triclinic tilt factor; see :doc:`Howto_triclinic`.
* - yz * - yz
- double - double
- 1 - 1
- triclinic tilt factor. See :doc:`Howto_triclinic`. - triclinic tilt factor; see :doc:`Howto_triclinic`.
* - xz * - xz
- double - double
- 1 - 1
- triclinic tilt factor. See :doc:`Howto_triclinic`. - triclinic tilt factor; see :doc:`Howto_triclinic`.
* - procgrid * - procgrid
- int - int
- 3 - 3
- processor count assigned to each dimension of 3d grid. See :doc:`processors`. - processor count in x-, y-, and z- direction; see :doc:`processors`.
.. _extract_system_settings: .. _extract_system_settings: