Skip to content

Commit

Permalink
turn off debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cjknight committed Dec 17, 2024
1 parent bebb4a9 commit 2bab198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_pyscf/mcscf/las_ao2mo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pyscf import ao2mo, lib
from mrh.my_pyscf.df.sparse_df import sparsedf_array
from mrh.my_pyscf.gpu import libgpu
DEBUG=True
DEBUG=False
def get_h2eff_df (las, mo_coeff):
# Store intermediate with one contracted ao index for faster calculation of exchange!
log = lib.logger.new_logger (las, las.verbose)
Expand Down

0 comments on commit 2bab198

Please sign in to comment.