Skip to content

Commit d885930

Browse files
Merge pull request #82 from OMaraLab/polytop-fixenv
Fix PolyTop example scripts to resolve in non-GUI environments
2 parents 9c86ff3 + 4716b21 commit d885930

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

polytop_examples/dendrimer_ethylamine.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
# Construction of an ethylamine dendrimer
24

35
# Import required Classes from PolyTop

polytop_examples/linear_PEI.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
# Construction of a simple linear homopolymer of PEI
24

35
# This polymer will be 20 monomers long and constructed by joining Atom N71 to

polytop_examples/star_PEG.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
# Construction of a 4-arm PEG star polymer from single monomeric units
24

35
# Import required Classes from PolyTop

0 commit comments

Comments
 (0)