Tutorial notebook demonstrating functionality implemented in MuPT-hub/mupt#22#13
Tutorial notebook demonstrating functionality implemented in MuPT-hub/mupt#22#13joelaforet wants to merge 2 commits into
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
@timbernat @mrshirts Is there anything blocking this tutorial from being merged? @gitsirsha walked through the notebook and found it to be a useful example. |
|
The spirit of this notebook is useful, but the actual code it depends on will likely not be merged into main. How should I change this tutorial so more people have access to it? |
That's great! It seems he was able to run the notebook, which is perfectly fine for development within analysis subgroup. There's nothing wrong with sharing branches with extra features, or indeed modifying the extant notebooks as you please locally, so long as you don't overwrite the version in main.
That seems reasonable
More access to it how? If they've cloned this repo, they already have access to it just by changing branch (i.e. |
Description
This PR adds a tutorial notebook demonstrating the hierarchical export pipeline implemented in MuPT-hub/mupt#22.
The notebook (Random_CoPolymer_Quickstart.ipynb) provides a complete end-to-end workflow:
build_copolymer_system()primitive_to_rdkit_hierarchical()→ RDKit withAtomPDBResidueInfoprimitive_to_openff_molecules()→ OpenFF with hierarchy schemesprimitive_to_mdanalysis()→ MDAnalysis Universe with topology attributessave_openff_system()/load_openff_system()Related PRs
Notes
release-envconda environment with OpenMM GPU support for the MD simulation sectionStatus