Open main menu

Changes

</source>
=== In relax script prompt ===
See [[:Category:List_objects]] to get inspiration how to loop through the data class containers.
<source lang="bash">relax_disp -l logfile_clusterYou should open the ''final_state.bz2''' in the result directory.log</source>
<source lang="python">
</source>
=== In relax You can also in the GUI ===<source lang="bashsee this in the '''Spin Viewer window''' under ">relax_disp -g -l logfile_cluster.log</source># Open relax state (Ctrl+o) : final_state.bz2# View -> Spin Viewer (Ctrl+t) ". <br>Select a spin, and look for the Variable '''model''' Or open the relax prompt (Ctrl+p) and write<source lang="python">from pipe_control.mol_res_spin import spin_loop print("%20s %20s" % ("# Spin ID", "Model"))for spin, spin_id in spin_loop(return_id=True, skip_desel=True): print("%20s %20s" % (repr(spin_id), spin.model))</source>
== Execute a clustering analysis ==
Trusted, Bureaucrats
1,382

edits