Skip to content

Commit f21f5f8

Browse files
committed
update doc
1 parent 266e78c commit f21f5f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In your new parser file, you will need to create a parser class that inherits fr
2828

2929
- **`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.
3030

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.
3232

3333
- **`get_basis(idx)`**: This method should return information about the basis set used in the calculation.
3434

0 commit comments

Comments
 (0)