You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ In your new parser file, you will need to create a parser class that inherits fr
28
28
29
29
-**`get_structure(idx)`**: This method should read the atomic structure information (atomic numbers, positions, cell, etc.) for a given calculation index (`idx`). It should return a dictionary of this data.
30
30
31
-
-**`get_eigenvalues(idx)`**: This method should parse the eigenvalues and k-points from the DFT output files.
31
+
-**`get_eigenvalue(idx)`**: This method should parse the eigenvalues and k-points from the DFT output files.
32
32
33
33
-**`get_basis(idx)`**: This method should return information about the basis set used in the calculation.
0 commit comments