feat: refresh playground examples with 2D notebook demos#91
Merged
Conversation
The Pages demo already has an always-visible Multithreading checkbox that runs any script on the KOKKOS build, so the dedicated "LJ Melt (KOKKOS, multithreaded)" example is redundant — remove it. Add two self-contained 2D examples ported from the md-basics notebook tutorials: a Maxwell–Boltzmann relaxation and a condensation quench, which showcase physics (2D, WCA, Langevin thermostat, a phase transition) the existing 3D-only set does not. Co-authored-by: Cursor <cursoragent@cursor.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.
Summary
The Pages playground now has an always-visible Multithreading checkbox (PR #75) that runs any script on the KOKKOS build with a thread count from the dropdown. That makes the dedicated
LJ Melt (KOKKOS, multithreaded)example redundant — you can just tick the box on LJ Melt.LJ Melt (KOKKOS, multithreaded)example (superseded by the checkbox).md-basicsnotebook tutorials:enforce2d).These add physics the existing 3D-only set didn't cover (2D, WCA, Langevin thermostat, a first-order phase transition).
Test plan
Made with Cursor