Skip to content

Commit

Permalink
Fix lz_adaptation example; needs to run in D2h symmetry to work
Browse files Browse the repository at this point in the history
  • Loading branch information
susilehtola authored and sunqm committed Sep 15, 2023
1 parent 0c6a0aa commit 96b2bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/symm/33-lz_adaption.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def lz_adapt_(mol):
mol.symm_orb[Ex] = lz_plus # x+iy
return mol

mol = gto.M(atom='Ne', basis='ccpvtz', symmetry=True)
mol = gto.M(atom='Ne', basis='ccpvtz', symmetry='d2h')
mol = lz_adapt_(mol)
mf = scf.RHF(mol)
mf.run()

0 comments on commit 96b2bf9

Please sign in to comment.