Skip to content

Commit c51c801

Browse files
committed
updated description within __init__.py file
1 parent 1a5fec0 commit c51c801

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

CodeEntropy/__init__.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
"""
22
CodeEntropy
33
4-
CodeEntropy tool with POSEIDON code integrated to form a complete and generally
5-
applicable set of tools for computing entropy of macromolecular systems from the
6-
forces sampled in a MD simulation.
4+
CodeEntropy is a Python package for computing the configurational entropy of
5+
macromolecular systems using forces sampled from molecular dynamics (MD) simulations.
6+
It implements the multiscale cell correlation method to provide accurate and efficient
7+
entropy estimates, supporting a wide range of applications in molecular simulation
8+
and statistical mechanics.
79
"""
810

911
__version__ = "1.0.3"

0 commit comments

Comments
 (0)