-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
phonon_bands
enable custom acoustic/optical bands (#249)
* fix NaN handling in ptable_heatmap_splits_plotly * phonon_bands line_kwargs allow separate dicts for acoustic/optical modes or callable new admissible types: line_kwargs: dict[Literal["acoustic", "optical"], dict[str, Any]] # function taking (band_data, band_idx) | Callable[[np.ndarray, int], dict[str, Any]] * test_phonon_bands with acoustic/optical subdict and callable line_kwargs
- Loading branch information
Showing
4 changed files
with
153 additions
and
47 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
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