-
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.
Merge pull request #261 from alchemistry/finalize-1.0.0
finalize 1.0.0
- Loading branch information
Showing
15 changed files
with
274 additions
and
123 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
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 |
---|---|---|
@@ -1,12 +1,17 @@ | ||
Convergence analysis | ||
==================== | ||
Convergence API Reference | ||
========================= | ||
.. automodule:: alchemlyb.convergence.convergence | ||
|
||
This module contains building blocks that perform a specific convergence analysis. They typically operate on lists of raw data and run estimators on these data sets. | ||
The :mod:`alchemlyb.convergence.convergence` module contains building blocks that perform a specific convergence analysis. They typically operate on lists of raw data and either run estimators on these data sets to obtain free energies as a function of the amount of data or they directly assess the convergence of the raw data. | ||
|
||
.. Note:: | ||
Read the original literature to learn the exact meaning of parameters and how to interpret the output of the convergence analysis. | ||
|
||
API Reference | ||
------------- | ||
This submodule includes these convergence functions: | ||
|
||
All convergence functions are located in this submodule but for convenience they are also made available from :mod:`alchemlyb.convergence`, as shown here: | ||
|
||
.. autofunction:: alchemlyb.convergence.forward_backward_convergence | ||
|
||
.. autofunction:: alchemlyb.convergence.fwdrev_cumavg_Rc | ||
|
||
.. autofunction:: alchemlyb.convergence.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.. -*- coding: utf-8 -*- | ||
References | ||
========== | ||
|
||
|
||
.. [Klimovich2015] Klimovich, P.V., M. R. Shirts, and D. L. Mobley. (2015) | ||
Guidelines for the analysis of free energy calculations. Journal of | ||
Computer-Aided Molecular Design 29, 397-411. doi: | ||
`10.1007/s10822-015-9840-9 <https://doi.org/10.1007/s10822-015-9840-9>`_. | ||
.. [Fan2020] Fan, S., B. I. Iorga, and O. Beckstein. (2020). Prediction of | ||
octanol-water partition coefficients for the SAMPL6-log P molecules using | ||
molecular dynamics simulations with OPLS-AA, AMBER and CHARMM force fields. | ||
Journal of Computer-Aided Molecular Design 34, | ||
543–560. doi:`10.1007/s10822-019-00267-z | ||
<https://doi.org/10.1007/s10822-019-00267-z>`_. | ||
.. [Fan2021] Fan, S., Nedev, H., Vijayan, R., Iorga, B.I., and Beckstein, O. | ||
(2021). Precise force-field-based calculations of octanol-water partition | ||
coefficients for the SAMPL7 molecules. Journal of Computer-Aided Molecular | ||
Design 35, 853–887. doi: `10.1007/s10822-021-00407-4 | ||
<https://doi.org/10.1007/s10822-021-00407-4>`_. | ||
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
Oops, something went wrong.