From f16f65c8dc10dbad3624344b4aeda5cbc19f443f Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 9 Apr 2025 10:45:51 -0400 Subject: [PATCH] add missing entries --- src/library.cpp | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/src/library.cpp b/src/library.cpp index 01793612be..74186922ec 100644 --- a/src/library.cpp +++ b/src/library.cpp @@ -1701,6 +1701,18 @@ report the "native" data type. The following tables are provided: - Type - Length - Description + * - boxlo + - double + - 3 + - lower box boundaries in x-, y-, and z-direction; see :doc:`create_box`. + * - boxhi + - double + - 3 + - lower box boundaries in x-, y-, and z-direction; see :doc:`create_box`. + * - boxxlo + - double + - 1 + - lower box boundary in x-direction; see :doc:`create_box`. * - boxxhi - double - 1 @@ -1724,19 +1736,19 @@ report the "native" data type. The following tables are provided: * - sublo - double - 3 - - subbox lower boundaries + - subbox lower boundaries in x-, y-, and z-direction * - subhi - double - 3 - - subbox upper boundaries + - subbox upper boundaries in x-, y-, and z-direction * - sublo_lambda - double - 3 - - subbox lower boundaries in fractional coordinates (for triclinic cells) + - subbox lower boundaries in fractional coordinates (for triclinic cells only) * - subhi_lambda - double - 3 - - subbox upper boundaries in fractional coordinates (for triclinic cells) + - subbox upper boundaries in fractional coordinates (for triclinic cells only) * - periodicity - int - 3