forked from marcinmiklitz/pywindow
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added calculating average molecule diameter to examples
- Loading branch information
1 parent
8b467e3
commit cba394a
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
This directory contains various jupyter notebooks with examples: | ||
|
||
1. Example_1: Structural analysis of a single molecule, using pyWINDOW, loaded from a PDB file type. | ||
2. Example_2: Structural analysis of a single molecule, using pyWINDOW, from an RDKit Molecule object. | ||
3. Example_3: Mapping of a trajectory file | ||
1. Example_1: Structural analysis of a single molecule loaded from a PDB file type. | ||
2. Example_2: Structural analysis of a single molecule loaded from an RDKit Molecule object. | ||
3. Example_3: Calculating an average molecule diameter |