Open main menu

Changes

# See which data is in the pipe
pipe.display()
for p in dir(cdp): print p
# print the spin modelfrom pipe_control.mol_res_spin import spin_loop print cdp.mol("%20s %20s" % ("# Spin ID", "Model"))for resiob spin, spin_id in cdp.mol[0].resspin_loop(return_id=True, skip_desel=True): print resiob.name, resiob.num("%20s %20s" % (repr(spin_id), resiob.spin[0].model))
</source>
Trusted, Bureaucrats
1,382

edits