Skip to content

Commit

Permalink
New BandsPdosWidget (#581)
Browse files Browse the repository at this point in the history
The old bandsplot widget https://github.com/aiidalab/widget-bandsplot was separately
maintained in the repo with complex and not well modulized JS code.
In this PR, the new bandspdoswidget is introduced to have it all implemented in python
and in ipywidget framework with using plotly as plot engine.
The output band structure is in a publish ready level with a flexible control on the
groups of orbitals/atoms user want to projected.

Co-authored-by: Jusong Yu <[email protected]>
  • Loading branch information
AndresOrtegaGuerrero and unkcpz authored Feb 5, 2024
1 parent c990a59 commit 87ba4dc
Show file tree
Hide file tree
Showing 8 changed files with 961 additions and 476 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ install_requires =
aiida-pseudo~=1.4
filelock~=3.8
importlib-resources~=5.2
widget-bandsplot~=0.5.1
python_requires = >=3.8

[options.packages.find]
Expand Down
Loading

0 comments on commit 87ba4dc

Please sign in to comment.