Skip to content

Commit

Permalink
typo in gpaw calc dir in basic usage
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Nov 22, 2024
1 parent 539141b commit bd7d989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Example 2: GPAW (another real-space DFT code) vs SPARC
```python
# Using GPAW
from gpaw import GPAW
calc = GPAW(xc="PBE", kpts=(9, 9, 9), h=0.25, directory="vasp-calc", convergence={"energy": 1.e-4})
calc = GPAW(xc="PBE", kpts=(9, 9, 9), h=0.25, directory="gpaw-calc", convergence={"energy": 1.e-4})
```
vs
```python
Expand Down

0 comments on commit bd7d989

Please sign in to comment.