Added tutorial for building AlchemicalNetworks#36
Added tutorial for building AlchemicalNetworks#36dotsdl wants to merge 3 commits intoOpenFreeEnergy:masterfrom
Conversation
This was originally created for [`alchemiscale`](OpenFreeEnergy/alchemiscale#46), but is being contributed here instead, since it really is a `gufe` tutorial.
|
This notebook will require |
|
Also need
|
|
For reference, we used the following environment file for building the name: fah-alchemy-client
channels:
- jaimergp/label/unsupported-cudatoolkit-shim
- conda-forge
- openeye
dependencies:
- python =3.9
# gufe dependencies
- numpy
- networkx
- rdkit
- pip
- pydantic
- openff-toolkit
- openff-units
- typing-extensions
# perses dependencies
- tqdm
- openmm
## cli
- click
# needed for openfe
- lomap2>=2.1.0
## needed for perses
- openmmtools
- openmmforcefields
- openmoltools
- cloudpathlib
- dask
- distributed
- openeye-toolkits
- pip:
- git+https://github.com/OpenFreeEnergy/gufe
- git+https://github.com/OpenFreeEnergy/openfe
- git+https://github.com/OpenFreeEnergy/openfe-benchmarks
- git+https://github.com/mikemhenry/openff-models.git@support_nested_models
- git+https://github.com/choderalab/perses@protocol-neqcyc
|
|
thanks @dotsdl . I can fix this up and take it from here |
|
Thanks @richardjgowers! I've pushed my latest updates; I'll pass it off to you from here. I noticed that our |
|
Might consider using the |
|
We need to use pre-baked mappings in this notebook; currently not using any. |
|
@richardjgowers do we have a way to add some pre-baked mappings to this choice of network? That's the only blocker (I think) to this being a functional example notebook, and I'm itching to use it for ad-hoc testing in |
|
We can also switch over to the RepEx protocol in |
|
superseded: #42 |
This was originally created for
alchemiscale, but is being contributed here instead, since it really is agufetutorial.