-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maintenance work on cv and mpo (#94)
* maintenance work on cv and mpo * update doc * enhance hartree_product_states * bugfix and optimization for finite T cv Co-authored-by: jjren <jjren@thinkpad> Co-authored-by: weitang li <liwt31@163.com> Co-authored-by: jiangtong1000 <tongjiang1000@gmail.com>
- Loading branch information
1 parent
db176c6
commit 54cf9c1
Showing
36 changed files
with
2,053 additions
and
1,102 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ for python_args in fmo.py sbm.py h2o_qc.py "transport.py std.yaml" "transport_au | |
fi | ||
done | ||
|
||
exit $code | ||
exit $code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
#from renormalizer.cv.zerot import SpectraZtCV | ||
from renormalizer.cv.spectra_cv import batch_run |
Oops, something went wrong.