Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
technical:recipes:deepmd [2024-08-18 11:16] – [Building DeepMD] bkang | technical:recipes:deepmd [2024-08-18 11:30] (current) – [Using the Virtual Environment] bkang | ||
---|---|---|---|
Line 79: | Line 79: | ||
The new virtual environment can easily be added to your login shell and job runtime environments using VALET. | The new virtual environment can easily be added to your login shell and job runtime environments using VALET. | ||
- | Assuming the workgroup does //not// already have a OpenMM | + | Assuming the workgroup does //not// already have a DeepMD |
- | < | + | < |
openmm: | openmm: | ||
- | prefix: / | + | prefix: / |
- | description: | + | description: |
flags: | flags: | ||
- no-standard-paths | - no-standard-paths | ||
Line 94: | Line 94: | ||
success: 0 | success: 0 | ||
versions: | versions: | ||
- | "20240726": | + | "20240818": |
- | description: | + | description: |
dependencies: | dependencies: | ||
- anaconda/ | - anaconda/ | ||
</ | </ | ||
- | would be added to '' | + | would be added to '' |
===== Using the Virtual Environment ===== | ===== Using the Virtual Environment ===== | ||
Line 107: | Line 107: | ||
<code bash> | <code bash> | ||
- | $ vpkg_versions | + | $ vpkg_versions |
Available versions in package (* = default version): | Available versions in package (* = default version): | ||
- | [/ | + | [/ |
- | openmm | + | deepmd |
- | * 20240726 | + | * 20240818 |
</ | </ | ||
- | You can import | + | You can import |
<code bash> | <code bash> | ||
- | $ vpkg_require | + | $ vpkg_require |
Adding dependency `anaconda/ | Adding dependency `anaconda/ | ||
- | Adding package `openmm/20240726` to your environment | + | Adding package `deepmd/20240818` to your environment |
(/ | (/ | ||
~/ | ~/ |