Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,19 +221,21 @@ fastmda analyze -h
---

## Citation
If you use `FastMDAnalysis` in your work, please cite:

Aina, A. and Kwan, D. (2025) “FastMDAnalysis: Software for Automated Analysis of Molecular Dynamics Trajectories”. ChemRxiv. https://doi.org/10.26434/chemrxiv-2025-x8xnq
If you use `FastMDAnalysis` in your work, please cite:

Aina, A. and Kwan, D. (2026) "FastMDAnalysis: Software for Automated Analysis of Molecular Dynamics Trajectories". *Journal of Computational Chemistry*, 47(8), e70350. https://doi.org/10.1002/jcc.70350
```bibtex
@article{fastmdanalysis,
author = {Adekunle Aina and Derrick Kwan},
title = {FastMDAnalysis: Software for Automated Analysis of Molecular Dynamics Trajectories},
year = {2025},
doi = {10.26434/chemrxiv-2025-x8xnq},
publisher = {ChemRxiv},
url = {https://doi.org/10.26434/chemrxiv-2025-x8xnq},
type = {preprint}
@article{aina2026fastmdanalysis,
author = {Aina, Adekunle and Kwan, Derrick},
title = {FastMDAnalysis: Software for Automated Analysis of Molecular Dynamics Trajectories},
journal = {Journal of Computational Chemistry},
volume = {47},
number = {8},
pages = {e70350},
year = {2026},
doi = {10.1002/jcc.70350},
url = {https://doi.org/10.1002/jcc.70350}
}
```

Expand Down
Loading