Skip to content

Commit d456648

Browse files
committed
Quiet please.
1 parent b723270 commit d456648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crystal2pyscf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def crystal2pyscf_cell(
9393

9494
cell=pyscf.pbc.gto.Cell()
9595
cell.build(atom=atom,a=crylat_parm['latvecs'],unit='bohr',
96-
mesh=mesh,basis=basis,ecp='bfd')
96+
mesh=mesh,basis=basis,ecp='bfd',verbose=1)
9797

9898
# Get kpoints that PySCF expects.
9999
# TODO only Gamma for now.

0 commit comments

Comments
 (0)