Skip to content

Commit

Permalink
Bugfix: avas.py and pbc examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Mar 8, 2017
1 parent a3dd3a2 commit e329d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/pbc/30-mo_integrals.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


import numpy
from pyscf.pbc import gto, df, tools
from pyscf.pbc import gto, scf, tools

cell = gto.M(
h = numpy.eye(3)*3.5668,
Expand Down
2 changes: 1 addition & 1 deletion mcscf/avas.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def kernel(mf, aolabels, threshold=.2, minao='minao', with_iao=False,

mol = mf.mol
pmol = mol.copy()
pmol.atom = mol._atm
pmol.atom = mol._atom
pmol.unit = 'B'
pmol.symmetry = False
pmol.basis = minao
Expand Down

0 comments on commit e329d8f

Please sign in to comment.