Closed maxnus closed 2 years ago
Base: 66.87% // Head: 67.26% // Increases project coverage by +0.39%
:tada:
Coverage data is based on head (
c0da337
) compared to base (4c9965c
). Patch coverage: 60.15% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Adds option for creating secondary fragments (e.g. CCSD+MP2 fragments). See examples/ewf/molecules/07-secondary-fragments.py.
Adds example for tailoring a CCSD fragment with FCI (see examples/ewf/molecules/24-tailor-with-fragments.py.
Removes printing of logo in interactive sessions.
Renames
project_t2
options of BNO bath toproject_dmet
- adds additional options.Adds
flags
attribute to fragments. These can be used to store the state of or further categorize fragments. In contrast to theopts
attribute, they are not meant for the user to set options.adds
copy()
method to fragment class.Decreases default DMET threshold from
1e-6
to1e-8
.Removes
t_as_lambda
as CCSD solver option and changes default forsolve_lambda
CCSD solver option toTrue
.t_as_lambda
is still present as an optional argument to various RDM routines.Adds filtering according to options or flags in
Embedding.get_fragments
.Adds
davidson_only
with defaultTrue
to FCI solver.Adds support for inter-cluster MP2 (ICMP2) in combination with secondary fragments.
Adds support for global 2-DM from mixed CCSD/MP2 fragments (experimental!)
Adds
TestSet
class tovayesta/misc/gmtkn55
and adds testset tests tovayesta/tests/testsets
.Adds CISD intial guess for FCI solver.