-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from konpat/fsapt
Added the functionality to display PDB files from Psi4/F-SAPT
- Loading branch information
Showing
7 changed files
with
223 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
HETATM 1 O 001 A 1 -1.389 1.930 -0.443 1.00 -4.36 O | ||
HETATM 2 H 001 A 1 -0.524 1.965 -0.006 1.00 -4.36 H | ||
HETATM 3 C 001 A 1 -2.007 0.764 -0.108 1.00 -2.77 C | ||
HETATM 4 C 001 A 1 -1.463 -0.152 0.795 1.00 -2.77 C | ||
HETATM 5 C 001 A 1 -2.148 -1.330 1.088 1.00 -2.77 C | ||
HETATM 6 C 001 A 1 -3.374 -1.603 0.490 1.00 -2.77 C | ||
HETATM 7 C 001 A 1 -3.914 -0.684 -0.409 1.00 -2.77 C | ||
HETATM 8 C 001 A 1 -3.237 0.493 -0.710 1.00 -2.77 C | ||
HETATM 9 H 001 A 1 -0.511 0.057 1.264 1.00 -2.77 H | ||
HETATM 10 H 001 A 1 -1.715 -2.032 1.788 1.00 -2.77 H | ||
HETATM 11 H 001 A 1 -3.902 -2.517 0.720 1.00 -2.77 H | ||
HETATM 12 H 001 A 1 -4.867 -0.882 -0.881 1.00 -2.77 H | ||
HETATM 13 H 001 A 1 -3.643 1.213 -1.406 1.00 -2.77 H | ||
HETATM 14 O 001 A 1 1.353 1.938 0.472 1.00 -8.59 O | ||
HETATM 15 H 001 A 1 1.784 2.349 1.230 1.00 -8.59 H | ||
HETATM 16 C 001 A 1 2.037 0.787 0.150 1.00 1.46 C | ||
HETATM 17 C 001 A 1 1.590 0.070 -0.957 1.00 1.46 C | ||
HETATM 18 C 001 A 1 2.242 -1.107 -1.313 1.00 1.46 C | ||
HETATM 19 C 001 A 1 3.332 -1.567 -0.575 1.00 1.46 C | ||
HETATM 20 C 001 A 1 3.770 -0.840 0.529 1.00 1.46 C | ||
HETATM 21 C 001 A 1 3.122 0.338 0.896 1.00 1.46 C | ||
HETATM 22 H 001 A 1 0.745 0.437 -1.522 1.00 1.46 H | ||
HETATM 23 H 001 A 1 1.892 -1.665 -2.170 1.00 1.46 H | ||
HETATM 24 H 001 A 1 3.833 -2.481 -0.857 1.00 1.46 H | ||
HETATM 25 H 001 A 1 4.614 -1.185 1.109 1.00 1.46 H | ||
HETATM 26 H 001 A 1 3.460 0.903 1.757 1.00 1.46 H |
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,2 +1,2 @@ | ||
from .fortecubeview import plot, vib, colorschemes, geom | ||
from .fortecubeview import plot, vib, colorschemes, geom, showpdb | ||
|
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
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