From c2da9708ca13515b1a1d72dc89e119297f7fd365 Mon Sep 17 00:00:00 2001 From: aayushkakulte Date: Sun, 29 Mar 2026 02:57:30 +0530 Subject: [PATCH] =?UTF-8?q?Create=20Improve=20wrapping=20logic=20and=20sim?= =?UTF-8?q?plify=20triclinic=20=E2=86=92=20orthorhombic=20handling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...nd simplify triclinic \342\206\222 orthorhombic handling" | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 "Improve wrapping logic and simplify triclinic \342\206\222 orthorhombic handling" diff --git "a/Improve wrapping logic and simplify triclinic \342\206\222 orthorhombic handling" "b/Improve wrapping logic and simplify triclinic \342\206\222 orthorhombic handling" new file mode 100644 index 00000000..2c3398be --- /dev/null +++ "b/Improve wrapping logic and simplify triclinic \342\206\222 orthorhombic handling" @@ -0,0 +1,5 @@ +Summary + +This PR simplifies and standardizes the wrapping workflow by introducing a cleaner abstraction for handling triclinic and orthorhombic box representations. + +It removes redundant wrapping logic and ensures consistent behavior across different box types.