Skip to content

Instantly share code, notes, and snippets.

@suryadutta
Created February 22, 2018 01:10
Show Gist options
  • Save suryadutta/44c36dbb038105e72057e4c2d8584b83 to your computer and use it in GitHub Desktop.
Save suryadutta/44c36dbb038105e72057e4c2d8584b83 to your computer and use it in GitHub Desktop.
pseudocode to calculate nu
correlation_lengths = []
correlation_uncertainties = []
for temp in temp_range:
# read corr file, extract values for each temp
# perform fit for values vs distance, extract correlation length and uncertainty
# append correlation length and uncertainty to arrays
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment