UXP Updates#22
Merged
Merged
Conversation
Improves several UI polish items across Calculate/Results/Analysis flows: adds framed styling for molecule viewer outputs, adds an immediate provisional run header on Run click, and exposes the app log directory in Files with JSONL-tail preview support. Orbital isosurface UX is expanded with a new “By index” mode (including index input visibility toggling), inline generation spinner/activity feedback, and clear out-of-range MO index errors. Tests were updated to cover the new orbital controls and Files-tab log behaviors.
Extract cancellation into a shared `quantui.cancellation` module and wire cooperative cancel checks into SCF callbacks and optimizer/PES step hooks so Cancel responds between cycles/steps, not only on streamed output. Replace the old notes output with compact method/basis descriptor cards in the calc setup UI, update run-status cancel messaging, and add focused tests for both cancellation plumbing and descriptor-card rendering.
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.
This pull request introduces several user experience (UXP) improvements and feature enhancements to the QuantUI application, focusing on better feedback during calculations, improved file handling, and more discoverable educational content. The changes include new UI elements, enhanced log and file preview capabilities, and more responsive controls for molecular orbital visualization.
User Experience Improvements
_write_provisional_run_headerinquantui/app_runflow.py)._on_cancelinquantui/app.py). [1] [2] [3]Visualization and Controls Enhancements
_plot_export_rowinquantui/app_builders.py,_on_orb_toggle_changedinquantui/app.py). [1] [2] [3] [4]quantui/app.pystyle block,quantui/app_builders.py). [1] [2] [3] [4] [5] [6]Log and File Handling
_files_allowed_roots,_format_files_root_label,_preview_file_pathinquantui/app.py). [1] [2] [3] [4]Educational Content and Layout
build_shared_widgets,build_calc_setupinquantui/app_builders.py, class attributes inquantui/app.py). [1] [2] [3] [4]Codebase Maintenance
CalcCancelledexception to a shared module for consistent cancellation handling across calculation modules (quantui/app.py). [1] [2] [3]These changes collectively make the application more responsive, informative, and user-friendly, especially during long-running calculations and when exploring results.