IMP  2.4.0
The Integrative Modeling Platform
container/connectivity.py

Shows how to use and visualize the IMP::misc::ConnectingPairContainer.

1 ## \example container/connectivity.py
2 # Shows how to use and visualize the IMP::misc::ConnectingPairContainer.
3 
4 from __future__ import print_function
5 import IMP.container
6 import IMP.display
7 
9 ds = IMP.core.create_xyzr_particles(m, 20, .1)
12 m.evaluate(False)
14 w = IMP.display.ChimeraWriter("pairs.py")
15 w.add_geometry(pg)
16 print(pg.get_name())
17 del w