This example shows how to properly write out a pdb of the structure results when using coarse grained rigid bodies.
5 from __future__
import print_function
18 original_transform = rb.get_reference_frame().get_transformation_to()
27 diff = rb.get_reference_frame().get_transformation_to() / original_transform
30 name = IMP.create_temporary_file(
"out",
".pdb")