-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working