Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Oct 26, 2023
1 parent c336fe9 commit cb83426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscf/cc/gccsd_t.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def get_wv(a, b, c):

numpy.random.seed(1)
mf.mo_coeff = numpy.random.random(mf.mo_coeff.shape) - .9
mycc = cc.GCCSD(scf.addons.convert_to_ghf())
mycc = cc.GCCSD(mf.to_ghf())
eris = mycc.ao2mo()
nocc = 10
nvir = mol.nao_nr() * 2 - nocc
Expand Down

0 comments on commit cb83426

Please sign in to comment.