-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support gather[bonds|angles|dihedrals|impropers] (#58)
- Loading branch information
Showing
3 changed files
with
158 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
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,48 @@ | ||
# | ||
|
||
4 atoms | ||
4 bonds | ||
2 angles | ||
1 dihedrals | ||
1 impropers | ||
|
||
1 atom types | ||
1 bond types | ||
1 angle types | ||
1 dihedral types | ||
1 improper types | ||
|
||
-1 1 xlo xhi | ||
-1 1 ylo yhi | ||
-1 1 zlo zhi | ||
|
||
Masses | ||
|
||
1 1 | ||
|
||
Atoms # molecular | ||
|
||
1 1 1 0 0 0 | ||
2 1 1 0 0 0 | ||
3 1 1 0 0 0 | ||
4 1 1 0 0 0 | ||
|
||
Bonds | ||
|
||
1 1 1 2 | ||
2 1 2 3 | ||
3 1 3 4 | ||
4 1 4 1 | ||
|
||
Angles | ||
|
||
1 1 1 2 3 | ||
2 1 2 3 4 | ||
|
||
Dihedrals | ||
|
||
1 1 1 2 3 4 | ||
|
||
Impropers | ||
|
||
1 1 4 3 2 1 |