Skip to content

Commit

Permalink
doc: added description for contacts class attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
HeetVekariya committed Jan 7, 2024
1 parent db9caef commit 5f04dde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package/MDAnalysis/analysis/contacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,13 @@ def __init__(self, u, select, refgroup, method="hard_cut", radius=4.5,
Show detailed progress of the calculation if set to ``True``; the
default is ``False``.
Attributes
----------
n_initial_contacts : int
Total number of initial contacts.
r0 : list
List of distance arrays between reference groups.
Notes
-----
Expand Down

0 comments on commit 5f04dde

Please sign in to comment.