robinzyb / cp2kdata

cp2k postprocessing tools
https://robinzyb.github.io/cp2kdata/
GNU Lesser General Public License v3.0
54 stars 18 forks source link

fix quick_plot_rks bug, caused by the deprecated attribute 'ldos'->Pdos #2

Closed ruihao99 closed 2 years ago

ruihao99 commented 2 years ago

'quick_plot_rks' 使用报错,原因是Pdos里面没有ldos这个attribute,现已暂时注释。 修改了'typical_orbital'的使用——python字典的‘get’方法。

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2232695070


Changes Missing Coverage Covered Lines Changed/Added Lines %
cp2kdata/pdos.py 0 2 0.0%
<!-- Total: 0 2 0.0% -->
Totals Coverage Status
Change from base Build 2206010045: 0.1%
Covered Lines: 277
Relevant Lines: 678

💛 - Coveralls