Created
October 5, 2017 15:48
-
-
Save ehermes/85166018d03c08c002204f8c08489213 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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