4.9.3. Water dynamics analysis — MDAnalysis.analysis.waterdynamics

Warning

This module is deprecated and will be removed in MDAnalysis 3.0.0. Please use the dedicated waterdynamics MDAKit instead.

Author:

Alejandro Bernardin

Year:

2014-2015

Copyright:

GNU Lesser General Public License v2.1 or later (LGPLv2.1+)

New in version 0.11.0.

Deprecated since version 2.8.0: This module is deprecated in favor of the waterdynamics MDAKit and will be removed in MDAnalysis 3.0.0.

This module provides analysis tools for studying water dynamics in molecular simulations. It has been moved to a separate package for better maintenance and development.

4.9.3.1. Migration Guide

To migrate to the new package:

  1. Install the waterdynamics MDAKit:

    pip install waterdynamics
    
  2. Update your imports:

    # Old
    from MDAnalysis.analysis.waterdynamics import WaterOrientationalRelaxation
    
    # New
    from waterdynamics.waterdynamics import WaterOrientationalRelaxation