ComplexMixtures.contributions
— Methodcontributions(R::Result, group::Union{SoluteGroup,SolventGroup}; type = :mddf)
Returns the contributions of the atoms of the solute or solvent to the MDDF, coordination number, or MD count.
Arguments
R::Result
: The result of a calculation.group::Union{SoluteGroup,SolventGroup}
: The group of atoms to consider.type::Symbol
: The type of contributions to return. Can be:mddf
(default),:coordination_number
, or:md_count
.
Examples
julia> using ComplexMixtures, PDBTools
+contourf(rc_diff) # plots a contour map of the difference
Slicing, indexing, and multiplication and divison by scalars were introduces in v2.7.0.