-
Hi everybody, Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
It has been enabled. You can execute |
Beta Was this translation helpful? Give feedback.
-
Plumed is enabled for Lammps but the additional modules of Plumed itself are not. For instance, the crystallization module of Plumed is not accessible in the conda enviorment. |
Beta Was this translation helpful? Give feedback.
-
You can |
Beta Was this translation helpful? Give feedback.
-
Thanks for your helpful reply. I successfully installed plumed with its modules in conda's environment. |
Beta Was this translation helpful? Give feedback.
You can
git clone
and modify https://github.com/deepmd-kit-recipes/plumed-feedstock/blob/15726abab50ebe0bcff4bd21347ef798ecc64212/recipe/build.sh#L27.Then,
conda install conda-build
, and executeconda build . -c deepmodeling
in therecipe
directory.After you build it successfully,
conda install plumed --use-local
, orconda install <the path of the package you build>
.