I am using BioSimSpace 2026.1.0.dev with ambertools 24.8 installed in the same conda environment.
I generate .prm7/.rst7 input files in tleap (see the attached files) and then read these in as a system object:
system = BSS.IO.readMolecules(['input.prm7', 'input.rst7'])
I then try to perform an energy minimisation using OpenMM:
protocol = BSS.Protocol.Minimisation(steps=10000)
process = BSS.Process.OpenMM(system, protocol=protocol, platform='CUDA')
And I get the following error:
I get a similar error when attempting to run OpenMM MD protocols.
Inputs and code example:
files.zip
Any help or suggestions would be much appreciated,
Thanks!
I am using BioSimSpace 2026.1.0.dev with ambertools 24.8 installed in the same conda environment.
I generate .prm7/.rst7 input files in tleap (see the attached files) and then read these in as a system object:
I then try to perform an energy minimisation using OpenMM:
And I get the following error:
I get a similar error when attempting to run OpenMM MD protocols.
Inputs and code example:
files.zip
Any help or suggestions would be much appreciated,
Thanks!