Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
</p>


| **UPDATES** |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 2024.12.26 : Changes to the "energy funciton" backend. forcefield, forgive factors, etc should all be parts of the energy function now, and not parts of a rotamer library Checkout [Example_07](https://stolllab.github.io/chiLife/gallery/07-Custom_Energy_Function.html) |
| 2024.08.15 : chiLife 1.0 released! |
| 2024.08.15 : chiLife can now be used to create arbitrary peptides with natural and NCAAs. Checkout the `make_peptide` function. |
| 2024.08.15 : chiLife can make NCAA structures from smiles. Checkout `smiles2residue`. Note: Requires RDKit to be installed. |
| chiLife now supports arbitrary backbone attachments including DNA and RNA labels and more! |
| **UPDATES** |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 2025.02.17 : Check out our new examples for trajectory analysis [Example_12](https://stolllab.github.io/chiLife/gallery/12-Analyzing_MD_Simulations.html) and using OpenMM for repacking [Example_13](https://stolllab.github.io/chiLife/gallery/07-Custom_Energy_Function.html). |
| 2024.12.26 : Changes to the "energy funciton" backend. forcefield, forgive factors, etc should all be parts of the energy function now, and not parts of a rotamer library Checkout [Example_07](https://stolllab.github.io/chiLife/gallery/13-OpenMM_Score_Function.html) |
| 2024.08.15 : chiLife 1.0 released! |
| 2024.08.15 : chiLife can now be used to create arbitrary peptides with natural and NCAAs. Checkout the `make_peptide` function. |
| 2024.08.15 : chiLife can make NCAA structures from smiles. Checkout `smiles2residue`. Note: Requires RDKit to be installed. |
| chiLife now supports arbitrary backbone attachments including DNA and RNA labels and more! |



Expand Down
2 changes: 2 additions & 0 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ Examples
gallery/09-Bifunctional_Labels.nblink
gallery/10-Nucleic_acid_labels.nblink
gallery/11-Arbitrary_molecular_labels.nblink
gallery/12-Analyzing_MD_Simulations.nblink
gallery/13-OpenMM_Score_Function.nblink
3 changes: 3 additions & 0 deletions docs/source/gallery/12-Analyzing_MD_Simulations.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../examples/12 - Analyzing MD simulations/12 - Analyzing MD Simulations.ipynb"
}
3 changes: 3 additions & 0 deletions docs/source/gallery/13-OpenMM_Score_Function.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../examples/13 - OpenMM score function/13 - OpenMM Score Function.ipynb"
}
Empty file.
Binary file not shown.

Large diffs are not rendered by default.

Loading