InstallationΒΆ
UFEDMM is available as a conda package installable from the mdtools conda channel. To install it, either run:
conda install -c conda-forge -c mdtools ufedmm
Or:
mamba install -c mdtools ufedmm
To use UFEDMM in your own Python script or Jupyter notebook, import it as follows:
import ufedmm