From 81b1f3b4f089dcd471eb47b275a1648e4177b5fe Mon Sep 17 00:00:00 2001 From: James Eastwood Date: Fri, 3 May 2024 18:01:52 -0400 Subject: [PATCH] fixed filenaming issue --- _posts/2024-05-03-stable-release.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _posts/2024-05-03-stable-release.md diff --git a/_posts/2024-05-03-stable-release.md b/_posts/2024-05-03-stable-release.md new file mode 100644 index 0000000..b7c78e7 --- /dev/null +++ b/_posts/2024-05-03-stable-release.md @@ -0,0 +1,22 @@ +--- +layout: post +title: "OpenFE 1.0: Stable release!" +categories: release +--- + +We are thrilled to announce the release of OpenFE v1.0, an open source Python package for performing alchemical free energy calculations. OpenFE is the flagship package of the Open Free Energy project, a nonprofit pre-competitive consortium hosted by the Open Molecular Software Foundation (OMSF). + +Who is it for? We have a wide user base ranging from academics to industry partners in the pharmaceutical and biotech sectors. Whether you're looking for a simple, ready-to-go workflow to carry out your binding free energy calculations or you're a method developer or a power user who wants full control, OpenFE is your toolbox. It provides you with an environment of interchangeable tools and multiple ways to import your existing data and export results. OpenFE can be used either in Python or through a streamlined CLI. +Let's highlight some current features: + +Relative Binding/Hydration Free Energy Calculations using the Hybrid Topology approach, including the capability of charge changing transformations +Absolute Hydration Free Energy Calculations +“Vanilla” Molecular Dynamics (MD) simulations +Automated setup approaches for the calculations +Automated analysis of results + +And that's not all! OpenFE is constantly evolving. We will continue to implement new features and improve our software. We are always eager to receive feedback from you. +So, let us know what you think! You can try it out in your browser at [](http://try.openfree.energy). Happy exploring Alchemical Free Energies with OpenFE! + +[GitHub](https://github.com/OpenFreeEnergy/openfe) +[Documentation](https://docs.openfree.energy/en/stable/)