-
Notifications
You must be signed in to change notification settings - Fork 23
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 #250 from marrink-lab/fix/239
make sure self-links are applied
- Loading branch information
Showing
6 changed files
with
166 additions
and
16 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,36 @@ | ||
; Copyright 2020 University of Groningen | ||
; | ||
; Licensed under the Apache License, Version 2.0 (the "License"); | ||
; you may not use this file except in compliance with the License. | ||
; You may obtain a copy of the License at | ||
; | ||
; http://www.apache.org/licenses/LICENSE-2.0 | ||
; | ||
; Unless required by applicable law or agreed to in writing, software | ||
; distributed under the License is distributed on an "AS IS" BASIS, | ||
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
; See the License for the specific language governing permissions and | ||
; limitations under the License. | ||
|
||
[ moleculetype ] | ||
; name nexcl. | ||
PEO 1 | ||
; | ||
[ atoms ] | ||
1 SN1a 1 PEO EO 1 0.000 45 | ||
2 SN2a 1 PEO EP 1 0.000 45 | ||
[ bonds ] | ||
1 2 1 0.44 7000 | ||
|
||
[ link ] | ||
resname "PEO" | ||
[ bonds ] | ||
; back bone bonds | ||
EP +EO 1 0.37 7000 | ||
|
||
[ link ] | ||
resname "PEO" | ||
[ atoms ] | ||
EP {"replace": {"atomname": null}} | ||
[ non-edges] | ||
EP +EO |
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,20 @@ | ||
; /Users/fabian/ProgramDev/dev_env/bin/pytest test_gen_params.py | ||
|
||
; Please cite the following papers: | ||
|
||
[ moleculetype ] | ||
test 1 | ||
|
||
[ atoms ] | ||
1 SN1a 1 PEO EO 1 0.0 45.0 | ||
2 SN2a 1 PEO EP 1 0.0 45.0 | ||
3 SN1a 2 PEO EO 2 0.0 45.0 | ||
4 SN2a 2 PEO EP 2 0.0 45.0 | ||
5 SN1a 3 PEO EO 3 0.0 45.0 | ||
|
||
[ bonds ] | ||
1 2 1 0.44 7000 | ||
3 4 1 0.44 7000 | ||
2 3 1 0.37 7000 | ||
4 5 1 0.37 7000 | ||
|
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,20 @@ | ||
; /Users/fabian/ProgramDev/dev_env/bin/polyply gen_params -f ../input/test_removal.ff -seq PEO:3 -o removal.itp -name test -vv | ||
|
||
; Please cite the following papers: | ||
|
||
[ moleculetype ] | ||
testref 1 | ||
|
||
[ atoms ] | ||
1 SN1a 1 PEO EO 1 0.0 45.0 | ||
2 SN2a 1 PEO EP 1 0.0 45.0 | ||
3 SN1a 2 PEO EO 2 0.0 45.0 | ||
4 SN2a 2 PEO EP 2 0.0 45.0 | ||
5 SN1a 3 PEO EO 3 0.0 45.0 | ||
|
||
[ bonds ] | ||
1 2 1 0.44 7000 | ||
3 4 1 0.44 7000 | ||
2 3 1 0.37 7000 | ||
4 5 1 0.37 7000 | ||
|
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