Skip to content

Commit

Permalink
fix hdf5 output for tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
lkwagner committed Feb 6, 2021
1 parent b2cd56c commit 37132a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mol = pyscf.gto.M(
)
mf = pyscf.scf.RHF(mol)
mf.chkfile = "mf.chk"
mf.chkfile = "h2o.hdf5"
mf.kernel()
```

Expand Down

0 comments on commit 37132a4

Please sign in to comment.