Skip to content

Commit

Permalink
Reduces bath_options.occupation_tolerance to 1e-6 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnus authored Sep 27, 2023
1 parent d6af8b5 commit 511ef48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vayesta/core/qemb/qemb.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Options(OptionsBase):
# General
bathtype="dmet",
canonicalize=True,
occupation_tolerance=1e-8,
occupation_tolerance=1e-6,
# DMET bath
dmet_threshold=1e-8,
# R2 bath
Expand Down

0 comments on commit 511ef48

Please sign in to comment.