Skip to content
Snippets Groups Projects

integrability check in postfit

Merged Emanuele Roberto Nocera requested to merge iteg-postfit into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -242,7 +242,7 @@ def storefit(
# create info file
arc_strings = [str(i) for i in arc_lengths]
arc_line = " ".join(arc_strings)
integrability_line = " ".join(integrability_strings)
integrability_line = " ".join(str(i) for i in integrability_numbers)
with open(f"{replica_path}/{fitname}.fitinfo", "w") as fs:
fs.write(f"{nite} {erf_vl} {erf_tr} {chi2} {pos_state}\n")
fs.write(arc_line)
Loading