Skip to content

Commit

Permalink
Merge pull request #343 from ricalessandri/PTMA-GBNO2-IBI-ff
Browse files Browse the repository at this point in the history
Add PTMA GBNO2 IBI model to polyply library [10.1021/acs.macromol.3c00141]
  • Loading branch information
fgrunewald committed Oct 17, 2023
2 parents dddbc16 + 637391f commit 8caedd6
Show file tree
Hide file tree
Showing 6 changed files with 439 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LIBRARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
|Polystyrene sulfonate |PSS | |[martini2](polyply/data/martini2/PSS.martini.2.itp) |
| | | |[martini3](polyply/data/martini3/PSS.martini3.ff) |
|Poly(para-phenylene ethynylene)|PPE | |[martini3](polyply/data/martini3/PPE.martini3.ff) |
|Poly(TEMPO methacrylate) |PTMA |[oplsaaLigParGen](polyply/data/oplsaaLigParGen/PTMA.oplsaa.LigParGen.ff)|[martini3](polyply/data/martini3/PTMA.martini3.ff) |
|Poly(TEMPO methacrylate) |PTMA |[oplsaaLigParGen](polyply/data/oplsaaLigParGen/PTMA.oplsaa.LigParGen.ff)]|[martini3](polyply/data/martini3/PTMA.martini3.ff) |
| | | |[ibi_cgm3](polyply/data/ibi_cmg3/PTMA.cgm3.ibi.ff) |
| | | |[ibi_gbcg](polyply/data/ibi_gbcg/PTMA.gbno2.ibi.ff) |
|Dextran |DEX | |[martini3](polyply/data/martini3/dextran.martini3.ff) |
|DNA nucleobases |Dx, Tx5, Dx3 w/ x=T,G,A,C|[parmbsc1](polyply/data/parmbsc1/dna_final.ff) |[martini2](polyply/data/martini2/DNA_M2.ff) |
|Aminoacids |3 letter code | |[martini3](polyply/data/martini3/aminoacids.ff) |
Expand Down
75 changes: 75 additions & 0 deletions polyply/data/ibi_gbcg/PTMA.gbno2.ibi.ff
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
[ moleculetype ]
; name nexcl.
PTMA 2

[ info ]
Nonbonded interaction potentials (and example run) can be found at: https://doi.org/10.5281/zenodo.8287521

[ atoms ]
; id type resnr residu atom cgnr charge mass
1 VNL 1 PTMA VNL 1 0 71.099
2 EST 1 PTMA EST 2 0 29.018
3 C1 1 PTMA C1 3 0 56.108
4 U 1 PTMA NN 4 0 0.000
5 U 1 PTMA OO 5 0 0.000
6 C1 1 PTMA C2 6 0 56.108
7 NO 1 PTMA NO 7 0 30.006

[ bonds ]
; i j funct length
1 2 1 0.35337 12500
2 3 1 0.32325 32000
2 6 1 0.32369 32000
3 6 1 0.38838 32000
3 7 1 0.23794 1000000 {"ifdef": "FLEXIBLE"}
6 7 1 0.23793 1000000 {"ifdef": "FLEXIBLE"}

[constraints]
; i j funct length
3 7 1 0.23794 {"ifndef": "FLEXIBLE"}
6 7 1 0.23793 {"ifndef": "FLEXIBLE"}

[ angles ]
; i j k funct length force k
1 2 3 2 130.000 90
1 2 6 2 130.000 75

[dihedrals]
; i j k l funct ref.angle force_k
1 3 6 7 2 165.98 50
2 3 6 7 2 179.20 80
3 7 5 6 2 170.723 50

[virtual_sites3]
; 3fd sites
; site positioned as a linear combination of 3 atoms; the site is in the same plane
; site from funct a b
4 3 2 7 2 0.834 0.210
5 3 2 7 2 1.180 0.276

[exclusions]
1 2 3 4 5 6 7
2 3 4 5 6 7
3 4 5 6 7
4 5 6 7
5 6 7
6 7

[ link ]
resname "PTMA"
[ bonds ]
VNL +VNL 1 0.305 12000 {"group": "vinyl backbone"}

[ link ]
resname "PTMA"
[ angles ]
VNL +VNL ++VNL 2 126 40 {"group": "vinyl backbone"}

[ link ]
resname "PTMA"
[ angles ]
EST VNL +VNL 2 90 20

[ citation ]
2023RAlessandri-Macromolecules
polyply
22 changes: 22 additions & 0 deletions polyply/data/ibi_gbcg/citations.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

@article{2023RAlessandri-Macromolecules,
title={Prediction of Electronic Properties of Radical-Containing Polymers at Coarse-Grained Resolutions},
author={Alessandri, Riccardo and de Pablo, Juan J},
journal={Macromolecules},
volume={56},
number={10},
pages={3574-3584},
doi={10.1021/acs.macromol.3c00141},
year={2023}
}


@article{polyply,
title={Polyply; a python suite for facilitating simulations of (bio-) macromolecules and nanomaterials},
author={Grunewald, Fabian and Alessandri, Riccardo and Kroon, Peter C and Monticelli, Luca and Souza, Paulo CT and Marrink, Siewert J},
journal={Nature Communications},
doi={10.1038/s41467-021-27627-4},
year={2022},
volume={13},
pages={68}
}
Loading

0 comments on commit 8caedd6

Please sign in to comment.