Nice termination: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 March 2020

10 June 2016

  • curprev 13:1013:10, 10 June 2016 Damien talk contribs 1,277 bytes +1,277 New page: #Create the array 'vasp' with all the lines of vasprun.xml file with open("vasprun.xml") as vaspfile: vasp = vaspfile.readlines() #Find last finished step and first line of this step...