Skip to content

Commit

Permalink
Fix docstring on MatPesMetaGGAStaticSetGenerator (#725)
Browse files Browse the repository at this point in the history
It said GGA when it should have said meta-GGA. Trivial. CC @janosh.
  • Loading branch information
Andrew-S-Rosen authored Feb 18, 2024
1 parent 7f4d5a6 commit 5958f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atomate2/vasp/sets/matpes.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_incar_updates(

@dataclass
class MatPesMetaGGAStaticSetGenerator(MatPesGGAStaticSetGenerator):
"""Class to generate MP-compatible VASP GGA static input sets."""
"""Class to generate MP-compatible VASP meta-GGA static input sets."""

def get_incar_updates(
self,
Expand Down

0 comments on commit 5958f48

Please sign in to comment.