Skip to content

CMAP indexing error #400

@BenTanYK

Description

@BenTanYK

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:

Image

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions