ternaus / quest-qmc

Automatically exported from code.google.com/p/quest-qmc
2 stars 11 forks source link

Output problem with big lattices. #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When lattice becomes big I get overlap between columns in the output file:

Example:

---

  1  2  288 8.500 1.500 0.000  -0.16861129E-03 +-  0.24400207E-05
  1  1  14410.000 1.000 0.000  -0.20608358E-02 +-  0.16191377E-04

----

First line is fine, but in the second line third and forth columns merged.

Original issue reported on code.google.com by iglovi...@gmail.com on 5 Jul 2014 at 8:47

Attachments:

GoogleCodeExporter commented 9 years ago
The format of the first six columns of attached output is not consistent with 
my local version, which gives
4 significant digits (out of field width 8) for local vectors.

Anyway, I submitted a fix to amend the issue. Field width of the first six 
columns is expanded further.

Original comment by cxc639 on 14 Jul 2014 at 9:24