Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ Chronological list of authors
- Shreejan Dolai
- Tanisha Dubey
- Brady Johnston
2026
- Mohammad Ayaan

External code
-------------
Expand Down
2 changes: 1 addition & 1 deletion package/MDAnalysis/analysis/rms.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def rmsd(a, b, weights=None, center=False, superposition=False):
>>> _ = u.trajectory[-1] # forward to last frame
>>> B = bb.positions.copy() # coordinates of last frame
>>> rmsd(A, B, center=True)
6.838544558398293
np.float64(6.838544558398293)


.. versionchanged:: 0.8.1
Expand Down
Loading