Open
Conversation
GeorgeTrenins
requested changes
Oct 29, 2025
Member
GeorgeTrenins
left a comment
There was a problem hiding this comment.
Review changes to phonons, expand TCF example, review reference to finite difference derivatives
Member
There was a problem hiding this comment.
This page has diverged from the main branch - which is the most up-to-date version?
| .. autofunction:: tcf.tcf.autocorrelate | ||
| .. automodule:: tcf.tcf.autocorrelate | ||
| :noindex: | ||
|
|
Member
There was a problem hiding this comment.
Explain the normalization in your example and add a function showing that the explicit calculation that goes as O(N^2) gives the same output
| \mathcal{F}\left[\dot{\boldsymbol{\mu}}\star\dot{\boldsymbol{\mu}}\right]\left(\omega\right) | ||
|
|
||
| .. attention:: | ||
| Just for completeness, it is worth mentioning that this relation is valid only in the continuous case, while in the discrete case some care should be taken when evaluating the derivative of a function [2]_. |
Member
There was a problem hiding this comment.
The reference talks about using FFT to evaluate finite difference derivatives, which is not your use case - I am not convinced this is relevant
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Corrected some typos and errors.
Added references.
Still missing: windowing, padding, practical code.