Skip to main content

Binding Free Energy Estimator 2

Project description

Binding Free Energy Estimator 3

DOI Downloads

Binding Free Energy Estimator 3 (BFEE3) is here! BFEE3 includes many upgrades:
(1) LDDM, a high-throughput alchemical route for absolute binding free-energy calculations;
(2) WTM-λABF, an efficient algorithm for alchemical transformations;
(3) a streamlined geometrical route for protein-protein binding free-energy calculations;
(4) quick setup options for common calculations;
(5) an AI assistant for generating input files and answering questions.

BFEE is a Python-based software package that automates absolute binding free-energy calculations through either the alchemical or geometric route using molecular dynamics simulations.

Theoretical background

The degrees of freedom of the protein-ligand or host-guest system are described by a series of geometric variables, or collective variables, as first described by the Karplus group. In BFEE, generalized geometric variables based on best-fit rotation are used, making the method, in principle, applicable to any protein-ligand complex. See this paper for an introduction to these variables.

In the geometric route, the degrees of freedom are investigated one by one through one-dimensional free-energy calculations. In BFEE, WTM-eABF is used, while other importance-sampling algorithms, such as plain eABF, are also supported.

The alchemical route is a variant of the double decoupling method (DDM). It uses a thermodynamic cycle in which the ligand and the geometric restraints are decoupled independently to ensure convergence of the simulations.

More recently, high-efficiency methods such as Lucid DDM and WTM-λABF have also been implemented in BFEE3. These methods are generally recommended as the first choice for absolute binding free-energy calculations.
这里是标准结合自由能计算方法的中文介绍。

Features

Generates all input files for absolute binding free-energy calculations;
Supports protein-protein and protein-ligand complexes;
Performs post-processing automatically;
Supports NAMD for both the alchemical and geometric routes, and GROMACS for the geometric route, as molecular dynamics engines;
Supports many file formats for the input complex structure, including PSF/PDB/PRM, PRM7/RST7, and TOP/PDB;
Supports both rigid ligands and protein-protein complexes, which exclude the RMSD CV, and flexible ligands and protein-protein complexes, which include the RMSD CV, through the streamlined geometrical route;
...

Requirements

Python 3.6+, PySide 2, numpy, scipy, matplotlib, parmed, and MDAnalysis.
NAMD 3.0 or later / GROMACS 2024 or later.
Note: Since both NAMD and GROMACS have incorporated Colvars into their latest binaries, each release of BFEE3 corresponds to a specific version of NAMD/GROMACS. Please always use the corresponding or later versions of the MD engines for free-energy calculations!

Installation

We suggest installing BFEE through conda. It is safer to install it in a new conda environment.

conda create --name bfee   (optional)
conda activate bfee        (optional)
conda install -c conda-forge BFEE2

IMPORTANT: Please force numpy<2.3 when installing BFEE, because a recent update of numpy has broken ParmEd (https://github.com/ParmEd/ParmEd/issues/1406).

Usage

Simply run BFEE2Gui.py in a terminal or PowerShell. On Microsoft Windows, you may need to use the absolute path.
A step-by-step tutorial is provided here.
A tutorial on the new streamlined geometrical route is provided in the Supporting Information of this paper.

Test files

You can download the supplementary data here to test BFEE3.

Citations

When possible, please consider mentioning Fu et al. Nat. Protoc. 2022, 17, 1114–1141 when BFEE is used in your project.

Additional references:
WTM-λABF: Zhou et al. J. Phys. Chem. Lett. 2025, 16, 4419–4427 and Zhou et al. Acc. Chem. Res. 2026, 59, 90–102
The "LDDM" route Bian et al. Nat. Comput. Sci., 2025, 5, 621–626
BFEE2: Fu et al. J. Chem. Inf. Model. 2021, 61, 2116–2123
BFEE2 for protein-protein binding free-energy calculations: Fu et al. J. Chem. Inf. Model. 2023, 63, 2512–2519
Alchemical and geometric routes: Gumbart et al. J. Chem. Theory Comput. 2013, 9, 794–802
Lucid DDM method: Bian et al. Nat. Comput. Sci. 2025, 5, 621–626
WTM-λABF: Zhou et al. Acc. Chem. Res. 2026, 59, 90–102
WTM-eABF: Fu et al. Acc. Chem. Res. 2019, 52, 3254–3264 and Fu et al. J. Phys. Chem. Lett. 2018, 9, 4738–4745
NAMD3: Phillips et al. J. Chem. Phys. 2020, 153, 044130
Gromacs: Abraham et al. SoftwareX, 2015, 1, 19-25
Collective variables: Fu et al. J. Chem. Theory Comput. 2017, 13, 5173–5178
Colvars module: Fiorin et al. Mol. Phys. 2013, 111, 3345–3362 and Fiorin et al. J. Phys. Chem. B 2024, 128, 11108–11123
The "mother" of all restraint-based binding free-energy calculations: Hermans et al. Isr. J. Chem. 1986, 27, 225–227

Contact us

This software is distributed under the GPLv3 license. For more information about BFEE, please contact Haohao Fu (fhh2626@nankai.edu.cn) and Haochuan Chen (yjcoshc@mail.nankai.edu.cn).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bfee2-3.2.1.tar.gz (251.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bfee2-3.2.1-py3-none-any.whl (279.2 kB view details)

Uploaded Python 3

File details

Details for the file bfee2-3.2.1.tar.gz.

File metadata

  • Download URL: bfee2-3.2.1.tar.gz
  • Upload date:
  • Size: 251.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for bfee2-3.2.1.tar.gz
Algorithm Hash digest
SHA256 bcc4c95ee3e33bef73edc83b992e9d002d4c00354f5d9447b3e537613b12c5b3
MD5 00c8c49b399d0afbac977a6d790fa594
BLAKE2b-256 9e9f44d289b068ce428c3182da7f3d0d5c91d98c039045f1287287ccf611fa27

See more details on using hashes here.

File details

Details for the file bfee2-3.2.1-py3-none-any.whl.

File metadata

  • Download URL: bfee2-3.2.1-py3-none-any.whl
  • Upload date:
  • Size: 279.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for bfee2-3.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dcfc9b459574cfac46cd64eef06876fa9e4138052667ec13da91bb47c8b24cbe
MD5 8e9e749fce7356b4ba866f505758ca93
BLAKE2b-256 8347d3fb9e1ffe3e32650fb8bbcfc83d2f1ad897ad5c0a83e417f1968ad71120

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page