feat(steering): add FKC steered denoiser with RMSD/FNC CVs and examples#214
Draft
YuuuXie wants to merge 1 commit into
Draft
feat(steering): add FKC steered denoiser with RMSD/FNC CVs and examples#214YuuuXie wants to merge 1 commit into
YuuuXie wants to merge 1 commit into
Conversation
Add Feynman-Kac Control (FKC) steering denoiser and supporting components: Source code: - steering/dpm_fkc.py: FKC steered denoiser with analytical Girsanov weights - steering/collective_variables.py: Add RMSD, FractionNativeContacts CVs - steering/potentials.py: Add LinearPotential - steering/utils.py: Add compute_sequence_alignment, kabsch_align - denoiser.py: Add GuidedScore dataclass for FKC pre-scaled scores - config/steering/cv_steer.yaml: FKC steering config example - toy_gmm.py: 1D Gaussian mixture model for toy examples Examples: - notebooks/fkc_steering.py: FKC steering toy demonstration - notebooks/gmm_umbrella_mbar.py: GMM umbrella sampling with MBAR analysis Tests: - test_integration.py: FKC integration, ODE consistency, cv_steer config tests - test_potentials.py: LinearPotential unit tests - test_utils.py: Sequence alignment tests - test_steering_numerically.py: Numerical validation on GMM Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Add Feynman-Kac Control (FKC) steering denoiser and supporting components:
Source code:
Examples:
Tests: