refactor: remove heating ramps from all melt-quench protocols; unify pre-equilibration as stage 0#414
Open
Atilaac wants to merge 1 commit into
Open
refactor: remove heating ramps from all melt-quench protocols; unify pre-equilibration as stage 0#414Atilaac wants to merge 1 commit into
Atilaac wants to merge 1 commit into
Conversation
… pre-equilibration as stage 0 ## Summary Four protocols (pmmcs, bmp, bjp, du_teter) ramped NVT from temperature_low to temperature_high as their first stage. The new melt-quench protocols equilibrate the liquid directly at the melt temperature from the random configuration; the old ramp added cost and confusing thermo traces without changing the physics, and it diverged from SHIK/yang2026, which never had one. All six protocols now share the explicit stage-0 pre-equilibration introduced for SHIK in #412 (Langevin + nve/limit via the runner's fix override): stage 0 relaxes the random structure at temperature_high, then the protocol equilibrates the melt directly at that temperature. The Config-injection path (append_melt_block / melt_block_lines) is deleted; potential Configs are never modified by any protocol. ## Breaking changes - `heating_rate` removed from melt_quench_simulation, run_melt_quench (also from its result dict), and submit_viscosity_workflow; `heating_steps` removed from MeltQuenchParams.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
|
I'll be on vacation next week, so I'll ask marcel to have a look - thanks to both! |
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.
Summary
Four protocols (pmmcs, bmp, bjp, du_teter) ramped NVT from temperature_low to temperature_high as their first stage. The new melt-quench protocols equilibrate the liquid directly at the melt temperature from the random configuration; the old ramp added cost and confusing thermo traces without changing the physics, and it diverged from SHIK/yang2026, which never had one.
All six protocols now share the explicit stage-0 pre-equilibration introduced for SHIK in #412 (Langevin + nve/limit via the runner's fix override): stage 0 relaxes the random structure at temperature_high, then the protocol equilibrates the melt directly at that temperature. The Config-injection path (append_melt_block / melt_block_lines) is deleted; potential Configs are never modified by any protocol.
Breaking changes
heating_rateremoved from melt_quench_simulation, run_melt_quench (also from its result dict), and submit_viscosity_workflow;heating_stepsremoved from MeltQuenchParams.