-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: inspect quantum number solutions (#168)
* DX: add `tox -e docnb-force` job * DX: do not format notebooks with Prettier * DX: install `ipywidgets` with `jupyter` (needed for `tqdm`) * FEAT: add DOT repr for dictionaries This is especially useful to represent objects returned by `StateTransitionManager._solve()` * FEAT: extract find_quantum_number_transitions * MAINT: add key-word arguments to clarify call * MAINT: define variable for CSP solutions result * MAINT: make allowed_intermediate states immutable Also fixes some of the naming: "particles" becomes "quantum_numbers" * MAINT: simplify logics with `defaultdict`
- Loading branch information
Showing
9 changed files
with
239 additions
and
106 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
*.ipynb | ||
LICENSE |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.