v2.9.0
ComplexMixtures v2.9.0
New features
- The calls to
mddf
andcoordination_number
now accept the name of the trajetory file and the solute and solvent selections, passing by the construction of theTrajectory
object. This is now the preferred and documented interface:where themddf(trajectory_file, solute, solvent, options) mddf(trajectory_file, solute_and_solvent, options) # for auto-correlations coordination_number(trajectory_file, solute, solvent, option) coordination_number(trajectory_file, solute_and_solvent, options) # for auto-correlations
solute
,solvent
andsolute_and_solvent
objects areAtomSelection
structures.
Other changes:
- documentation updates.
Merged pull requests: