-
Notifications
You must be signed in to change notification settings - Fork 10
Added tutorial for building AlchemicalNetworks #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.