| block | The number of the block, from zero | 
  | iter | The number of an iteration, zero for the initial state. | 
  | changed | The number of bits in the decoding that differ from the bit that would
      be chosen based just on the likelihood ratio for that bit.  Bits whose
      likelihood ratios are exactly one contribute 0.5 to this 
      count.  (Likelihood ratios of exactly one can arise when the output
      of an AWGN channel rounds to exactly 0.00.) | 
  | perrs | The number of parity check errors in the current tentative 
      decoding. | 
  | loglik | The log likelihood of the current tentative decoding. | 
  | Eperrs | The expected number of parity check errors in a decoding found
      by randomly picking a value for each bit, independently, according
      to the current bit probabilities. | 
  | Eloglik | The expected log likelihood of a decoding found by randomly picking
      a value for each bit, independently, according to the current bit 
      probabilities. | 
  | entropy | The entropy (in bits) of the distribution defined by the current bit
      probablities, assumed to apply to bits independently. |