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 polytop_examples/dendrimer_ethylamine.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

# Construction of an ethylamine dendrimer

# Import required Classes from PolyTop
Expand Down
2 changes: 2 additions & 0 deletions polytop_examples/linear_PEI.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

# Construction of a simple linear homopolymer of PEI

# This polymer will be 20 monomers long and constructed by joining Atom N71 to
Expand Down
2 changes: 2 additions & 0 deletions polytop_examples/star_PEG.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

# Construction of a 4-arm PEG star polymer from single monomeric units

# Import required Classes from PolyTop
Expand Down