Simulation input files and protocols associated with the manuscript:
J.-H. Chen, T. Ma, J. Park, R. Alessandri, B. X. Dong, Y. Zhao, N. Shan, C. J. Takacs, J. J. de Pablo, S. N. Patel. "Thermally Controlled Polymorphism and Doping Gradients in Poly(dodecyl-quaterthiophene) (PQT) for Functionally Graded Organic Thermoelectrics", ChemRxiv 2026, 10.26434/chemrxiv.15004847.
The purpose of this repository is to document and provide the key files needed to reproduce the coarse-grained molecular dynamics simulation setup described in the manuscript.
forcefield/— Martini 3 coarse-grained force field for PQT12 and the corresponding polyply topology (degree of polymerization = 20).mdp_files/— GROMACS run-parameter files for energy minimization and NPT equilibration / annealing.giwaxs_sim/— Notebook and structures used to compute the simulated GIWAXS patterns.example_run.sh— Example end-to-end script (build coordinates → minimize → equilibrate).
.
├── forcefield/
│ ├── PQT12.martini3.ff # Martini 3 force field definition (polyply input)
│ ├── PQT12_n20.itp # Generated topology (DP = 20)
│ ├── generate_itp.bash # polyply gen_params wrapper
│ └── citations.bib # references used by polyply gen_params
│
├── mdp_files/
│ ├── minimization.mdp # energy minimization
│ └── npt_equilibration.mdp # NPT equilibration / annealing
│
├── giwaxs_sim/
│ ├── GIWAXS_sim_Final.ipynb # simulated GIWAXS via structure factor S(G)
│ ├── Quick_Guide_for_GIWAXS_sim.pdf
│ └── pdb/ # structures behind the SI GIWAXS figures (S5, S8, S9)
│
├── example_run.sh # example build + minimization + equilibration workflow
└── README.md
The simulation setup and analysis was built and run with:
- GROMACS 2022.4
- polyply (topology and coordinate generation)
- MDAnalysis (GIWAXS structure-factor analysis)
If you use the files or protocols in this repository, please cite the manuscript:
@article{Chen2026PQT,
author = {Jie-Hao Chen and Tengzhou Ma and Juhae Park and Riccardo Alessandri and Ban Xuan Dong and Yunhao Zhao and Naisong Shan and Christopher J. Takacs and Juan J. de Pablo and Shrayesh N. Patel},
title = {Thermally Controlled Polymorphism and Doping Gradients in Poly(dodecyl-quaterthiophene) (PQT) for Functionally Graded Organic Thermoelectrics},
journal = {ChemRxiv},
year = {2026},
doi = {10.26434/chemrxiv.15004847/v1},
url = {https://chemrxiv.org/doi/abs/10.26434/chemrxiv.15004847/v1}
}This project is licensed under the Apache License 2.0 — see the LICENSE file for details.