Skip to content

Commit

Permalink
Add docs for the wrap transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Sep 14, 2023
1 parent 2c59527 commit 34d592d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added docs/movies/mda-tui-wrap.mp4
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/transformations/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Transformations

There are currently two transformations available in MDAnalysis TUI:
There are currently three transformations available in MDAnalysis TUI:

- [translate all atoms by a vector](translate.md), which uses [`MDAnalysis.transformations.translate.translate`](https://docs.mdanalysis.org/stable/documentation_pages/transformations/translate.html#MDAnalysis.transformations.translate.translate)
- [center atoms or molecule in a box](center-in-box.md), which uses [`MDAnalysis.transformations.translate.center_in_box`](https://docs.mdanalysis.org/stable/documentation_pages/transformations/translate.html#MDAnalysis.transformations.translate.center_in_box)
- [wrap atoms in a box](wrap.md), which uses [`MDAnalysis.transformations.wrap.wrap`](https://docs.mdanalysis.org/stable/documentation_pages/transformations/wrap.html#MDAnalysis.transformations.wrap.wrap)
7 changes: 7 additions & 0 deletions docs/transformations/wrap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Wrap

Wrap atoms into the unit cell using [`MDAnalysis.transformations.wrap.wrap`](https://docs.mdanalysis.org/stable/documentation_pages/transformations/wrap.html#MDAnalysis.transformations.wrap.wrap).

<video controls>
<source src="../../movies/mda-tui-wrap.mp4" type="video/mp4">
</video>

0 comments on commit 34d592d

Please sign in to comment.