Wei-Tse Hsu
Wei-Tse Hsu
Hi `alchemlyb` developers, Thank you all for the development of this package. I was using `alchemlyb` to analyze some output files from the simulation performed by GROMACS. When using the...
Hi `alchemlyb` developers, I was running a Hamiltonian replica exchange simulation of 140 states, with the first 4 states being the coupled states (\lambda_{coul}, \lambda_{vdw}, \lambda_{restr}) = (0, 0, 0)...
In the current implementation of the RC loss function, we use scikit-learn to perform kernel density estimation (along with k-fold cross-validation for the optimization of the bandwidth), which returns a...
Hi, This PR adds support to optionally output ligand-only SDF files when running `boltz predict`, which is enabled by the flag `--ligand_sdf`. Separate SDF files will be generated if there...
Hi, I was using Boltz-1 version 0.4.1 for some inference tasks, among which some failed with a series of errors like below and it took a long time to fail:...
Thanks to the team for making this amazing tool publicly available! As I tested Boltz-1, I noticed that for some cases, the step of "processing input data" could take an...
As instructed by the user manual and this [blogpost](https://www.blopig.com/blog/2023/05/pairwise-sequence-identity-and-tanimoto-similarity-in-pdbbind/), I used the following script to compute pairwise sequence identity for a dataset (called bindingnet here): ``` fake_pref() { QDB="$1" TDB="$2"...