calculate_conductivity¶
- mdhelper.analysis.transport.calculate_conductivity(L_ij: ndarray[float], z: ndarray[float], *, reduced: bool = False) ndarray[float] [source]¶
Calculates the ionic conductivity
using the Onsager transport coefficients .- Parameters:
- L_ijnumpy.ndarray
Onsager transport coefficients
for the atoms or residues in the groups and trajectory blocks.Shape:
.Reference unit:
.- zarray-like
Charge numbers
of the atoms or residues in the groups.Shape:
.- reducedbool, keyword-only, default:
False
Specifies whether the data is in reduced units.
- Returns:
- kappasnumpy.ndarray
Conductivities
for the trajectory blocks.Shape:
.Reference unit:
.To SI unit:
.