question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ensure all Forces have identical exclusions so that perses can run on all OpenMM platforms

See original GitHub issue

When the hybrid system is used to create a context, it sometimes throws the following exception

/Users/grinawap/anaconda/lib/python3.5/site-packages/simtk/openmm/openmm.py in __init__(self, *args)
   6267             a set of values for platform-specific properties. Keys are the property names.
   6268         """
-> 6269         this = _openmm.new_Context(*args)
   6270         try:
   6271             self.this.append(this)

Exception: All Forces must have identical exclusions

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:21 (21 by maintainers)

github_iconTop GitHub Comments

1reaction
jchoderacommented, Aug 15, 2017

Maybe that’s something I should address when I move this to openmmtools.alchemy rather than something you should address now.

0reactions
pgrinawaycommented, Aug 15, 2017

SGTM

Read more comments on GitHub >

github_iconTop Results From Across the Web

6. Creating Force Fields - OpenMM Documentation
Two atoms should have the same type only if the force field will always treat them identically in every way. Multiple atom types...
Read more >
6. The OpenCL Platform - OpenMM Documentation
The OpenCL Platform will ensure that all the particles in a group are part of the same molecule. It also can specify whether...
Read more >
Context — OpenMM 7.1.0.dev-9567ddb documentation
Construct a new Context in which to run a simulation, explicitly specifying what Platform should be used to perform calculations and the values...
Read more >
18. The Theory Behind OpenMM: Introduction
For example, a force always has the same units (kJ/mol/nm) whether it is ... In the above expressions, the indices i and j...
Read more >
3. Running Simulations — OpenMM User Guide 7.6 ...
Unlike AMBER, which stores all the force field parameters directly in a prmtop file, Gromacs just stores references to force field definition files...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found