Miroslav Suruzhon

Results 5 issues of Miroslav Suruzhon

Hello, I have found an issue, where I try to load in a system containing a protein and water molecules from AMBER `parm7` and `rst7` [files](https://github.com/michellab/BioSimSpace/files/8676414/Archive.zip). In short, `BioSimSpace` doesn't...

bug

Hello, I have been testing the `LangevinMiddleIntegrator` functionality in Sire by trying to run 4 fs simulations with HMR but I have been running into numerical instabilities both on CPU...

Hello, I have run into an issue when trying to load an alchemical system generated by a GROMACS run, squashing it and writing it out as an AMBER rst7 (writing...

bug

Consider the following simple rountrip of `rdkit` -> pdb -> `biopython` -> pdb -> `rdkit`: ```python from rdkit import Chem from rdkit.Chem import AllChem from Bio.PDB import PDBParser, PDBIO import...

Hi, I am running the following simple script: ```python import openmm from openmm import app from openmm import unit from openmmtools.testsystems import WaterBox test_system = WaterBox() integrator = openmm.openmm.LangevinMiddleIntegrator(300 *...