Skip to content

Instantly share code, notes, and snippets.

@ehermes
Created October 5, 2017 15:48
Show Gist options
  • Save ehermes/85166018d03c08c002204f8c08489213 to your computer and use it in GitHub Desktop.
Save ehermes/85166018d03c08c002204f8c08489213 to your computer and use it in GitHub Desktop.
threads = [threading.Thread(target=run,
args=(images[i],
energies[i:i + 1],
forces[i - 1:i]))
for i in range(1, self.nimages - 1)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment