We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54a58f commit 7d3d34fCopy full SHA for 7d3d34f
docs/src/examples/aluminium_dftk.md
@@ -22,7 +22,7 @@ package.
22
using DFTK
23
using PseudoPotentialData
24
25
-pseudopotentials = PseudoFamily("dojo.nc.sr.lda.v0_4_1.oncvpsp3.standard.upf")
+pseudopotentials = PseudoFamily("dojo.nc.sr.lda.v0_4_1.standard.upf")
26
model_kwargs = (; functionals=LDA(), temperature=1e-3, pseudopotentials)
27
basis_kwargs = (; kgrid=(3, 3, 3), Ecut=10.0)
28
scf_kwargs = (; mixing=KerkerMixing())
0 commit comments