-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add R_c (convergence fraction) convergence analysis (#239)
* Fix #104 * add @VOD555 's fractional equilibration time analysis for convergence (Fan et al 2021) * reimplemented the R_c (based on code provided by @VOD555) and the A_c based on my understanding of the paper * improved performance of original implementation by doing initial block average for "precision"-size blocks * add docs with example graph * add tests * update CHANGES Co-authored-by: Zhiyi Wu <[email protected]> Co-authored-by: Shujie Fan <[email protected]> Co-authored-by: Oliver Beckstein <[email protected]>
- Loading branch information
1 parent
3809fdf
commit cbdbfcd
Showing
7 changed files
with
284 additions
and
7 deletions.
There are no files selected for viewing
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 +1 @@ | ||
from .convergence import forward_backward_convergence | ||
from .convergence import forward_backward_convergence, fwdrev_cumavg_Rc, A_c |
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
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