InteractionsSource¶
-
class
narupatools.imd.interaction_source.InteractionsSource(*args, **kwargs)¶ General protocol for an object which can provide interactions.
Exists to generalize Narupa’s ImdStateWrapper so interactions can be provided from other sources that are not based on a Narupa server.
Inheritance

Methods
Initialize self.
-
__init__(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Attributes
Key-indexed set of interactions that should be applied to the system.
-
active_interactions¶ Key-indexed set of interactions that should be applied to the system.
-