Skip to content

Commit 01d55b0

Browse files
authored
Update README.md
1 parent 35e562b commit 01d55b0

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
- Perform a variety of MD analyses in a single line of code.
1313
<!-- Simplify your workflow by loading a trajectory once (with options for frame and atom selection) and then performing multiple analyses without repeating input file details. -->
14-
- Automatically generate publication-ready figures (with options for customization).
14+
- Automatically generate publication-quality figures (with options for customization).
1515

1616
- Use the Python API or the Command‐Line Interface (CLI).
1717

@@ -85,7 +85,15 @@ Adekunle Aina (2025). *FastMDAnalysis: Software for Automated Molecular Dynamics
8585

8686
`FastMDAnalysis` is licensed under the MIT license.
8787

88-
8988
# Acknowledgements
9089

91-
FastMDAnalysis leverages `MDTraj` for trajectory analysis. It also relies on Python libraries such as `NumPy`, `scikit-learn`, and `Matplotlib` for data processing and visualization. Special thanks to the community for their continuous support and contributions.
90+
``FastMDAnalysis`` builds upon excellent open-source libraries to provide its high-performance analysis capabilities and to improve workflow efficiency, accessibility, usability, and reproducibility in molecular dynamics trajectory analysis. We gratefully acknowledge:
91+
92+
- ``MDTraj`` for foundational trajectory reading functionality
93+
- ``NumPy`` for efficient numerical computations
94+
- ``scikit-learn`` for advanced machine learning algorithms
95+
- ``Matplotlib`` for publication-quality visualization
96+
97+
While leveraging these robust tools, ``FastMDAnalysis`` streamlines analysis for students, professionals, and researchers, especially those new to molecular dynamics. We thank the scientific Python community for their contributions to the ecosystem.
98+
99+

0 commit comments

Comments
 (0)