Skip to content

Commit 5f01b9a

Browse files
authored
Fix typo in README (#38)
one argument of "evaluate" should be "derivatives=0"
1 parent c186122 commit 5f01b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ result = evaluate(lda_x, rho=rho)
3939

4040
# GGA exchange
4141
gga_x = Functional(:gga_x_pbe, n_spin=1)
42-
result = evaluate(gga_x, rho=rho, sigma=sigma, derivative=0)
42+
result = evaluate(gga_x, rho=rho, sigma=sigma, derivatives=0)
4343
@show result
4444
# result = (zk = [-0.452597, -0.478877, -0.520674, -0.561427, -0.598661],)
4545
```

0 commit comments

Comments
 (0)