Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarB83 committed Oct 23, 2024
1 parent f60fb53 commit 7db8587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ash/interfaces/interface_pyscf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def __init__(self, printsetting=False, printlevel=2, numcores=1, label="pyscf",
self.theorytype="QM"
self.analytic_hessian=True
self.printlevel=printlevel
self.functional=functional
#if self.printlevel >= 2:
print_line_with_mainheader("PySCFTheory initialization")

Expand Down

0 comments on commit 7db8587

Please sign in to comment.