I may be reading it wrong, but do "clusters" form and dissolve as they please as time goes?

So fare I have made a very poor script that determines the molecule relations that pass these conditions and prints all of the relations to a single txt file with the notation:

1_3 1_5 5_7 9_23

1_3 1_5 5_7 9_23 14_23

1_3 1_5 5_7 9_23 14_23 17_20

.

.

each line represents the subsequent timestep.

So you mine for clusters per timestep in your 992*2 (?) files, and then you splat this info back into single line per timestep? Why? Then

Like 1_3 1_5 5_7 9_23 14_23 17_20, molecule 1, 3, 5 and 7 is a single cluster, molecule 9, 14 and 23 is another cluster and molecule 17 and 20 is another cluster. 

may be true, or as easily not true


In reply to Re: Conditional connectivety by vr
in thread Conditional connectivety by Morten_S

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.