Closed dprada closed 2 years ago
The following sequence of commands throws an error:
import molsysmt as msm mol_system_2 = msm.convert("1TCD", "molsysmt.MolSys") mol_system_2 = msm.remove_solvent(mol_system_2, water=True, ions=True) mol_system_2 = msm.add_missing_hydrogens(mol_system_2, pH=7.4) msm.view(mol_system_2)
@Daniel-Ibarrola, The problem is not reproducible. 😲 Works the code mentioned above works without error in my machine.
Right 😄 There's no longer a bug with this... 👍🏻
The following sequence of commands throws an error: