openfold icon indicating copy to clipboard operation
openfold copied to clipboard

Trainable, memory-efficient, and GPU-friendly PyTorch reproduction of AlphaFold 2

Results 237 openfold issues
Sort by recently updated
recently updated
newest added

![B39D3466EF0602CC70F1D22B6D539D22](https://github.com/aqlaboratory/openfold/assets/56426625/c1562e3a-d003-4834-badf-286d269aa022) The training loss is significant, with shaking and no decrease

Hi, First of all, thanks for all works put in. The system I have is Ubuntu 22.04 My issue is as follow. I am trying to use ESMfold which is...

I am confused as to why its asking for a separate pdb's cif file ``` (openfold_env) MATTERHORN ~/workdir/openfold/bin $ ./first_test/predict_test_prealigned.sh [2025-06-23 15:57:36,689] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)...

Hi, thanks for your great work on this open-source implementation of AlphaFold2! I am trying to reproduce performance on the CAMEO validation set using OpenFold, and I am struggling to...

`def chain_center_of_mass_loss( all_atom_pred_pos: torch.Tensor, all_atom_positions: torch.Tensor, all_atom_mask: torch.Tensor, asym_id: torch.Tensor, clamp_distance: float = -4.0, weight: float = 0.05, eps: float = 1e-10, **kwargs ) -> torch.Tensor: ca_pos = residue_constants.atom_order["CA"] all_atom_pred_pos...

Why isn't there an additional broadcast dimension over the atom indices? Won't this code only calculate pairwise distances between the same atom types in different residues instead of all pairwise...

Hi, I've been running some folding with OpenFold Multimer using custom inputs, and have found some strange discrepancies between OpenFold outputs and AlphaFold outputs. In the process of tracking this...

This is based on my limited understanding of the codebase so please correct me if I am wrong. When inspecting the code, it appears to me that there is a...

Hi, When the openfold3 will be released ?

Installation of openfold didn't work for me with cuda 12.4 and latest flash-attention: ``` Failed to build flash-attn Pip subprocess error: Running command git clone --filter=blob:none --quiet https://github.com/NVIDIA/dllogger.git /tmp/pip-req-build-zrt57w23 error:...