This is a package for (parallel) analysis of water structures/dynamics at metal/water interfaces.
Some codes here are developed based on MDAnalysis
or pmda
package.
This package (in particular the hydrogen bond functionality) requires a custom version of MDAnalysis to select specific interfacial regions. Install it before installing WatAnalysis:
git clone https://github.com/ChiahsinChu/mdanalysis.git -b devel-relprop
cd mdanalysis
pip install --upgrade package/
cd ..
To install WatAnalysis, clone the repository and run the following commands in the repository root:
git clone https://github.com/ChiahsinChu/WatAnalysis.git
cd WatAnalysis
pip install .
-
waterstructure
: water structure analysis -
waterdynamics
: water dynamics analysisThis module is built on the basis of
MDAnalysis.analysis.waterdynamics
. -
temp
: instantaneous temperature of selected atoms