Yip Yew Mun

Results 7 issues of Yip Yew Mun

I tried running of the notebooks (REINVENT_Use-Case-DRD2_demo). When I was trying to execute python input.py DRD2_config.json, it gave the error: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) What...

Hi, I would like to know where in the code can I substitute the energy value obtained from external software calculation, and use that in OpenMM for forces computation and...

Hi, I was trying to run TIES MD for protein ligand complex, but sadly I couldn't find any tutorials online to help me with it. Could someone guide me on...

Hi, I encountered the following error, could someone help me? Python 3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:40:32) [GCC 12.3.0] on linux Type "help", "copyright", "credits"...

Hi! I was looking at the `HDBSCAN_Chemoinfo.ipynb` in the `chemicalspace2` folder and I saw these 2 blocks of code: ``` import numba @numba.njit() def tanimoto_dist(a,b): dotprod = np.dot(a,b) tc =...

Hi, I'm interested to use FAST to do protein-ligand binding prediction, however when I looked at the scripts, they are all referenced to "/p/lscratchh/jones289/data/" which is not found in the...