container

Module for the AtomContainer class

class MDMC.MD.container.AtomContainer[source]

A collection of Atom objects

The AtomContainer can be indexed and returns an Atom. However indexing cannot be used for setting or deleting an Atom.

atoms

A list of the Atom objects that belong to the AtomContainer

Type

list

abstract property atoms: list[Atom]

returns: A list of the Atom objects belonging to the AtomContainer :rtype: list