From d80436bee306c771e8b2d962eec2bc519fd2099b Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavier.robin@unibas.ch>
Date: Thu, 26 Jan 2023 15:11:09 +0100
Subject: [PATCH] doc: omega_torsion

---
 modules/mol/base/doc/entity.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst
index 197d41091..8033080bf 100644
--- a/modules/mol/base/doc/entity.rst
+++ b/modules/mol/base/doc/entity.rst
@@ -681,6 +681,15 @@ The Handle Classes
     torsion, the PSI torsion is an invalid handle.
     
     Read-only. Also available as :meth:`GetPsiTorsion`
+
+  .. attribute:: omega_torsion
+
+    The OMEGA dihedral angle between this residue and the previous. For residues
+    that are not amino acids, residues that do not have all atoms required or
+    residues that do not have bonds between the four atoms involved in the
+    torsion, the OMEGA torsion is an invalid handle.
+
+    Read-only. Also available as :meth:`GetOmegaTorsion`
     
     :type: :class:`TorsionHandle`
   
@@ -881,6 +890,10 @@ The Handle Classes
 
     See :attr:`psi_torsion`
 
+  .. method:: GetOmegaTorsion()
+
+    See :attr:`omega_torsion`
+
   .. method:: GetChemClass()
 
     See :attr:`chem_class`
@@ -1888,6 +1901,7 @@ The View Classes
                  geometric_center
                  phi_torsion
                  psi_torsion
+                 omega_torsion
                  chem_class
                  chem_type
                  sec_structure
@@ -1948,6 +1962,7 @@ The View Classes
               GetGeometricCenter
               GetPhiTorsion
               GetPsiTorsion
+              GetOmegaTorsion
               GetChemClass
               GetChemType
               GetSecStructure
-- 
GitLab