Skip to content

Commit

Permalink
Fix typo in MPScanRelaxSet reference
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Horton <mkhorton@users.noreply.github.com>
  • Loading branch information
mkhorton authored Sep 17, 2023
1 parent 34cb397 commit 00a520b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/io/vasp/sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ def __init__(self, structure: Structure | None = None, **kwargs):
description="Strongly Constrained and Appropriately Normed Semilocal Density Functional",
)
@due.dcite(
Doi("doi:10.1103/PhysRevB.93.155109"),
Doi("10.1103/PhysRevB.93.155109"),
description="Efficient generation of generalized Monkhorst-Pack grids through the use of informatics",
)
class MPScanRelaxSet(DictSet):
Expand Down

0 comments on commit 00a520b

Please sign in to comment.