-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support providing pbc as min and max, add test
- Loading branch information
Showing
9 changed files
with
87 additions
and
23 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
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
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,42 @@ | ||
# | ||
# Double layered vesicle with water inside and outside | ||
# | ||
|
||
tolerance 2.0 | ||
pbc -47.5 -47.5 -47.5 47.5 47.5 47.5 | ||
|
||
structure ./structure_files/palmitoil.pdb | ||
resnumbers 2 | ||
number 20 | ||
atoms 37 | ||
inside sphere 0. 0. 0. 14. | ||
end atoms | ||
atoms 5 | ||
outside sphere 0. 0. 0. 26. | ||
end atoms | ||
end structure | ||
|
||
structure ./structure_files/palmitoil.pdb | ||
resnumbers 2 | ||
number 30 | ||
atoms 5 | ||
inside sphere 0. 0. 0. 29. | ||
end atoms | ||
atoms 37 | ||
outside sphere 0. 0. 0. 41. | ||
end atoms | ||
end structure | ||
|
||
structure ./structure_files/water.pdb | ||
resnumbers 2 | ||
number 50 | ||
inside sphere 0. 0. 0. 13. | ||
end structure | ||
|
||
structure ./structure_files/water.pdb | ||
resnumbers 2 | ||
number 5000 | ||
outside sphere 0. 0. 0. 43. | ||
end structure | ||
|
||
output output.pdb |
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