-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clarify docs #353
clarify docs #353
Conversation
a097ee9
to
f44fcb5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor markup, otherwise clear to me.
@davidlmobley please also have a look as you requested the doc update.
docs/estimators-fep.rst
Outdated
The free energy differences (in units of :math:`k_B T`) between each :math:`\lambda` window can be accessed via the ``delta_f_`` attribute:: | ||
The free energy differences (in units of :math:`k_B T`) between each :math:`\lambda` window can be accessed via the ``delta_f_`` attribute. | ||
|
||
The elements of the resulting matrix `delta_f_` represent the free energy differences between different lambda windows. Specifically, `delta_f_[i, j]` represents the free energy difference between lambda window `j` and lambda window `i`. This matrix can be utilized to obtain the desired free energy differences for various states. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use double-backticks in reST
... matrix ``delta_f_`` represent ...
to indicate mono-spaced.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #353 +/- ##
=======================================
Coverage 98.82% 98.82%
=======================================
Files 28 28
Lines 1875 1875
Branches 405 405
=======================================
Hits 1853 1853
Misses 2 2
Partials 20 20 ☔ View full report in Codecov by Sentry. |
Fix #347. The CI shall run after #351 is merged.