Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 committed Feb 23, 2024
1 parent eda2c84 commit 07e1215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dft_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
f = g.kernel()
grad_time = time.time() - start_time
print(f'compute time for gradient: {grad_time:.3f} s')
exit()

start_time = time.time()
h = mf_df.Hessian()
h.auxbasis_response = 2
Expand Down

0 comments on commit 07e1215

Please sign in to comment.